winemenubuilder: File associations should set wineprefix.
[wine.git] / programs / wordpad / Makefile.in
blob483d998979b719f3af4adcdf46b7f6ee4760da68
1 MODULE = wordpad.exe
2 APPMODE = -mwindows -mno-cygwin
3 IMPORTS = comdlg32 uuid ole32 shell32 user32 gdi32 advapi32 comctl32
4 EXTRAINCL = -I$(top_srcdir)/include/msvcrt
5 EXTRADEFS = -DNO_LIBWINE_PORT
6 MODCFLAGS = @BUILTINFLAG@
8 C_SRCS = \
9 olecallback.c \
10 print.c \
11 registry.c \
12 wordpad.c
14 RC_SRCS = \
15 Da.rc \
16 De.rc \
17 En.rc \
18 Fr.rc \
19 He.rc \
20 It.rc \
21 Ja.rc \
22 Ko.rc \
23 Lt.rc \
24 Nl.rc \
25 No.rc \
26 Pl.rc \
27 Pt.rc \
28 Ro.rc \
29 Ru.rc \
30 Si.rc \
31 Sv.rc \
32 Uk.rc \
33 Zh.rc \
34 wordpad.rc
36 PO_SRCS = wordpad.rc
38 SVG_SRCS = \
39 formatbar.svg \
40 toolbar.svg \
41 wordpad.svg
43 @MAKE_PROG_RULES@