Branding pt2

This commit is contained in:
Siana Gearz
2010-11-15 10:45:16 +01:00
parent 8a2915d07c
commit e6806f3b16
19 changed files with 44 additions and 71 deletions

View File

@@ -76,7 +76,7 @@ class PlatformSetup(object):
build_type = build_types['relwithdebinfo']
standalone = 'OFF'
unattended = 'OFF'
project_name = 'Ascent'
project_name = 'Singularity'
distcc = True
cmake_opts = []
word_size = 32
@@ -661,9 +661,9 @@ class WindowsSetup(PlatformSetup):
continue
vstool_cmd = (os.path.join('tools','vstool','VSTool.exe') +
' --solution ' +
os.path.join(build_dir,'Ascent.sln') +
os.path.join(build_dir,'Singularity.sln') +
' --config ' + self.build_type +
' --startup Ascent')
' --startup secondlife-bin')
print 'Running %r in %r' % (vstool_cmd, getcwd())
self.run(vstool_cmd)
print >> open(stamp, 'w'), self.build_type