mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
fix makepanda --help
This commit is contained in:
parent
e87e3f4581
commit
a610d7976d
@ -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 " --version X (set the panda version number)"
|
||||||
print " --lzma (use lzma compression when building installer)"
|
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)"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user