Revision: 41028
http://brlcad.svn.sourceforge.net/brlcad/?rev=41028&view=rev
Author: starseeker
Date: 2010-10-18 00:28:24 +0000 (Mon, 18 Oct 2010)
Log Message:
-----------
Conditionalize heatgraph.c in libremrt too.
Modified Paths:
--------------
brlcad/branches/cmake/src/rt/CMakeLists.txt
Modified: brlcad/branches/cmake/src/rt/CMakeLists.txt
===================================================================
--- brlcad/branches/cmake/src/rt/CMakeLists.txt 2010-10-17 19:39:28 UTC (rev
41027)
+++ brlcad/branches/cmake/src/rt/CMakeLists.txt 2010-10-18 00:28:24 UTC (rev
41028)
@@ -118,13 +118,15 @@
set(LIBREMRT_SOURCES
do.c
- heatgraph.c
opt.c
scanline.c
sh_tcl.c
view.c
worker.c
)
+IF(NOT MSVC)
+ SET(LIBREMRT_SOURCES ${LIBREMRT_SOURCES} heatgraph.c)
+ENDIF(NOT MSVC)
include_directories(
${CMAKE_CURRENT_SOURCE_DIR}
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits