mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 22:50:43 +00:00
14 lines
195 B
Makefile
14 lines
195 B
Makefile
MODULE = opengl32.dll
|
|
IMPORTLIB = opengl32
|
|
IMPORTS = user32 gdi32 advapi32
|
|
EXTRAINCL = @X_CFLAGS@
|
|
|
|
C_SRCS = \
|
|
opengl_ext.c \
|
|
opengl_norm.c \
|
|
wgl.c
|
|
|
|
RC_SRCS = version.rc
|
|
|
|
@MAKE_DLL_RULES@
|