Revision: 40961
          http://brlcad.svn.sourceforge.net/brlcad/?rev=40961&view=rev
Author:   starseeker
Date:     2010-10-09 14:24:09 +0000 (Sat, 09 Oct 2010)

Log Message:
-----------
Set up a tcl test for the nmake build...

Modified Paths:
--------------
    brlcad/branches/cmake/src/other/CMakeLists.txt

Modified: brlcad/branches/cmake/src/other/CMakeLists.txt
===================================================================
--- brlcad/branches/cmake/src/other/CMakeLists.txt      2010-10-09 14:21:18 UTC 
(rev 40960)
+++ brlcad/branches/cmake/src/other/CMakeLists.txt      2010-10-09 14:24:09 UTC 
(rev 40961)
@@ -97,7 +97,11 @@
        OPTION(BRLCAD_BUILD_LOCAL_TK "Build the local versions of Tcl/Tk" ON)
        SET(BRLCAD_BUILD_LOCAL_TK ON CACHE STRING "local tk build" FORCE)
 ENDIF(BRLCAD-ENABLE_ALL_LOCAL_LIBS)
-THIRD_PARTY_AUTOCONF_EXTERNAL_PROJECT(TCL tcl src/other/tcl unix "")
+IF(MSVC)
+   THIRD_PARTY_NMAKE_EXTERNAL_PROJECT(TCL tcl src/other/tcl win "")
+ELSE(MSVC)
+       THIRD_PARTY_AUTOCONF_EXTERNAL_PROJECT(TCL tcl src/other/tcl unix "")
+ENDIF(MSVC)
 IF(BRLCAD_BUILD_LOCAL_TCL OR BRLCAD-ENABLE_ALL_LOCAL_LIBS)
        SET(TCL_LIBRARY 
"${BRLCAD_PREFIX}/lib/${CMAKE_SHARED_LIBRARY_PREFIX}tcl8.5${CMAKE_SHARED_LIBRARY_SUFFIX}"
 CACHE STRING "TCL_LIBRARY" FORCE)
        SET(TCL_INCLUDE_PATH "${BRLCAD_PREFIX}/include" CACHE STRING 
"TCL_INCLUDE_PATH" FORCE)


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

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to