projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
winefile: Move the license and warranty text into the resources.
[wine]
/
programs
/
winefile
/
Makefile.in
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
10
11
C_SRCS = \
12
splitpath.c \
13
winefile.c
14
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
22
23
@MAKE_PROG_RULES@
24
25
### Dependencies: