d3dx9/tests: Test the D3DXVec*Array functions.
[wine/wine-kai.git] / programs / notepad / Makefile.in
blobc67191d46f6794cbc3f6b506cf1d0816e05f1de7
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = notepad.exe
6 APPMODE = -mwindows
7 IMPORTS = comdlg32 shell32 shlwapi 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@ # everything below this line is overwritten by make depend