summaryrefslogtreecommitdiff
path: root/Source/Plugins/Plugin_VideoOGL/Src/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Plugins/Plugin_VideoOGL/Src/SConscript')
-rw-r--r--Source/Plugins/Plugin_VideoOGL/Src/SConscript9
1 files changed, 0 insertions, 9 deletions
diff --git a/Source/Plugins/Plugin_VideoOGL/Src/SConscript b/Source/Plugins/Plugin_VideoOGL/Src/SConscript
index 4793e4b994..2724a150d2 100644
--- a/Source/Plugins/Plugin_VideoOGL/Src/SConscript
+++ b/Source/Plugins/Plugin_VideoOGL/Src/SConscript
@@ -25,8 +25,6 @@ files = [
'PostProcessing.cpp',
'FramebufferManager.cpp',
]
-compileFlags = [
- ]
linkFlags = [
]
libs = [
@@ -48,12 +46,6 @@ if gfxenv['HAVE_WX']:
'Debugger/Debugger.cpp',
]
-if gfxenv['HAVE_COCOA']:
- files += [ 'cocoaGL.m' ]
- compileFlags += [
- '-x',
- 'objective-c++',
- ]
if sys.platform == 'win32':
files += [ 'OS/Win32.cpp' ]
@@ -105,7 +97,6 @@ if gfxenv['USE_WX'] and not gfxenv['HAVE_WX']:
print "Must have wx to use wxgl"
Return()
gfxenv.Append(
- CXXFLAGS = compileFlags,
LINKFLAGS = linkFlags,
)