Sweden-Number/programs/winefile/Makefile.in

18 lines
305 B
Makefile

EXTRADEFS = -D__WINE__
MODULE = winefile.exe
APPMODE = -mwindows
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
SVG_SRCS = winefile.svg
@MAKE_PROG_RULES@