2006-02-14 13:48:29 +00:00
|
|
|
MODULE = wordpad.exe
|
2010-07-22 12:30:19 +00:00
|
|
|
IMPORTS = comdlg32 uuid ole32 shell32 user32 gdi32 advapi32 comctl32
|
2006-02-14 13:48:29 +00:00
|
|
|
|
2021-09-20 15:03:48 +00:00
|
|
|
EXTRADLLFLAGS = -mwindows
|
2019-04-24 09:27:39 +00:00
|
|
|
|
2006-02-14 13:48:29 +00:00
|
|
|
C_SRCS = \
|
2010-07-22 12:30:19 +00:00
|
|
|
olecallback.c \
|
2007-11-11 00:06:46 +00:00
|
|
|
print.c \
|
2007-12-12 08:36:41 +00:00
|
|
|
registry.c \
|
2006-02-14 13:48:29 +00:00
|
|
|
wordpad.c
|
|
|
|
|
2011-12-19 19:14:23 +00:00
|
|
|
RC_SRCS = wordpad.rc
|
2006-02-14 13:48:29 +00:00
|
|
|
|
2010-05-16 22:09:55 +00:00
|
|
|
SVG_SRCS = \
|
2010-05-16 22:10:09 +00:00
|
|
|
formatbar.svg \
|
2010-05-16 22:09:55 +00:00
|
|
|
toolbar.svg \
|
2017-07-14 11:12:27 +00:00
|
|
|
wordpad.svg \
|
|
|
|
zoom.svg
|