EXTRADEFS = -D__WINE__ -DWINE_NO_UNICODE_MACROS
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR    = @srcdir@
VPATH     = @srcdir@
MODULE    = winefile.exe
APPMODE   = -mwindows
IMPORTS   = uuid shell32 comdlg32 comctl32 ole32 mpr version user32 gdi32 advapi32 kernel32

C_SRCS = \
	splitpath.c \
	winefile.c

RC_SRCS = \
	Cs.rc \
	Da.rc \
	De.rc \
	En.rc \
	Es.rc \
	Fr.rc \
	Hu.rc \
	It.rc \
	Ja.rc \
	Ko.rc \
	Lt.rc \
	Nl.rc \
	No.rc \
	Pl.rc \
	Pt.rc \
	Ru.rc \
	Si.rc \
	Sv.rc \
	Tr.rc \
	Zh.rc \
	rsrc.rc

SVG_SRCS = winefile.svg

@MAKE_PROG_RULES@

@DEPENDENCIES@  # everything below this line is overwritten by make depend