mirror of
https://github.com/reactos/wine.git
synced 2024-11-30 07:00:30 +00:00
11 lines
158 B
Makefile
11 lines
158 B
Makefile
TESTDLL = gameux.dll
|
|
IMPORTS = uuid shlwapi oleaut32 ole32 advapi32
|
|
|
|
C_SRCS = \
|
|
gameexplorer.c \
|
|
gamestatistics.c
|
|
|
|
RC_SRCS = rsrc.rc
|
|
|
|
@MAKE_TEST_RULES@
|