diff options
Diffstat (limited to 'indra/develop.py')
-rwxr-xr-x | indra/develop.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/develop.py b/indra/develop.py index 77583b0664..a96ea0a6c9 100755 --- a/indra/develop.py +++ b/indra/develop.py @@ -605,6 +605,9 @@ If you do not specify a command, the default is "configure". Examples: Set up a viewer-only project for your system: develop.py configure -DSERVER:BOOL=OFF + + Set up a Visual Studio 2005 project with package target (to build installer): + develop.py -G vc80 configure -DPACKAGE:BOOL=ON ''' def main(arguments): |