mirror of
https://github.com/reactos/wine.git
synced 2024-12-04 01:41:18 +00:00
9bebbc5d8e
- add some setupx resources - implement VHSTR functionality - large parts of VCP callback handling - merge setupapi and setupx stuff, especially resource handling gets rid of setupx debug channel; setupapi is the only one that remains
28 lines
360 B
Makefile
28 lines
360 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = setupapi
|
|
SOVERSION = 1.0
|
|
ALTNAMES = setupx
|
|
|
|
LDDLLFLAGS = @LDDLLFLAGS@
|
|
SYMBOLFILE = $(MODULE).tmp.o
|
|
|
|
C_SRCS = \
|
|
devinst.c \
|
|
infparse.c \
|
|
setupx_main.c \
|
|
stubs.c \
|
|
virtcopy.c
|
|
|
|
GLUE = \
|
|
virtcopy.c
|
|
|
|
RC_SRCS= \
|
|
setupapi.rc
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|