projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Use FILE_SHARE_READ to open the file in GetBinaryTypeA.
[wine]
/
misc
/
Makefile.in
1
sysconfdir = @sysconfdir@
2
DEFS = @DLLFLAGS@ -D__WINE__ -DETCDIR="\"$(sysconfdir)\""
3
TOPSRCDIR = @top_srcdir@
4
TOPOBJDIR = ..
5
SRCDIR = @srcdir@
6
VPATH = @srcdir@
7
MODULE = misc
8
9
C_SRCS = \
10
bidi16.c \
11
cdrom.c \
12
comm.c \
13
cpu.c \
14
debugstr.c \
15
error.c \
16
ext_debugger.c \
17
lstr.c \
18
main.c \
19
network.c \
20
options.c \
21
port.c \
22
printdrv.c \
23
registry.c \
24
system.c \
25
toolhelp.c \
26
tweak.c \
27
version.c \
28
w32scomb.c \
29
wsprintf.c
30
31
GLUE = printdrv.c
32
33
all: $(MODULE).o
34
35
@MAKE_RULES@
36
37
### Dependencies:
38