mirror of
https://github.com/reactos/wine.git
synced 2025-02-08 13:18:12 +00:00
11 lines
185 B
Makefile
11 lines
185 B
Makefile
MODULE = setupx.dll16
|
|
IMPORTS = setupapi user32 advapi32
|
|
|
|
EXTRADLLFLAGS = -m16 -Wb,--main-module,setupapi.dll
|
|
|
|
C_SRCS = \
|
|
devinst16.c \
|
|
infparse.c \
|
|
setupx_main.c \
|
|
virtcopy.c
|