gdi: Cleanup sconsfile.

This commit is contained in:
José Fonseca 2008-12-11 14:42:25 +09:00 committed by José Fonseca
parent 58a82ee57f
commit ce8469abeb

View file

@ -12,6 +12,15 @@ if env['platform'] == 'windows':
])
env.Append(CPPDEFINES = [
'__GL_EXPORTS',
'BUILD_GL32',
'_GNU_H_WINDOWS32_DEFINES',
])
env.Append(LIBS = [
'gdi32',
'user32',ss
'kernel32',
])
sources = [
@ -23,11 +32,6 @@ if env['platform'] == 'windows':
softpipe,
]
env.Append(LIBS = [
'gdi32',
'user32'
])
env.SharedLibrary(
target ='opengl32',
source = sources,