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

Log Message:
-----------
OK, if I put the bat file in the BUILD_COMMAND it actually starts to build tcl, 
but there's another monkey wrench: 
http://objectmix.com/tcl/631142-building-visual-studio-2005-a.html#post2223814 
- not sure what to do about this one.

Modified Paths:
--------------
    brlcad/branches/cmake/misc/CMake/ThirdParty.cmake

Modified: brlcad/branches/cmake/misc/CMake/ThirdParty.cmake
===================================================================
--- brlcad/branches/cmake/misc/CMake/ThirdParty.cmake   2010-10-09 14:33:56 UTC 
(rev 40962)
+++ brlcad/branches/cmake/misc/CMake/ThirdParty.cmake   2010-10-09 15:11:47 UTC 
(rev 40963)
@@ -64,9 +64,8 @@
                        DOWNLOAD_COMMAND ""
                        PREFIX 
${${CMAKE_PROJECT_NAME}_SOURCE_DIR}/${projpath}/${srcpath}
                        SOURCE_DIR 
${${CMAKE_PROJECT_NAME}_SOURCE_DIR}/${projpath}/${srcpath}
-                       #CONFIGURE_COMMAND C:\Program Files\Microsoft Visual 
Studio\VC98\Bin\vcvars32.bat
                        CONFIGURE_COMMAND ""
-                       BUILD_COMMAND cd <SOURCE_DIR> && nmake -f makefile.vc 
INSTALLDIR=${CMAKE_INSTALL_PREFIX} ${extraopts}
+                       BUILD_COMMAND C:\\Program\ Files\ \(x86\)\\Microsoft\ 
Visual\ Studio\ 9.0\\VC\\bin\\vcvars32.bat && cd <SOURCE_DIR> && nmake -f 
makefile.vc INSTALLDIR=${CMAKE_INSTALL_PREFIX} ${extraopts}
                        INSTALL_COMMAND  cd <SOURCE_DIR> && nmake -f 
makefile.vc INSTALLDIR=${CMAKE_INSTALL_PREFIX} ${extraopts} install
                        )
                SET(CMAKE_EXTERNAL_TARGET_LIST 
"${CMAKE_EXTERNAL_TARGET_LIST};${projname}" CACHE STRING "external target list" 
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