Sweden-Number/programs/winefile/Makefile.in

18 lines
315 B
Makefile
Raw Normal View History

EXTRADEFS = -D__WINE__
MODULE = winefile.exe
2012-03-18 19:24:28 +01:00
APPMODE = -mwindows -municode
IMPORTS = uuid shell32 comdlg32 comctl32 ole32 mpr version user32 gdi32 advapi32
C_SRCS = \
splitpath.c \
winefile.c
RC_SRCS = winefile.rc
PO_SRCS = winefile.rc
MANPAGE = winefile.man
2010-11-24 15:27:30 +01:00
2008-03-26 19:19:57 +01:00
SVG_SRCS = winefile.svg
@MAKE_PROG_RULES@