mirror of
https://github.com/reactos/wine.git
synced 2024-12-08 11:56:27 +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@
|