projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
makefiles: Remove the no longer needed explicit separators for dependencies.
[wine]
/
dlls
/
msxml4
/
Makefile.in
1
EXTRADEFS = -DCOM_NO_WINDOWS_H
2
TOPSRCDIR = @top_srcdir@
3
TOPOBJDIR = ../..
4
SRCDIR = @srcdir@
5
VPATH = @srcdir@
6
MODULE = msxml4.dll
7
IMPORTS = ole32 advapi32 kernel32
8
9
C_SRCS = \
10
main.c \
11
regsvr.c
12
13
@MAKE_DLL_RULES@