mirror of
https://github.com/reactos/wine.git
synced 2025-02-17 19:39:00 +00:00
12 lines
188 B
Makefile
12 lines
188 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
TESTDLL = opengl32.dll
|
|
IMPORTS = opengl32 user32 gdi32
|
|
|
|
C_SRCS = \
|
|
opengl.c
|
|
|
|
@MAKE_TEST_RULES@
|