Revision: 41783
          http://brlcad.svn.sourceforge.net/brlcad/?rev=41783&view=rev
Author:   starseeker
Date:     2010-12-22 20:31:25 +0000 (Wed, 22 Dec 2010)

Log Message:
-----------
Try adding a few MSVC definitions (this is not under the src umbrella)

Modified Paths:
--------------
    brlcad/branches/cmake/bench/CMakeLists.txt

Modified: brlcad/branches/cmake/bench/CMakeLists.txt
===================================================================
--- brlcad/branches/cmake/bench/CMakeLists.txt  2010-12-22 20:27:34 UTC (rev 
41782)
+++ brlcad/branches/cmake/bench/CMakeLists.txt  2010-12-22 20:31:25 UTC (rev 
41783)
@@ -9,6 +9,13 @@
   -DBRLCADBUILD
 )
 
+IF(MSVC)
+       add_definitions(
+               -DCONSOLE
+               -DBRLCAD_DLL
+               )
+ENDIF(MSVC)
+
 BRLCAD_ADDEXEC(pixcmp pixcmp.c libbu)
 
 configure_file(run.sh ${CMAKE_BINARY_DIR}/bin/benchmark COPYONLY)


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

------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to