po: Update Czech translation.
[wine/multimedia.git] / programs / wordpad / Makefile.in
blob07e232863d401026e00dc17275a06b727a67adb8
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 = wordpad.rc
15 PO_SRCS = wordpad.rc
17 SVG_SRCS = \
18 formatbar.svg \
19 toolbar.svg \
20 wordpad.svg
22 @MAKE_PROG_RULES@