Sweden-Number/programs/winefile/Makefile.in

21 lines
435 B
Makefile
Raw Normal View History

EXTRADEFS = -D__WINE__ -DUNICODE
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = winefile.exe
2004-03-02 22:00:00 +01:00
APPMODE = -mwindows
IMPORTS = uuid shell32 comdlg32 comctl32 ole32 mpr version user32 gdi32 advapi32 kernel32
C_SRCS = \
splitpath.c \
winefile.c
RC_SRCS = rsrc.rc
2008-03-26 19:19:57 +01:00
SVG_SRCS = winefile.svg
@MAKE_PROG_RULES@
@DEPENDENCIES@ # everything below this line is overwritten by make depend