push ac4b6ebdd3fd886d6a18959265755579ed195b88
[wine/hacks.git] / programs / winefile / Makefile.in
blob962cb77ba4c143e74ca76ae179818d1ca6bb1c04
1 EXTRADEFS = -D__WINE__ -DWINE_NO_UNICODE_MACROS
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ../..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
6 MODULE = winefile.exe
7 APPMODE = -mwindows
8 IMPORTS = uuid shell32 comdlg32 comctl32 ole32 mpr version user32 gdi32 advapi32 kernel32
10 C_SRCS = \
11 splitpath.c \
12 winefile.c
14 RC_SRCS = \
15 Cs.rc \
16 Da.rc \
17 De.rc \
18 En.rc \
19 Es.rc \
20 Fr.rc \
21 Hu.rc \
22 It.rc \
23 Ja.rc \
24 Ko.rc \
25 Lt.rc \
26 Nl.rc \
27 No.rc \
28 Pl.rc \
29 Pt.rc \
30 Ru.rc \
31 Si.rc \
32 Sv.rc \
33 Tr.rc \
34 Uk.rc \
35 Zh.rc \
36 rsrc.rc
38 SVG_SRCS = winefile.svg
40 @MAKE_PROG_RULES@
42 @DEPENDENCIES@ # everything below this line is overwritten by make depend