Portability fix.
[wine/wine64.git] / programs / notepad / Makefile.in
blobef1b5c84acff13235f7e62055c74432330732159
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = notepad.exe
6 APPMODE = gui
7 IMPORTS = comdlg32 shell32 user32 gdi32 kernel32
9 LICENSELANG = En
11 C_SRCS = \
12 dialog.c \
13 language.c \
14 license.c \
15 main.c \
16 search.c \
17 $(LICENSELANG:%=License_%.c)
19 RC_SRCS = rsrc.rc
21 @MAKE_PROG_RULES@
23 ### Dependencies: