mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
13 lines
172 B
Makefile
13 lines
172 B
Makefile
MODULE = opengl32.dll
|
|
IMPORTLIB = opengl32
|
|
IMPORTS = user32 gdi32 advapi32
|
|
|
|
C_SRCS = \
|
|
opengl_ext.c \
|
|
opengl_norm.c \
|
|
wgl.c
|
|
|
|
RC_SRCS = version.rc
|
|
|
|
@MAKE_DLL_RULES@
|