Mercurial > fife-parpg
annotate build/win32/build_environments/scons/cleanup_engine.bat @ 405:cfe2f6db4964
Reverting my last change to camera.cpp. It caused unexpected results with rotated tiles.
author | prock@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Fri, 29 Jan 2010 15:55:47 +0000 |
parents | 847c6ec4544e |
children | a21915a97237 |
rev | line source |
---|---|
0
4a0efb7baf70
* Datasets becomes the new trunk and retires after that :-)
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
1 :: Users will need to change paths if they use custom MinGW, SCons, Python or SWIG versions that didn't ship with the SDK |
387
847c6ec4544e
Fixed the scons batch files (win32).
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
378
diff
changeset
|
2 ::SET _=%CD% |
847c6ec4544e
Fixed the scons batch files (win32).
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
378
diff
changeset
|
3 ::SET _SWIG="%_%\..\..\applications\swigwin-1.3.40" |
0
4a0efb7baf70
* Datasets becomes the new trunk and retires after that :-)
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
4 |
4a0efb7baf70
* Datasets becomes the new trunk and retires after that :-)
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
5 :: To avoid path collisions the following line was commented out and replaced with a slightly different version |
4a0efb7baf70
* Datasets becomes the new trunk and retires after that :-)
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
6 :: SET PATH=%Path%;%_%\applications\scons;%_%\applications\mingw\bin |
387
847c6ec4544e
Fixed the scons batch files (win32).
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
378
diff
changeset
|
7 ::SET PATH=%_%\..\..\applications\scons;%_%\..\..\applications\mingw\bin;c:\python25 |
0
4a0efb7baf70
* Datasets becomes the new trunk and retires after that :-)
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
8 |
4a0efb7baf70
* Datasets becomes the new trunk and retires after that :-)
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
9 :: Goto TRUNK and call SCons |
387
847c6ec4544e
Fixed the scons batch files (win32).
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
378
diff
changeset
|
10 ::cd \ |
847c6ec4544e
Fixed the scons batch files (win32).
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
378
diff
changeset
|
11 ::cd "%_%\..\..\..\.." |
847c6ec4544e
Fixed the scons batch files (win32).
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
378
diff
changeset
|
12 python ..\..\applications\scons\scons.py -C ..\..\..\..\ -c |
847c6ec4544e
Fixed the scons batch files (win32).
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
378
diff
changeset
|
13 python ..\..\applications\scons\scons.py -C ..\..\..\..\ -c fife-python fife-swig |
0
4a0efb7baf70
* Datasets becomes the new trunk and retires after that :-)
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
14 |
4a0efb7baf70
* Datasets becomes the new trunk and retires after that :-)
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
15 :: Delete _fife.pyd |
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
|
16 ::cd "%_%\..\..\..\..\engine\swigwrappers\python" |
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
|
17 ::del _fife.pyd |
0
4a0efb7baf70
* Datasets becomes the new trunk and retires after that :-)
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
18 |
4a0efb7baf70
* Datasets becomes the new trunk and retires after that :-)
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
19 :: Return us to the directory we started from |
387
847c6ec4544e
Fixed the scons batch files (win32).
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
378
diff
changeset
|
20 ::cd %_% |