-Enabled multi-processor compiling with Visual Studio
-Fixed refrences to secondlife-bin.exe in build scripts -Added ability to blacklist sounds through Sound Explorer floater. -Added a missing color to the silver skin
This commit is contained in:
@@ -658,7 +658,7 @@ class WindowsSetup(PlatformSetup):
|
||||
' --solution ' +
|
||||
os.path.join(build_dir,'Ascent.sln') +
|
||||
' --config ' + self.build_type +
|
||||
' --startup secondlife-bin')
|
||||
' --startup Ascent')
|
||||
print 'Running %r in %r' % (vstool_cmd, getcwd())
|
||||
self.run(vstool_cmd)
|
||||
print >> open(stamp, 'w'), self.build_type
|
||||
|
||||
Reference in New Issue
Block a user