mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
eb58e1d597
ntdll where necessary.
17 lines
266 B
Makefile
17 lines
266 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = setupapi
|
|
SOVERSION = 1.0
|
|
ALTNAMES = setupx
|
|
IMPORTS = advapi32 kernel32 ntdll
|
|
|
|
C_SRCS = \
|
|
infparse.c \
|
|
setupx_main.c \
|
|
stubs.c
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|