mirror of
https://github.com/reactos/wine.git
synced 2024-11-30 15:10:27 +00:00
12 lines
177 B
Makefile
12 lines
177 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
TESTDLL = iphlpapi.dll
|
|
IMPORTS = kernel32
|
|
|
|
C_SRCS = \
|
|
iphlpapi.c
|
|
|
|
@MAKE_TEST_RULES@
|