diff options
Diffstat (limited to 'indra/develop.py')
-rwxr-xr-x | indra/develop.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/develop.py b/indra/develop.py index 579f1cdf29..8ae19524ed 100755 --- a/indra/develop.py +++ b/indra/develop.py @@ -605,9 +605,6 @@ 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=FALSE - - Set up a Visual Studio 2005 project with package target (to build installer): - develop.py -G vc80 configure -DPACKAGE:BOOL=TRUE ''' def main(arguments): |