mirror of
https://github.com/reactos/wine.git
synced 2024-12-09 04:13:58 +00:00
8 lines
100 B
Makefile
8 lines
100 B
Makefile
TESTDLL = opengl32.dll
|
|
IMPORTS = opengl32 user32 gdi32
|
|
|
|
C_SRCS = \
|
|
opengl.c
|
|
|
|
@MAKE_TEST_RULES@
|