aboutsummaryrefslogtreecommitdiffstats
path: root/util/pl/BC-32.pl
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-09-24 14:48:51 +0000
committerRichard Levitte <levitte@openssl.org>2000-09-24 14:48:51 +0000
commit56245be46d7e18f17e263e46205e73d00bd8d16b (patch)
treeeb58a9fb1eecdb42e6a852331bb3c14bc6894d6c /util/pl/BC-32.pl
parenteb206eb8be7d177ede493a40c50e620489fbd5e9 (diff)
downloadopenssl-56245be46d7e18f17e263e46205e73d00bd8d16b.tar.gz
Change the Windows building scripts to enable DSO_WIN32.
Diffstat (limited to 'util/pl/BC-32.pl')
-rw-r--r--util/pl/BC-32.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/pl/BC-32.pl b/util/pl/BC-32.pl
index 7f57809a16..20cb3a9c50 100644
--- a/util/pl/BC-32.pl
+++ b/util/pl/BC-32.pl
@@ -19,7 +19,7 @@ $out_def="out32";
$tmp_def="tmp32";
$inc_def="inc32";
#enable max error messages, disable most common warnings
-$cflags="-DWIN32_LEAN_AND_MEAN -q -w-aus -w-par -w-inl -c -tWC -tWM -DWINDOWS -DWIN32 -DL_ENDIAN ";
+$cflags="-DWIN32_LEAN_AND_MEAN -q -w-aus -w-par -w-inl -c -tWC -tWM -DWINDOWS -DWIN32 -DL_ENDIAN -DDSO_WIN32 ";
if ($debug)
{
$cflags.="-Od -y -v -vi- -D_DEBUG";