comparison build/win32/build_environments/scons/build_engine.bat @ 185:70724fd111b8

* Removing deprecated ZIP build parameter as the engine gets built with with ZIP support by default now
author mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
date Wed, 25 Feb 2009 12:38:25 +0000
parents 4a0efb7baf70
children 80b3c41c3427
comparison
equal deleted inserted replaced
184:32cc4bda190c 185:70724fd111b8
7 SET PATH=%_%\..\..\applications\scons;%_%\..\..\applications\mingw\bin 7 SET PATH=%_%\..\..\applications\scons;%_%\..\..\applications\mingw\bin
8 8
9 :: Goto TRUNK and call SCons 9 :: Goto TRUNK and call SCons
10 cd \ 10 cd \
11 cd "%_%\..\..\..\.." 11 cd "%_%\..\..\..\.."
12 scons debug=0 zip=1 12 scons debug=0
13 13
14 :: Delete old versions of _fife.pyd and rename the compiled fife.dll to _fife.pyd 14 :: Delete old versions of _fife.pyd and rename the compiled fife.dll to _fife.pyd
15 cd "%_%\..\..\..\..\engine\swigwrappers\python" 15 cd "%_%\..\..\..\..\engine\swigwrappers\python"
16 del _fife.pyd 16 del _fife.pyd
17 move "..\..\fife.dll" .\_fife.pyd 17 move "..\..\fife.dll" .\_fife.pyd