Revision: 40999
http://brlcad.svn.sourceforge.net/brlcad/?rev=40999&view=rev
Author: starseeker
Date: 2010-10-15 02:48:00 +0000 (Fri, 15 Oct 2010)
Log Message:
-----------
Yow! heatgraph.c is not ready for Windows - pulling lots of non-Windows
headers. Do this for now - looks like libtermlib is not intended for use on
Windows?
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-15 02:15:48 UTC (rev
40998)
+++ brlcad/branches/cmake/src/rt/CMakeLists.txt 2010-10-15 02:48:00 UTC (rev
40999)
@@ -1,10 +1,12 @@
set(RT_COMMON_SRCS
do.c
- heatgraph.c
main.c
opt.c
worker.c
)
+IF(NOT MSVC)
+ SET(RT_COMMON_SRCS ${RT_COMMON_SRCS} heatgraph.c)
+ENDIF(NOT MSVC)
set(rtexample_SRCS rtexample.c)
INSTALL(FILES rtexample.c DESTINATION
${${CMAKE_PROJECT_NAME}_INSTALL_DATA_DIR}/sample_applications)
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