regedit: Fix the Turkish translation.
[wine] / programs / notepad / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = notepad.exe
6 APPMODE   = -mwindows -mno-cygwin
7 IMPORTS   = comdlg32 shell32 shlwapi user32 gdi32 advapi32 kernel32
8 EXTRAINCL = -I$(TOPSRCDIR)/include/msvcrt
9 MODCFLAGS = @BUILTINFLAG@
10 EXTRADEFS = -DNO_LIBWINE_PORT
11
12 C_SRCS = \
13         dialog.c \
14         main.c
15
16 RC_SRCS = rsrc.rc
17
18 SVG_SRCS = notepad.svg
19
20 @MAKE_PROG_RULES@
21
22 @DEPENDENCIES@  # everything below this line is overwritten by make depend