18 lines
315 B
Makefile
18 lines
315 B
Makefile
EXTRADEFS = -D__WINE__
|
|
MODULE = winefile.exe
|
|
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
|
|
|
|
SVG_SRCS = winefile.svg
|
|
|
|
@MAKE_PROG_RULES@
|