Fix scons win32 link error with OSL, also fix a GLEW linker warning

This commit is contained in:
Brecht Van Lommel
2013-02-10 20:47:44 +00:00
parent 41500e2824
commit 50f7328fb6
2 changed files with 3 additions and 1 deletions

View File

@@ -43,6 +43,8 @@ incs = []
defs = []
cxxflags = Split(env['CXXFLAGS'])
defs.append('GLEW_STATIC')
defs.append('CCL_NAMESPACE_BEGIN=namespace ccl {')
defs.append('CCL_NAMESPACE_END=}')