mirror of
https://github.com/reactos/wine.git
synced 2025-02-12 23:58:56 +00:00
9 lines
104 B
Makefile
9 lines
104 B
Makefile
TESTDLL = ddrawex.dll
|
|
IMPORTS = user32 gdi32
|
|
|
|
C_SRCS = \
|
|
ddrawex.c \
|
|
surface.c
|
|
|
|
@MAKE_TEST_RULES@
|