diff options
author | Kyle Ambroff <ambroff@lindenlab.com> | 2008-09-11 16:32:58 +0000 |
---|---|---|
committer | Kyle Ambroff <ambroff@lindenlab.com> | 2008-09-11 16:32:58 +0000 |
commit | 642cdd95726755b7c24c7f2b25e2fea8e49b5b9b (patch) | |
tree | b95df24600bb6651f037adc68ca439006dac80f4 /indra/develop.py | |
parent | cfde9d568e3a4ded1d91dc3188dbf44f3fa0fce9 (diff) |
svn merge -r96049:96026 -r95956:95931 -r95867:95775 svn+ssh://svn/svn/linden/release
Reverting my changes to the package target. It subtly broke the windows build in a way I didn't want to try to fix in release. Will fix in another branch.
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): |