projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c7baca
)
VC-32.pl: fix /Fd name generation [from HEAD].
author
Andy Polyakov
<appro@openssl.org>
Wed, 9 Jun 2010 15:49:09 +0000
(15:49 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Wed, 9 Jun 2010 15:49:09 +0000
(15:49 +0000)
PR: 2284
util/pl/VC-32.pl
patch
|
blob
|
history
diff --git
a/util/pl/VC-32.pl
b/util/pl/VC-32.pl
index c3e29fda965c0cf57a4edc4d74b36303486ad95e..61a16bb09bcf429e944af7c136f1cb2265b9719c 100644
(file)
--- a/
util/pl/VC-32.pl
+++ b/
util/pl/VC-32.pl
@@
-138,8
+138,8
@@
else
}
# generate symbols.pdb unconditionally
-$app_cflag.=" /Zi /Fd
$tmp_def
/app";
-$lib_cflag.=" /Zi /Fd
$tmp_def
/lib";
+$app_cflag.=" /Zi /Fd
\$(TMP_D)
/app";
+$lib_cflag.=" /Zi /Fd
\$(TMP_D)
/lib";
$lflags.=" /debug";
$obj='.obj';