dplayx: Tests for CreatePlayer.
[wine/gsoc_dplay.git] / programs / notepad / Makefile.in
bloba44fe714bce0847d0a6c93a728e310b212b2c70a
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
12 C_SRCS = \
13 dialog.c \
14 main.c
16 RC_SRCS = rsrc.rc
18 SVG_SRCS = notepad.svg
20 @MAKE_PROG_RULES@
22 @DEPENDENCIES@ # everything below this line is overwritten by make depend