Revision: 75869
          http://sourceforge.net/p/brlcad/code/75869
Author:   starseeker
Date:     2020-05-21 14:20:30 +0000 (Thu, 21 May 2020)
Log Message:
-----------
Use HIDE_INTERNAL_SYMBOLS for the other step programs as well - was using MSVC, 
not CPP_DLL_DEFINES as the conditional.

Modified Paths:
--------------
    brlcad/branches/bioh/src/conv/step/ap203e2-g/CMakeLists.txt
    brlcad/branches/bioh/src/conv/step/ap214-g/CMakeLists.txt
    brlcad/branches/bioh/src/conv/step/ap242-g/CMakeLists.txt
    brlcad/branches/bioh/src/conv/step/g-ap203e2/CMakeLists.txt
    brlcad/branches/bioh/src/conv/step/g-ap214/CMakeLists.txt
    brlcad/branches/bioh/src/conv/step/g-ap242/CMakeLists.txt
    brlcad/branches/bioh/src/conv/step/g-step/CMakeLists.txt
    brlcad/branches/bioh/src/conv/step/ifc-g/CMakeLists.txt
    brlcad/branches/bioh/src/conv/step/util/CMakeLists.txt

Modified: brlcad/branches/bioh/src/conv/step/ap203e2-g/CMakeLists.txt
===================================================================
--- brlcad/branches/bioh/src/conv/step/ap203e2-g/CMakeLists.txt 2020-05-21 
14:11:30 UTC (rev 75868)
+++ brlcad/branches/bioh/src/conv/step/ap203e2-g/CMakeLists.txt 2020-05-21 
14:20:30 UTC (rev 75869)
@@ -238,7 +238,7 @@
 BRLCAD_ADDEXEC(ap203e2-g "${ap203e2g_SOURCES}" "${ap203e2g_LIBS}" NO_STRICT)
 add_dependencies(ap203e2-g step-express-${SCHEMA_NAME}-ap203e2g)
 
-if(MSVC)
+if (HIDE_INTERNAL_SYMBOLS)
   set(ap203e2g_IMPORTS
     BU_DLL_IMPORTS
     RT_DLL_IMPORTS
@@ -250,7 +250,7 @@
     )
   list(APPEND ap203e2g_IMPORTS ${ap203e2g_IMPORTS})
   set_target_properties(step-g PROPERTIES COMPILE_DEFINITIONS 
"${ap203e2g_IMPORTS}")
-endif(MSVC)
+endif (HIDE_INTERNAL_SYMBOLS)
 
 CMAKEFILES(CMakeLists.txt)
 

Modified: brlcad/branches/bioh/src/conv/step/ap214-g/CMakeLists.txt
===================================================================
--- brlcad/branches/bioh/src/conv/step/ap214-g/CMakeLists.txt   2020-05-21 
14:11:30 UTC (rev 75868)
+++ brlcad/branches/bioh/src/conv/step/ap214-g/CMakeLists.txt   2020-05-21 
14:20:30 UTC (rev 75869)
@@ -239,7 +239,7 @@
 BRLCAD_ADDEXEC(ap214-g "${ap214g_SOURCES}" "${ap214g_LIBS}" NO_STRICT)
 add_dependencies(ap214-g step-express-${SCHEMA_NAME}-ap214g)
 
-if(MSVC)
+if (HIDE_INTERNAL_SYMBOLS)
   set(ap214g_IMPORTS
     BU_DLL_IMPORTS
     RT_DLL_IMPORTS
@@ -251,7 +251,7 @@
     )
   list(APPEND ap214g_IMPORTS ${ap214g_IMPORTS})
   set_target_properties(step-g PROPERTIES COMPILE_DEFINITIONS 
"${ap214g_IMPORTS}")
-endif(MSVC)
+endif (HIDE_INTERNAL_SYMBOLS)
 
 CMAKEFILES(CMakeLists.txt)
 

Modified: brlcad/branches/bioh/src/conv/step/ap242-g/CMakeLists.txt
===================================================================
--- brlcad/branches/bioh/src/conv/step/ap242-g/CMakeLists.txt   2020-05-21 
14:11:30 UTC (rev 75868)
+++ brlcad/branches/bioh/src/conv/step/ap242-g/CMakeLists.txt   2020-05-21 
14:20:30 UTC (rev 75869)
@@ -238,7 +238,7 @@
 BRLCAD_ADDEXEC(ap242-g "${ap242g_SOURCES}" "${ap242g_LIBS}" NO_STRICT)
 add_dependencies(ap242-g step-express-${SCHEMA_NAME}-ap242g)
 
-if(MSVC)
+if (HIDE_INTERNAL_SYMBOLS)
   set(ap242g_IMPORTS
     BU_DLL_IMPORTS
     RT_DLL_IMPORTS
@@ -250,7 +250,7 @@
     )
   list(APPEND ap242g_IMPORTS ${ap242g_IMPORTS})
   set_target_properties(step-g PROPERTIES COMPILE_DEFINITIONS 
"${ap242g_IMPORTS}")
-endif(MSVC)
+endif (HIDE_INTERNAL_SYMBOLS)
 
 CMAKEFILES(CMakeLists.txt)
 

Modified: brlcad/branches/bioh/src/conv/step/g-ap203e2/CMakeLists.txt
===================================================================
--- brlcad/branches/bioh/src/conv/step/g-ap203e2/CMakeLists.txt 2020-05-21 
14:11:30 UTC (rev 75868)
+++ brlcad/branches/bioh/src/conv/step/g-ap203e2/CMakeLists.txt 2020-05-21 
14:20:30 UTC (rev 75869)
@@ -45,7 +45,7 @@
 BRLCAD_ADDEXEC(g-ap203e2 "${gap203e2_SOURCES}" "${gap203e2_LIBS}" NO_STRICT)
 add_dependencies(g-ap203e2 step-express-${SCHEMA_NAME}-gap203e2)
 
-if(MSVC)
+if (HIDE_INTERNAL_SYMBOLS)
   set(gap203e2_IMPORTS
     BU_DLL_IMPORTS
     BN_DLL_IMPORTS
@@ -58,7 +58,7 @@
     )
   list(APPEND gap203e2_IMPORTS ${gap203e2_IMPORTS})
   set_target_properties(g-step PROPERTIES COMPILE_DEFINITIONS 
"${gap203e2_IMPORTS}")
-endif(MSVC)
+endif (HIDE_INTERNAL_SYMBOLS)
 
 set(IGNORE_FILES
   CMakeLists.txt

Modified: brlcad/branches/bioh/src/conv/step/g-ap214/CMakeLists.txt
===================================================================
--- brlcad/branches/bioh/src/conv/step/g-ap214/CMakeLists.txt   2020-05-21 
14:11:30 UTC (rev 75868)
+++ brlcad/branches/bioh/src/conv/step/g-ap214/CMakeLists.txt   2020-05-21 
14:20:30 UTC (rev 75869)
@@ -46,7 +46,7 @@
 BRLCAD_ADDEXEC(g-ap214 "${gap214_SOURCES}" "${gap214_LIBS}" NO_STRICT)
 add_dependencies(g-ap214 step-express-${SCHEMA_NAME}-gap214)
 
-if(MSVC)
+if (HIDE_INTERNAL_SYMBOLS)
   set(gap214_IMPORTS
     BU_DLL_IMPORTS
     BN_DLL_IMPORTS
@@ -62,7 +62,7 @@
   set_property(SOURCE
     ${CMAKE_CURRENT_BINARY_DIR}/AUTOMOTIVE_DESIGN/SdaiAUTOMOTIVE_DESIGN.cc
     APPEND PROPERTY COMPILE_FLAGS "/bigobj")
-endif(MSVC)
+endif (HIDE_INTERNAL_SYMBOLS)
 
 set(IGNORE_FILES
   CMakeLists.txt

Modified: brlcad/branches/bioh/src/conv/step/g-ap242/CMakeLists.txt
===================================================================
--- brlcad/branches/bioh/src/conv/step/g-ap242/CMakeLists.txt   2020-05-21 
14:11:30 UTC (rev 75868)
+++ brlcad/branches/bioh/src/conv/step/g-ap242/CMakeLists.txt   2020-05-21 
14:20:30 UTC (rev 75869)
@@ -42,7 +42,7 @@
 BRLCAD_ADDEXEC(g-ap242 "${gap242_SOURCES}" "${gap242_LIBS}" NO_STRICT)
 add_dependencies(g-ap242 step-express-${SCHEMA_NAME}-gap242)
 
-if(MSVC)
+if (HIDE_INTERNAL_SYMBOLS)
   set(gap242_IMPORTS
     BU_DLL_IMPORTS
     BN_DLL_IMPORTS
@@ -58,7 +58,7 @@
   set_property(SOURCE
     
${CMAKE_CURRENT_BINARY_DIR}/AP242_MANAGED_MODEL_BASED_3D_ENGINEERING_MIM_LF/SdaiAP242_MANAGED_MODEL_BASED_3D_ENGINEERING_MIM_LF.cc
     APPEND PROPERTY COMPILE_FLAGS "/bigobj")
-endif(MSVC)
+endif (HIDE_INTERNAL_SYMBOLS)
 
 set(IGNORE_FILES
   CMakeLists.txt

Modified: brlcad/branches/bioh/src/conv/step/g-step/CMakeLists.txt
===================================================================
--- brlcad/branches/bioh/src/conv/step/g-step/CMakeLists.txt    2020-05-21 
14:11:30 UTC (rev 75868)
+++ brlcad/branches/bioh/src/conv/step/g-step/CMakeLists.txt    2020-05-21 
14:20:30 UTC (rev 75869)
@@ -45,7 +45,7 @@
 add_dependencies(g-step step-express-${SCHEMA_NAME}-gstep)
 set_property(TARGET g-step APPEND PROPERTY INCLUDE_DIRECTORIES 
"${gstep_SCHEMA_OUT_DIR}")
 
-if(MSVC)
+if (HIDE_INTERNAL_SYMBOLS)
   set(gstep_IMPORTS
     BU_DLL_IMPORTS
     BN_DLL_IMPORTS
@@ -58,7 +58,7 @@
     )
   list(APPEND gstep_IMPORTS ${gstep_IMPORTS})
   set_target_properties(g-step PROPERTIES COMPILE_DEFINITIONS 
"${gstep_IMPORTS}")
-endif(MSVC)
+endif (HIDE_INTERNAL_SYMBOLS)
 
 set(IGNORE_FILES
   CMakeLists.txt

Modified: brlcad/branches/bioh/src/conv/step/ifc-g/CMakeLists.txt
===================================================================
--- brlcad/branches/bioh/src/conv/step/ifc-g/CMakeLists.txt     2020-05-21 
14:11:30 UTC (rev 75868)
+++ brlcad/branches/bioh/src/conv/step/ifc-g/CMakeLists.txt     2020-05-21 
14:20:30 UTC (rev 75869)
@@ -31,7 +31,7 @@
 BRLCAD_ADDEXEC(ifc-g "${ifcg_SOURCES}" "${ifcg_LIBS}" NO_STRICT)
 add_dependencies(ifc-g ifc-express-${SCHEMA_NAME}-ifcg)
 
-if(MSVC)
+if (HIDE_INTERNAL_SYMBOLS)
   set(ifcg_IMPORTS
     BU_DLL_IMPORTS
     RT_DLL_IMPORTS
@@ -43,7 +43,7 @@
     )
   list(APPEND ifcg_IMPORTS ${ifcg_IMPORTS})
   set_target_properties(ifc-g PROPERTIES COMPILE_DEFINITIONS "${ifcg_IMPORTS}")
-endif(MSVC)
+endif (HIDE_INTERNAL_SYMBOLS)
 
 CMAKEFILES(CMakeLists.txt)
 

Modified: brlcad/branches/bioh/src/conv/step/util/CMakeLists.txt
===================================================================
--- brlcad/branches/bioh/src/conv/step/util/CMakeLists.txt      2020-05-21 
14:11:30 UTC (rev 75868)
+++ brlcad/branches/bioh/src/conv/step/util/CMakeLists.txt      2020-05-21 
14:20:30 UTC (rev 75869)
@@ -24,7 +24,7 @@
 add_dependencies(list_elements step-express-${SCHEMA_NAME}-list_elements)
 set_property(TARGET list_elements APPEND PROPERTY INCLUDE_DIRECTORIES 
"${list_elements_SCHEMA_OUT_DIR}")
 
-if(MSVC)
+if (HIDE_INTERNAL_SYMBOLS)
   set(list_elements_IMPORTS
     BU_DLL_IMPORTS
     BN_DLL_IMPORTS
@@ -37,7 +37,7 @@
     )
   list(APPEND list_elements_IMPORTS ${list_elements_IMPORTS})
   set_target_properties(list_elements PROPERTIES COMPILE_DEFINITIONS 
"${list_elements_IMPORTS}")
-endif(MSVC)
+endif (HIDE_INTERNAL_SYMBOLS)
 
 CMAKEFILES(CMakeLists.txt)
 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to