and another bump! Gotta love indentation °_°

This commit is contained in:
Nathan Letwory 2009-10-27 14:15:40 +00:00
parent 8a7a70f55c
commit abf7bebac5

View File

@ -11,9 +11,9 @@ if window_system == 'darwin':
sources += env.Glob('intern/*.mm')
if env['WITH_GHOST_COCOA'] == True:
env.Append(CFLAGS=['-DGHOST_COCOA'])
env.Append(CXXFLAGS=['-DGHOST_COCOA'])
env.Append(CPPFLAGS=['-DGHOST_COCOA'])
env.Append(CFLAGS=['-DGHOST_COCOA'])
env.Append(CXXFLAGS=['-DGHOST_COCOA'])
env.Append(CPPFLAGS=['-DGHOST_COCOA'])
#defs = ''
#if env['WITH_GHOST_COCOA']: