|
@@ -102,8 +102,11 @@ def usage(problem):
|
|
|
print " --runtime (build a runtime build instead of an SDK build)"
|
|
print " --runtime (build a runtime build instead of an SDK build)"
|
|
|
print " --installer (build an installer)"
|
|
print " --installer (build an installer)"
|
|
|
print " --optimize X (optimization level can be 1,2,3,4)"
|
|
print " --optimize X (optimization level can be 1,2,3,4)"
|
|
|
- print " --version (set the panda version number)"
|
|
|
|
|
- print " --lzma (use lzma compression when building installer)"
|
|
|
|
|
|
|
+ print " --version X (set the panda version number)"
|
|
|
|
|
+ print " --lzma (use lzma compression when building Windows installer)"
|
|
|
|
|
+ print " --distributor X (short string identifying the distributor of the build)"
|
|
|
|
|
+ print " --outputdir X (use the specified directory instead of 'built')"
|
|
|
|
|
+ print " --host URL (set the host url (runtime build only))"
|
|
|
print " --threads N (use the multithreaded build system. see manual)"
|
|
print " --threads N (use the multithreaded build system. see manual)"
|
|
|
print " --osxtarget N (the OSX version number to build for (OSX only))"
|
|
print " --osxtarget N (the OSX version number to build for (OSX only))"
|
|
|
print " --override \"O=V\" (override dtool_config/prc option value)"
|
|
print " --override \"O=V\" (override dtool_config/prc option value)"
|