diff options
author | Kyle Ambroff <ambroff@lindenlab.com> | 2008-09-05 17:11:59 +0000 |
---|---|---|
committer | Kyle Ambroff <ambroff@lindenlab.com> | 2008-09-05 17:11:59 +0000 |
commit | 1493a212629b02a4323bf0c1f5a6960bc7b5e271 (patch) | |
tree | 6b98b55a30877e15842931fd5f78d5edd952c444 /indra/develop.py | |
parent | bf975f9872a4d98cebf63322c80492a92e262691 (diff) |
svn merge -r95837:95841
svn+ssh://svn.lindenlab.com/svn/linden/branches/package-target-not-optional
--> release
Always add the package target, but do not include it when selecting
"Build Solution". Reviewed by james.
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): |