mshtml: Removed code duplication in frame collection tests.
[wine] / programs / notepad / Makefile.in
1 MODULE    = notepad.exe
2 APPMODE   = -mwindows -mno-cygwin
3 IMPORTS   = comdlg32 shell32 shlwapi user32 gdi32 advapi32
4 EXTRAINCL = -I$(top_srcdir)/include/msvcrt
5 MODCFLAGS = @BUILTINFLAG@
6 EXTRADEFS = -DNO_LIBWINE_PORT
7
8 C_SRCS = \
9         dialog.c \
10         main.c
11
12 RC_SRCS = notepad.rc
13 PO_SRCS = notepad.rc
14
15 MANPAGE = notepad.man
16
17 SVG_SRCS = notepad.svg
18
19 @MAKE_PROG_RULES@