1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = wordpad.exe
6 APPMODE = -mwindows -mno-cygwin
7 IMPORTS = comdlg32 shell32 user32 gdi32 advapi32 kernel32 comctl32
8 EXTRAINCL = -I$(TOPSRCDIR)/include/msvcrt
9 EXTRADEFS = -DNO_LIBWINE_PORT
10 MODCFLAGS = @BUILTINFLAG@
11
12 C_SRCS = \
13 print.c \
14 registry.c \
15 wordpad.c
16
17 RC_SRCS = rsrc.rc
18
19 SVG_SRCS = wordpad.svg
20
21 @MAKE_PROG_RULES@
22
23 @DEPENDENCIES@ # everything below this line is overwritten by make depend
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more
information.