Changeset 269 for cpp/frams/Makefile-GDK


Ignore:
Timestamp:
12/16/14 01:51:06 (9 years ago)
Author:
Maciej Komosinski
Message:
  • Model validation checks part/joint shapes for consistency (old/new)
  • Model::getShape() returns new/old style
  • Model shape conversion (old to new) and sample usage in shapeconvert.cpp
File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/Makefile-GDK

    r247 r269  
    55include frams/Makefile-GDK-files
    66
    7 GDK_TESTS=genoconv_test gdk_test geno_test genooper_test genooper_test_fTest neuro_test loader_test serial_test multiline_f0_test f0_variants_test full_props part_shapes neuro_layout_test geometry_apices_test geometry_info_test geometry_surface_test geometry_volume_test
     7GDK_TESTS=genoconv_test gdk_test geno_test genooper_test genooper_test_fTest neuro_test loader_test serial_test multiline_f0_test f0_variants_test full_props shapeconvert part_shapes neuro_layout_test geometry_apices_test geometry_info_test geometry_surface_test geometry_volume_test
    88
    99gdk_tests: $(GDK_TESTS)
    1010
    1111GDK_BUILD_CONFIG= -include frams/config/gdk_build_config.h
    12 CXXFLAGS= -I$(CURDIR) -DLINUX $(GDK_BUILD_CONFIG) -Wno-parentheses -Wno-overloaded-virtual -Wno-format -g
     12CXXFLAGS= -I$(CURDIR) -std=gnu++11 -DLINUX $(GDK_BUILD_CONFIG) -Wno-parentheses -Wno-overloaded-virtual -Wno-format -g
    1313
    1414#############################################
     
    4747        $(CXX) $(FULL_PROPS_OBJS) $(LDFLAGS) -o $@
    4848
     49shapeconvert: $(SHAPECONVERT_OBJS)
     50        $(CXX) $(SHAPECONVERT_OBJS) $(LDFLAGS) -o $@
     51
    4952part_shapes: $(PART_SHAPES_OBJS)
    5053        $(CXX) $(PART_SHAPES_OBJS) $(LDFLAGS) -o $@
Note: See TracChangeset for help on using the changeset viewer.