winedbg: Fixed regression: stack info was no longer working.
[wine/wine64.git] / programs / notepad / Makefile.in
blob67026d3657700f7a369825e8a8c9a885b6893682
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 dialog.c \
14 main.c
16 RC_SRCS = rsrc.rc
18 @MAKE_PROG_RULES@
20 ### Dependencies: