projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Move Install Features selection and evaluation into CostFinalize.
[wine]
/
programs
/
winefile
/
Makefile.in
1
EXTRADEFS = -D__WINE__
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 user32 gdi32 kernel32
9
EXTRALIBS = -luuid
10
11
C_SRCS = \
12
license.c \
13
splitpath.c \
14
winefile.c
15
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
23
24
@MAKE_PROG_RULES@
25
26
### Dependencies: