Revision: 51728
          http://brlcad.svn.sourceforge.net/brlcad/?rev=51728&view=rev
Author:   n_reed
Date:     2012-07-31 16:59:03 +0000 (Tue, 31 Jul 2012)
Log Message:
-----------
need brl-cad lib dll imports too

Modified Paths:
--------------
    brlcad/trunk/src/conv/step/CMakeLists.txt

Modified: brlcad/trunk/src/conv/step/CMakeLists.txt
===================================================================
--- brlcad/trunk/src/conv/step/CMakeLists.txt   2012-07-31 15:08:50 UTC (rev 
51727)
+++ brlcad/trunk/src/conv/step/CMakeLists.txt   2012-07-31 16:59:03 UTC (rev 
51728)
@@ -459,10 +459,33 @@
   )
 CMAKEFILES(${stepg_HDRS})
 
-BRLCAD_ADDEXEC(step-g "${stepg_SOURCES}" 
"libwdb;librt;libbu;steputils;stepcore;stepdai;stepeditor;${OPENNURBS_LIBRARY}" 
NOSTRICT)
+set(stepg_LIBS
+  libbu
+  librt
+  libwdb
+  stepcore
+  stepdai
+  stepeditor
+  steputils
+  ${OPENNURBS_LIBRARY}
+  )
+list(APPEND stepg_LIBS ${stepg_LIBS})
 
+BRLCAD_ADDEXEC(step-g "${stepg_SOURCES}" "${stepg_LIBS}" NOSTRICT)
+
 if(MSVC)
-  set_target_properties(step-g PROPERTIES COMPILE_DEFINITIONS 
"SCL_UTILS_DLL_IMPORTS;SCL_CORE_DLL_IMPORTS;SCL_DAI_DLL_IMPORTS;SCL_EDITOR_DLL_IMPORTS")
+  set(stepg_IMPORTS
+    BU_DLL_IMPORTS
+    RT_DLL_IMPORTS
+    WDB_DLL_IMPORTS
+    SCL_CORE_DLL_IMPORTS
+    SCL_DAI_DLL_IMPORTS
+    SCL_EDITOR_DLL_IMPORTS
+    SCL_UTILS_DLL_IMPORTS
+    )
+  list(APPEND stepg_IMPORTS ${stepg_IMPORTS})
+  set_target_properties(step-g PROPERTIES COMPILE_DEFINITIONS
+                       "${stepg_IMPORTS}")
 endif(MSVC)
 
 DISTCLEAN(${SCHEMA_OUT_DIR}/make_schema)

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


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to