mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 20:59:54 +00:00
34fa35dc99
makefiles, and added support for building a .def.a static import library too.
19 lines
285 B
Makefile
19 lines
285 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = iphlpapi.dll
|
|
IMPORTLIB = libiphlpapi.$(IMPLIBEXT)
|
|
IMPORTS = advapi32 kernel32
|
|
|
|
C_SRCS = \
|
|
ifenum.c \
|
|
iphlpapi_main.c \
|
|
ipstats.c
|
|
|
|
SUBDIRS = tests
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|