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:
authorMaxime Curioni <maxime.curioni@gmail.com>2008-09-09 23:00:16 +0400
committerMaxime Curioni <maxime.curioni@gmail.com>2008-09-09 23:00:16 +0400
commitefcbb9e73876ea34a8e36180f6df0b6e6792211d (patch)
tree427f4b62bcf0437f6f42b8248bf9e6cb5e041f49 /source/blender/freestyle/SConscript
parent449f210c464f95de3b0bcf641ed5ff046d215617 (diff)
soc-2008-mxcurioni: Win32 build clean-up
Diffstat (limited to 'source/blender/freestyle/SConscript')
-rw-r--r--source/blender/freestyle/SConscript3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/freestyle/SConscript b/source/blender/freestyle/SConscript
index e763560ad83..65287169cba 100644
--- a/source/blender/freestyle/SConscript
+++ b/source/blender/freestyle/SConscript
@@ -48,9 +48,6 @@ stroke_sources = env.Glob(prefix + '/*.cpp')
prefix = 'intern/rendering'
rendering_sources = env.Glob(prefix + '/GL*.cpp')
-if env['OURPLATFORM'] in ('win32-vc', 'win32-mingw'):
- rendering_sources = env.Glob(prefix + '/extgl.cpp')
-
# app / app_blender
prefix = 'intern/app_blender'
app_sources = env.Glob(prefix + '/*.cpp')