mirror of
https://github.com/reactos/wine.git
synced 2024-12-02 16:57:26 +00:00
12 lines
172 B
Makefile
12 lines
172 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
TESTDLL = uxtheme.dll
|
|
IMPORTS = user32
|
|
|
|
C_SRCS = \
|
|
system.c
|
|
|
|
@MAKE_TEST_RULES@
|