Sweden-Number/dlls/setupapi/Makefile.in

40 lines
602 B
Makefile
Raw Normal View History

EXTRADEFS = -D_SETUPAPI_
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = setupapi.dll
IMPORTLIB = libsetupapi.$(IMPLIBEXT)
IMPORTS = user32 version advapi32 rpcrt4 kernel32 ntdll
DELAYIMPORTS = shell32
EXTRALIBS = $(LIBUNICODE)
C_SRCS = \
devinst.c \
dirid.c \
diskspace.c \
install.c \
misc.c \
parser.c \
query.c \
queue.c \
setupcab.c \
stringtable.c \
2003-08-24 01:18:13 +02:00
stubs.c
C_SRCS16 = \
2003-08-24 01:18:13 +02:00
devinst16.c \
infparse.c \
2003-08-24 01:18:13 +02:00
setupx_main.c \
virtcopy.c
SPEC_SRCS16 = setupx.spec
RC_SRCS= setupapi.rc
SUBDIRS = tests
@MAKE_DLL_RULES@
### Dependencies: