Make window uses black brush for background.
[wine/wine-kai.git] / programs / winefile / Makefile.in
blob8bf2251de2018220737704f6e69709e08f013535
1 EXTRADEFS = -D__WINE__ -DUNICODE
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ../..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
6 MODULE = winefile.exe
7 APPMODE = -mwindows
8 IMPORTS = shell32 comdlg32 comctl32 ole32 mpr version user32 gdi32 advapi32 kernel32
9 EXTRALIBS = -luuid
11 C_SRCS = \
12 license.c \
13 splitpath.c \
14 winefile.c
16 RC_SRCS = rsrc.rc
17 RC_BINSRC = resource.rc
18 RC_BINARIES = \
19 drivebar.bmp \
20 images.bmp \
21 toolbar.bmp \
22 winefile.ico
24 @MAKE_PROG_RULES@
26 ### Dependencies: