Mercurial > parpg-core
diff 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 |
line wrap: on
line diff
--- a/bin/parpg.bat.in Mon Jun 06 16:23:53 2011 -1000 +++ b/bin/parpg.bat.in Thu Jun 09 15:59:52 2011 +0200 @@ -2,4 +2,4 @@ SET PYTHONPATH=%PYTHONPATH%;"@PY_PACKAGES_DIR@" CD %~dp0 -START "@PYTHON@" -m parpg.main "@SYS_CONF_DIR@" %* \ No newline at end of file +@PYTHON@ -m parpg.main "@SYS_CONF_DIR@" %* \ No newline at end of file