annotate build/win32/build_environments/scons/build_tests.bat @ 675:eb9cad5fb771

* Fixed the Map editor crashes. The problem was a not cleaned RenderList in testRenderedViewPort(). This fixes also the same problem for the getMatchingInstances() functions. fixes[ticket:500]
author helios2000@33b003aa-7bff-0310-803a-e67f0ece8222
date Tue, 09 Nov 2010 19:55:46 +0000
parents 847c6ec4544e
children
rev   line source
387
847c6ec4544e Fixed the scons batch files (win32).
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 378
diff changeset
1 @echo off
0
4a0efb7baf70 * Datasets becomes the new trunk and retires after that :-)
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2
387
847c6ec4544e Fixed the scons batch files (win32).
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 378
diff changeset
3 :: run scons
847c6ec4544e Fixed the scons batch files (win32).
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 378
diff changeset
4 python ..\..\applications\scons\scons.py -C ..\..\..\..\ tests
0
4a0efb7baf70 * Datasets becomes the new trunk and retires after that :-)
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5
387
847c6ec4544e Fixed the scons batch files (win32).
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 378
diff changeset
6 :: copy the needed dlls to the path where fife was installed
847c6ec4544e Fixed the scons batch files (win32).
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 378
diff changeset
7 call copy_dlls.bat
0
4a0efb7baf70 * Datasets becomes the new trunk and retires after that :-)
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8