Changes to assist in building on Linux, more attempts at stopping OpenJPEG(?) related crashes, disabled being logged out for going AFK by default.

This commit is contained in:
CharleyLevenque
2010-08-28 02:22:41 -04:00
parent e91444a907
commit 9d1073ac40
6 changed files with 16 additions and 13 deletions

View File

@@ -73,10 +73,10 @@ class PlatformSetup(object):
for t in ('Debug', 'Release', 'RelWithDebInfo'):
build_types[t.lower()] = t
build_type = build_types['relwithdebinfo']
build_type = build_types['release']
standalone = 'OFF'
unattended = 'OFF'
project_name = 'SecondLife'
project_name = 'Ascent'
distcc = True
cmake_opts = []
word_size = 32