mirror of
https://github.com/reactos/wine.git
synced 2024-12-04 09:53:54 +00:00
11 lines
154 B
Makefile
11 lines
154 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
|