projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Extended winefile for an optional shell namespace mode.
[wine]
/
programs
/
winefile
/
Makefile.in
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
EXTRADEFS = -D__WINE__
9
EXTRALIBS = $(LIBUUID)
10
11
C_SRCS = \
12
license.c \
13
splitpath.c \
14
winefile.c
15
16
RC_SRCS = rsrc.rc
17
18
@MAKE_PROG_RULES@
19
20
### Dependencies: