Makefile.in 523 Bytes
Newer Older
1
EXTRADEFS = -D__WINE__ -DUNICODE
2 3 4 5 6
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR    = @srcdir@
VPATH     = @srcdir@
MODULE    = winefile.exe
7
APPMODE   = -mwindows
8
IMPORTS   = shell32 comdlg32 comctl32 ole32 mpr version user32 gdi32 advapi32 kernel32
9
EXTRALIBS = -luuid
10 11 12 13 14 15

C_SRCS = \
	splitpath.c \
	winefile.c

RC_SRCS = rsrc.rc
16 17 18 19 20 21
RC_BINSRC = resource.rc
RC_BINARIES = \
	drivebar.bmp \
	images.bmp \
	toolbar.bmp \
	winefile.ico
22 23 24

@MAKE_PROG_RULES@

25
@DEPENDENCIES@  # everything below this line is overwritten by make depend