aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/develop.py
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/develop.py')
-rwxr-xr-xlinden/indra/develop.py4
1 files 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):
520 unattended=self.unattended, 520 unattended=self.unattended,
521 project_name=self.project_name 521 project_name=self.project_name
522 ) 522 )
523 # default to packaging enabled 523 # default to packaging disabled
524 # if simple: 524 # if simple:
525 # return 'cmake %(opts)s "%(dir)s"' % args 525 # return 'cmake %(opts)s "%(dir)s"' % args
526 return ('cmake -G "%(generator)s" ' 526 return ('cmake -G "%(generator)s" '
527 '-DSTANDALONE:BOOL=%(standalone)s ' 527 '-DSTANDALONE:BOOL=%(standalone)s '
528 '-DUNATTENDED:BOOL=%(unattended)s ' 528 '-DUNATTENDED:BOOL=%(unattended)s '
529 '-DROOT_PROJECT_NAME:STRING=%(project_name)s ' 529 '-DROOT_PROJECT_NAME:STRING=%(project_name)s '
530 '-DPACKAGE:BOOL=ON ' 530 #'-DPACKAGE:BOOL=ON '
531 '%(opts)s "%(dir)s"' % args) 531 '%(opts)s "%(dir)s"' % args)
532 532
533 def find_visual_studio(self, gen=None): 533 def find_visual_studio(self, gen=None):