opengl32: Avoid using the system GL headers.
[wine] / dlls / opengl32 / Makefile.in
1 MODULE    = opengl32.dll
2 IMPORTLIB = opengl32
3 IMPORTS   = user32 gdi32 advapi32
4
5 C_SRCS = \
6         opengl_ext.c \
7         opengl_norm.c \
8         wgl.c
9
10 RC_SRCS = version.rc
11
12 @MAKE_DLL_RULES@