Mercurial > parpg-core
annotate bin/parpg.bat.in @ 19:e97972cc7110
Merged WAF fork with Beliar's Windows launcher fix.
* Removed SCons and distutils scripts since they aren't needed any more.
author | M. George Hansen <technopolitica@gmail.com> |
---|---|
date | Fri, 10 Jun 2011 11:57:39 -1000 |
parents | 927f2cf75357 de378945b839 |
children | 07ff8cf8a0f1 |
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 |
16
927f2cf75357
Changed build system from SCons to WAF.
M. George Hansen <technopolitica@gmail.com>
parents:
11
diff
changeset
|
3 SET PYTHONPATH=%PYTHONPATH%;"@PYTHONDIR@" |
11
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 |
19
e97972cc7110
Merged WAF fork with Beliar's Windows launcher fix.
M. George Hansen <technopolitica@gmail.com>
diff
changeset
|
5 "@PYTHON@" -m parpg.main "@SYSCONFDIR@" %* |