Mercurial > fife-parpg
comparison build/win32/build_environments/scons/install_engine.bat @ 413:10ac0c080564
Added the install-dlls target for the win32 platform only. It copies all dlls to both the Python site-packages/fife directory and the <FIFE>/engine/python/fife directory. This assumes you have the Development Kit is installed in the build/win32 directory. I have not tested to make sure this doesn't break other platforms. [t:430]
author | prock@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Tue, 02 Feb 2010 20:47:20 +0000 |
parents | 847c6ec4544e |
children | 92433f507feb |
comparison
equal
deleted
inserted
replaced
412:49646eb39fe1 | 413:10ac0c080564 |
---|---|
1 @echo off | 1 @echo off |
2 | 2 |
3 :: run scons | 3 :: run scons |
4 python ..\..\applications\scons\scons.py -C ..\..\..\..\ install-python | 4 python ..\..\applications\scons\scons.py -C ..\..\..\..\ install-python install-dlls |
5 | 5 |
6 :: copy the needed dlls to the path where fife was installed | |
7 call copy_dlls.bat install |