projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
msi: Only copy the resulting string if the RegistryValue call succeeded.
[wine]
/
dlls
/
msvcrt40
/
Makefile.in
1
EXTRADEFS = -DUSE_MSVCRT_PREFIX
2
TOPSRCDIR = @top_srcdir@
3
TOPOBJDIR = ../..
4
SRCDIR = @srcdir@
5
VPATH = @srcdir@
6
MODULE = msvcrt40.dll
7
IMPORTLIB = msvcrt40
8
IMPORTS = msvcrt kernel32
9
10
C_SRCS = \
11
msvcrt40.c
12
13
@MAKE_DLL_RULES@
14
15
@DEPENDENCIES@ # everything below this line is overwritten by make depend