mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-29 22:30:24 +01:00
gdi: Cleanup sconsfile.
This commit is contained in:
parent
58a82ee57f
commit
ce8469abeb
1 changed files with 9 additions and 5 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue