comparison build/win32/update_swig_files.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 64738befdf3b
children 605d13efc6f9
comparison
equal deleted inserted replaced
383:12ca54931880 384:621b062e752d
7 SET PATH=%_%\applications\scons;%_%\applications\mingw\bin;c:\python26 7 SET PATH=%_%\applications\scons;%_%\applications\mingw\bin;c:\python26
8 8
9 :: Goto TRUNK and call SCons 9 :: Goto TRUNK and call SCons
10 cd \ 10 cd \
11 cd "%_%\..\..\" 11 cd "%_%\..\..\"
12 python build\win32\applications\scons\scons.py --release fife-swig 12 python build\win32\applications\scons\scons.py fife-swig
13 13
14 :: Return us to the directory we started from 14 :: Return us to the directory we started from
15 cd %_% 15 cd %_%