Mercurial > parpg-core
annotate bin/parpg.bat.in @ 15:de378945b839
Fixed 2 (of 3) issues with the scons script for windows
* Removed unnecessary START command from parpg.bat.in
* Changed PROGRAM_NAME to PROJECT_NAME for the default prefix value in windows
author | KarstenBock@gmx.net |
---|---|
date | Thu, 09 Jun 2011 15:59:52 +0200 |
parents | 4706e0194af3 |
children | e97972cc7110 |
rev | line source |
---|---|
11
4706e0194af3
Various improvements to the build process including support for self-contained builds.
M. George Hansen <technopolitica@gmail.com>
parents:
diff
changeset
|
1 @ECHO OFF |
4706e0194af3
Various improvements to the build process including support for self-contained builds.
M. George Hansen <technopolitica@gmail.com>
parents:
diff
changeset
|
2 |
4706e0194af3
Various improvements to the build process including support for self-contained builds.
M. George Hansen <technopolitica@gmail.com>
parents:
diff
changeset
|
3 SET PYTHONPATH=%PYTHONPATH%;"@PY_PACKAGES_DIR@" |
4706e0194af3
Various improvements to the build process including support for self-contained builds.
M. George Hansen <technopolitica@gmail.com>
parents:
diff
changeset
|
4 CD %~dp0 |
15
de378945b839
Fixed 2 (of 3) issues with the scons script for windows
KarstenBock@gmx.net
parents:
11
diff
changeset
|
5 @PYTHON@ -m parpg.main "@SYS_CONF_DIR@" %* |