mirror of
https://github.com/reactos/wine.git
synced 2025-01-26 14:05:07 +00:00
10 lines
125 B
Makefile
10 lines
125 B
Makefile
TESTDLL = wscript.exe
|
|
IMPORTS = ole32 oleaut32 psapi advapi32
|
|
|
|
C_SRCS = \
|
|
run.c
|
|
|
|
RC_SRCS = rsrc.rc
|
|
|
|
@MAKE_TEST_RULES@
|