Release 20050930.
[wine/gsoc-2012-control.git] / programs / notepad / Makefile.in
blobfc43d365e8845c2eab3b9836f0459bb12f0a0881
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = notepad.exe
6 APPMODE = -mwindows
7 IMPORTS = comdlg32 shell32 user32 gdi32 msvcrt advapi32 kernel32
8 EXTRAINCL = -I$(TOPSRCDIR)/include/msvcrt
9 MODCFLAGS = @BUILTINFLAG@
10 EXTRADEFS = -DNO_LIBWINE_PORT
12 C_SRCS = \
13 License_En.c \
14 dialog.c \
15 license.c \
16 main.c
18 RC_SRCS = rsrc.rc
20 @MAKE_PROG_RULES@
22 ### Dependencies: