Mercurial > fife-parpg
comparison build/win32/build_environments/scons/logbuild_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 |
---|---|
10 del "%_%\engine_build_log.txt" | 10 del "%_%\engine_build_log.txt" |
11 | 11 |
12 :: Goto TRUNK and call SCons | 12 :: Goto TRUNK and call SCons |
13 cd \ | 13 cd \ |
14 cd "%_%\..\..\..\.." | 14 cd "%_%\..\..\..\.." |
15 scons debug=0 zip=1 >> "%_%\engine_build_log.txt" 2>&1 | 15 scons debug=0 >> "%_%\engine_build_log.txt" 2>&1 |
16 | 16 |
17 :: Delete old versions of _fife.pyd and rename the compiled fife.dll to _fife.pyd | 17 :: Delete old versions of _fife.pyd and rename the compiled fife.dll to _fife.pyd |
18 cd "%_%\..\..\..\..\engine\swigwrappers\python" | 18 cd "%_%\..\..\..\..\engine\swigwrappers\python" |
19 del _fife.pyd | 19 del _fife.pyd |
20 move "..\..\fife.dll" .\_fife.pyd | 20 move "..\..\fife.dll" .\_fife.pyd |