gdi: Cleanup sconsfile.
This commit is contained in:
committed by
José Fonseca
parent
58a82ee57f
commit
ce8469abeb
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user