aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/develop.py
diff options
context:
space:
mode:
authorDavid Seikel2011-02-09 01:57:04 +1000
committerDavid Seikel2011-02-09 01:57:04 +1000
commit6a87cef1d449e8cdf8ebac53994a9a032792cf92 (patch)
treec6f129866713b590e2a02e2199f5b6fd8595438e /linden/indra/develop.py
parentMerge branch 'branding' of github.com:onefang/meta-impy into branding (diff)
downloadmeta-impy-6a87cef1d449e8cdf8ebac53994a9a032792cf92.zip
meta-impy-6a87cef1d449e8cdf8ebac53994a9a032792cf92.tar.gz
meta-impy-6a87cef1d449e8cdf8ebac53994a9a032792cf92.tar.bz2
meta-impy-6a87cef1d449e8cdf8ebac53994a9a032792cf92.tar.xz
Change imprudence -> meta-impy, though not the URLs. Probably some will need to be reverted later.
Changed file names to.
Diffstat (limited to '')
-rwxr-xr-xlinden/indra/develop.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/linden/indra/develop.py b/linden/indra/develop.py
index 6fe565e..c909a1b 100755
--- a/linden/indra/develop.py
+++ b/linden/indra/develop.py
@@ -77,7 +77,7 @@ class PlatformSetup(object):
77 standalone = 'OFF' 77 standalone = 'OFF'
78 unattended = 'OFF' 78 unattended = 'OFF'
79 universal = 'OFF' 79 universal = 'OFF'
80 project_name = 'Imprudence' 80 project_name = 'meta-impy'
81 distcc = True 81 distcc = True
82 cmake_opts = [] 82 cmake_opts = []
83 83
@@ -632,9 +632,9 @@ class WindowsSetup(PlatformSetup):
632 continue 632 continue
633 vstool_cmd = (os.path.join('tools','vstool','VSTool.exe') + 633 vstool_cmd = (os.path.join('tools','vstool','VSTool.exe') +
634 ' --solution ' + 634 ' --solution ' +
635 os.path.join(build_dir,'Imprudence.sln') + 635 os.path.join(build_dir,'meta-impy.sln') +
636 ' --config ' + self.build_type + 636 ' --config ' + self.build_type +
637 ' --startup imprudence-bin') 637 ' --startup meta-impy-bin')
638 print 'Running %r in %r' % (vstool_cmd, getcwd()) 638 print 'Running %r in %r' % (vstool_cmd, getcwd())
639 self.run(vstool_cmd) 639 self.run(vstool_cmd)
640 print >> open(stamp, 'w'), self.build_type 640 print >> open(stamp, 'w'), self.build_type