Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Plisson <damien.plisson@yahoo.fr>2009-10-30 23:20:48 +0300
committerDamien Plisson <damien.plisson@yahoo.fr>2009-10-30 23:20:48 +0300
commit93173a6dd4eaf1955516e35335009494a92f300b (patch)
tree8179f8ad07c6bcf1dc276d3e89058f829dd7c742 /intern/ghost/SConscript
parentf03257cc1f68e6448b8c45e9053d894d275f44cb (diff)
Mac / COCOA :
- fix 10.4 compile issues - fix some scons issues & add WITH_BF_COLLADA = False in scons darwin_config.py to allow build waiting for complete Collada Mac implementation
Diffstat (limited to 'intern/ghost/SConscript')
-rw-r--r--intern/ghost/SConscript9
1 files changed, 0 insertions, 9 deletions
diff --git a/intern/ghost/SConscript b/intern/ghost/SConscript
index 2dbda4befe7..09da6f94ddc 100644
--- a/intern/ghost/SConscript
+++ b/intern/ghost/SConscript
@@ -10,15 +10,6 @@ sources = env.Glob('intern/*.cpp')
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'])
-
-#defs = ''
-#if env['WITH_GHOST_COCOA']:
-# defs += 'GHOST_COCOA'
-# maybe we need it later
pf = ['GHOST_DisplayManager', 'GHOST_System', 'GHOST_Window']