mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
34 lines
356 B
Makefile
34 lines
356 B
Makefile
MODULE = appwiz.cpl
|
|
IMPORTS = comctl32 advapi32 shell32 user32 comdlg32
|
|
|
|
C_SRCS = \
|
|
appwiz.c
|
|
|
|
RC_SRCS = \
|
|
Da.rc \
|
|
De.rc \
|
|
En.rc \
|
|
Es.rc \
|
|
Fr.rc \
|
|
Hu.rc \
|
|
It.rc \
|
|
Ja.rc \
|
|
Ko.rc \
|
|
Lt.rc \
|
|
Nl.rc \
|
|
No.rc \
|
|
Pl.rc \
|
|
Pt.rc \
|
|
Ro.rc \
|
|
Ru.rc \
|
|
Si.rc \
|
|
Sr.rc \
|
|
Sv.rc \
|
|
Uk.rc \
|
|
Zh.rc \
|
|
appwiz.rc
|
|
|
|
SVG_SRCS = \
|
|
appwiz.svg
|
|
|
|
@MAKE_DLL_RULES@
|