annotate build/win32/build_environments/scons/build_engine_debug.bat @ 593:637384c8de04

- tested & applied Beliar's patch for the scrollarea widget - this closes ticket:477 Thanks for the contribution, have a save & productive day.
author chewie@33b003aa-7bff-0310-803a-e67f0ece8222
date Thu, 19 Aug 2010 13:57:25 +0000
parents 847c6ec4544e
children
rev   line source
378
64738befdf3b bringing in the changes from the build_system_rework branch in preparation for the 0.3.0 release. This commit will require the Jan2010 devkit. Clients will also need to be modified to the new way to import fife.
vtchill@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 370
diff changeset
1 @echo off
64738befdf3b bringing in the changes from the build_system_rework branch in preparation for the 0.3.0 release. This commit will require the Jan2010 devkit. Clients will also need to be modified to the new way to import fife.
vtchill@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 370
diff changeset
2
387
847c6ec4544e Fixed the scons batch files (win32).
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 381
diff changeset
3 :: run scons
847c6ec4544e Fixed the scons batch files (win32).
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 381
diff changeset
4 python ..\..\applications\scons\scons.py -C ..\..\..\..\ --enable-debug fife-python
378
64738befdf3b bringing in the changes from the build_system_rework branch in preparation for the 0.3.0 release. This commit will require the Jan2010 devkit. Clients will also need to be modified to the new way to import fife.
vtchill@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 370
diff changeset
5
64738befdf3b bringing in the changes from the build_system_rework branch in preparation for the 0.3.0 release. This commit will require the Jan2010 devkit. Clients will also need to be modified to the new way to import fife.
vtchill@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 370
diff changeset
6 :: copy the needed dlls to the path where fife was installed
64738befdf3b bringing in the changes from the build_system_rework branch in preparation for the 0.3.0 release. This commit will require the Jan2010 devkit. Clients will also need to be modified to the new way to import fife.
vtchill@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 370
diff changeset
7 call copy_dlls.bat
387
847c6ec4544e Fixed the scons batch files (win32).
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 381
diff changeset
8