From 642cdd95726755b7c24c7f2b25e2fea8e49b5b9b Mon Sep 17 00:00:00 2001 From: Kyle Ambroff Date: Thu, 11 Sep 2008 16:32:58 +0000 Subject: 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. --- indra/develop.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'indra/develop.py') 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): -- cgit v1.2.3