projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
hlink: Added HlinkGetSpecialReference implementation.
[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
17
@MAKE_PROG_RULES@
18
19
@DEPENDENCIES@ # everything below this line is overwritten by make depend