diff build/win32/create_documentation.bat @ 384:621b062e752d

Modified the code blocks project files to fit with the new build system. Code blocks now uses scons to build each of the configurations. The python configurations build properly but fail during link with a bunch of undefined references insides of the swig generated dll, not sure why. Also updated the win32-config.py so that it no longer relies on variables defined outside of itself, this was causing code blocks to not be able to build. Updated a couple of the batch scripts so they run properly.
author vtchill@33b003aa-7bff-0310-803a-e67f0ece8222
date Wed, 20 Jan 2010 05:56:18 +0000
parents 5ab78cd39534
children
line wrap: on
line diff
--- a/build/win32/create_documentation.bat	Tue Jan 19 17:45:49 2010 +0000
+++ b/build/win32/create_documentation.bat	Wed Jan 20 05:56:18 2010 +0000
@@ -12,7 +12,7 @@
 :: Goto TRUNK and call SCons
 cd \
 cd %_%\..\..
-scons docs=1 >> "%_%\doxygen_log.txt" 2>&1
+python build\win32\applications\scons\scons.py docs >> "%_%\doxygen_log.txt" 2>&1
 
 :: Return us to the directory we started from
 cd %_%