Revision: 51724
http://brlcad.svn.sourceforge.net/brlcad/?rev=51724&view=rev
Author: n_reed
Date: 2012-07-31 03:19:29 +0000 (Tue, 31 Jul 2012)
Log Message:
-----------
add required step dll import symbol definitions
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-30 20:29:37 UTC (rev
51723)
+++ brlcad/trunk/src/conv/step/CMakeLists.txt 2012-07-31 03:19:29 UTC (rev
51724)
@@ -461,6 +461,10 @@
BRLCAD_ADDEXEC(step-g "${stepg_SOURCES}"
"libwdb;librt;libbu;steputils;stepcore;stepdai;stepeditor;${OPENNURBS_LIBRARY}"
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")
+endif(MSVC)
+
DISTCLEAN(${SCHEMA_OUT_DIR}/make_schema)
CMAKEFILES(Makefile.am)
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