mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 22:12:46 +00:00
[OPENGL32]
- Fix build svn path=/trunk/; revision=56992
This commit is contained in:
parent
e929298f0f
commit
df58b26774
1 changed files with 5 additions and 0 deletions
|
@ -2,6 +2,11 @@
|
||||||
|
|
||||||
spec2def(opengl32.dll opengl32.spec ADD_IMPORTLIB)
|
spec2def(opengl32.dll opengl32.spec ADD_IMPORTLIB)
|
||||||
|
|
||||||
|
add_definitions(
|
||||||
|
-D_GDI32_ # prevent gl* being declared __declspec(dllimport) in MS headers
|
||||||
|
-DBUILD_GL32 # declare gl* as __declspec(dllexport) in Mesa headers
|
||||||
|
)
|
||||||
|
|
||||||
list(APPEND SOURCE
|
list(APPEND SOURCE
|
||||||
font.c
|
font.c
|
||||||
gl.c
|
gl.c
|
||||||
|
|
Loading…
Reference in a new issue