projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Remove SYMBOLFILE and LDDLLFLAGS from Makefiles.
[wine]
/
dlls
/
msvcrt20
/
Makefile.in
1
EXTRADEFS = -DUSE_MSVCRT_PREFIX
2
TOPSRCDIR = @top_srcdir@
3
TOPOBJDIR = ../..
4
SRCDIR = @srcdir@
5
VPATH = @srcdir@
6
MODULE = msvcrt20.dll
7
IMPORTS = msvcrt
8
EXTRALIBS = $(LIBUNICODE)
9
10
C_SRCS = msvcrt20.c
11
12
@MAKE_DLL_RULES@
13
14
### Dependencies: