Convert the wininet HTTP functions to Unicode.
[wine.git] / programs / notepad / Makefile.in
blobde0505f881a0604401d6f50f9ea34fd379b6e3d2
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 EXTRADEFS = -DNO_LIBWINE_PORT
11 C_SRCS = \
12 License_En.c \
13 dialog.c \
14 license.c \
15 main.c
17 RC_SRCS = rsrc.rc
19 @MAKE_PROG_RULES@
21 ### Dependencies: