Makefile.in 315 Bytes
Newer Older
1
EXTRADEFS = -D__WINE__
2
MODULE    = winefile.exe
3
APPMODE   = -mwindows -municode
4
IMPORTS   = uuid shell32 comdlg32 comctl32 ole32 mpr version user32 gdi32 advapi32
5 6 7 8 9

C_SRCS = \
	splitpath.c \
	winefile.c

10
RC_SRCS = winefile.rc
11
PO_SRCS = winefile.rc
12

13
MANPAGE = winefile.man
14

Herve Chanal's avatar
Herve Chanal committed
15 16
SVG_SRCS = winefile.svg

17
@MAKE_PROG_RULES@