mirror of
https://github.com/reactos/wine.git
synced 2025-01-06 03:09:14 +00:00
12 lines
172 B
Makefile
12 lines
172 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
TESTDLL = dmloader.dll
|
|
IMPORTS = ole32
|
|
|
|
C_SRCS = \
|
|
loader.c
|
|
|
|
@MAKE_TEST_RULES@
|