mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 20:30:01 +00:00
15 lines
252 B
Makefile
15 lines
252 B
Makefile
MODULE = appwiz.cpl
|
|
IMPORTS = uuid urlmon advpack comctl32 advapi32 shell32 user32 comdlg32
|
|
DELAYIMPORTS = msi
|
|
|
|
C_SRCS = \
|
|
addons.c \
|
|
appwiz.c
|
|
|
|
RC_SRCS = appwiz.rc
|
|
|
|
SVG_SRCS = \
|
|
appwiz.svg
|
|
|
|
addons_EXTRADEFS = -DINSTALL_DATADIR="\"${datadir}\""
|