Convert resources to standard format without embedded binary data.
[wine.git] / programs / winefile / Makefile.in
blob55f2b66c3163ac0abc14c75fdd6c24209b07c367
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = winefile.exe
6 APPMODE = gui
7 IMPORTS = shell32 comctl32 ole32 user32 gdi32 kernel32
8 EXTRALIBS = $(LIBUUID)
10 C_SRCS = \
11 license.c \
12 splitpath.c \
13 winefile.c
15 RC_SRCS = rsrc.rc
16 RC_BINSRC = resource.rc
17 RC_BINARIES = \
18 drivebar.bmp \
19 images.bmp \
20 toolbar.bmp \
21 winefile.ico
23 @MAKE_PROG_RULES@
25 ### Dependencies: