shlwapi/tests: Fix a test failure on NT4.
[wine/hacks.git] / programs / notepad / Makefile.in
blobc48acf7350e325eae0d5d73bcd89875e1e2d34a9
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 -DWINE_NO_UNICODE_MACROS
12 C_SRCS = \
13 dialog.c \
14 main.c
16 RC_SRCS = \
17 Bg.rc \
18 Cs.rc \
19 Da.rc \
20 De.rc \
21 En.rc \
22 Eo.rc \
23 Es.rc \
24 Fi.rc \
25 Fr.rc \
26 Hu.rc \
27 It.rc \
28 Ja.rc \
29 Ko.rc \
30 Lt.rc \
31 Nl.rc \
32 No.rc \
33 Pl.rc \
34 Pt.rc \
35 Ro.rc \
36 Ru.rc \
37 Si.rc \
38 Sv.rc \
39 Th.rc \
40 Tr.rc \
41 Wa.rc \
42 Zh.rc \
43 rsrc.rc
45 SVG_SRCS = notepad.svg
47 @MAKE_PROG_RULES@
49 @DEPENDENCIES@ # everything below this line is overwritten by make depend