From 8dd0730994e622736b87f188982180f2a668b3ee Mon Sep 17 00:00:00 2001 From: McCabe Maxsted Date: Fri, 5 Mar 2010 15:21:37 -0700 Subject: Commented out -DPACKAGE:BOOL=ON for Windows in develop.py. Don't build package by default after compiling on Windows. --- linden/indra/develop.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linden/indra/develop.py b/linden/indra/develop.py index 31dcb6a..4e16885 100755 --- a/linden/indra/develop.py +++ b/linden/indra/develop.py @@ -520,14 +520,14 @@ class WindowsSetup(PlatformSetup): unattended=self.unattended, project_name=self.project_name ) - # default to packaging enabled + # default to packaging disabled # if simple: # return 'cmake %(opts)s "%(dir)s"' % args return ('cmake -G "%(generator)s" ' '-DSTANDALONE:BOOL=%(standalone)s ' '-DUNATTENDED:BOOL=%(unattended)s ' '-DROOT_PROJECT_NAME:STRING=%(project_name)s ' - '-DPACKAGE:BOOL=ON ' + #'-DPACKAGE:BOOL=ON ' '%(opts)s "%(dir)s"' % args) def find_visual_studio(self, gen=None): -- cgit v1.1