summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2001-09-22 19:34:04 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2001-09-22 19:34:04 +0000
commitc90b8a875f4fef628fe6c2a0e17ecc891f2c107d (patch)
tree8c5925b183e26135b0e4396440f29ae73528d8ae
parenta2c9f534d37d90784398e4cb170b90a4dbc4e620 (diff)
downloadATCD-c90b8a875f4fef628fe6c2a0e17ecc891f2c107d.tar.gz
ChangeLogTag:Sat Sep 22 12:28:21 2001 Ossama Othman <ossama@uci.edu>
-rw-r--r--ChangeLog8
-rw-r--r--ChangeLogs/ChangeLog-02a8
-rw-r--r--ChangeLogs/ChangeLog-03a8
-rw-r--r--ace/SSL/ACE_SSL_LIB.dsp4
4 files changed, 26 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index d62e0b1a4df..d817e7f1875 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Sat Sep 22 12:28:21 2001 Ossama Othman <ossama@uci.edu>
+
+ * ace/SSL/ACE_SSL_LIB.dsp:
+
+ Corrected code generation settings to use the multi-threaded DLL
+ version of the run-time library. Corrects "legacy" build
+ problems.
+
Sat Sep 22 08:59:24 2001 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
* ace/High_Res_Timer.{h,i,cpp}: Added comments to explain how
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index d62e0b1a4df..d817e7f1875 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,11 @@
+Sat Sep 22 12:28:21 2001 Ossama Othman <ossama@uci.edu>
+
+ * ace/SSL/ACE_SSL_LIB.dsp:
+
+ Corrected code generation settings to use the multi-threaded DLL
+ version of the run-time library. Corrects "legacy" build
+ problems.
+
Sat Sep 22 08:59:24 2001 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
* ace/High_Res_Timer.{h,i,cpp}: Added comments to explain how
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index d62e0b1a4df..d817e7f1875 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,11 @@
+Sat Sep 22 12:28:21 2001 Ossama Othman <ossama@uci.edu>
+
+ * ace/SSL/ACE_SSL_LIB.dsp:
+
+ Corrected code generation settings to use the multi-threaded DLL
+ version of the run-time library. Corrects "legacy" build
+ problems.
+
Sat Sep 22 08:59:24 2001 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
* ace/High_Res_Timer.{h,i,cpp}: Added comments to explain how
diff --git a/ace/SSL/ACE_SSL_LIB.dsp b/ace/SSL/ACE_SSL_LIB.dsp
index 6ac4b53b74e..276bced29e3 100644
--- a/ace/SSL/ACE_SSL_LIB.dsp
+++ b/ace/SSL/ACE_SSL_LIB.dsp
@@ -41,7 +41,7 @@ RSC=rc.exe
# PROP Intermediate_Dir ".\LIB\Release"
# PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
-# ADD CPP /nologo /MT /W3 /GX /O2 /I "../../" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /D "ACE_AS_STATIC_LIBS" /FD /c
+# ADD CPP /nologo /MD /W3 /GX /O2 /I "../../" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_LIB" /D "ACE_AS_STATIC_LIBS" /FD /c
# SUBTRACT CPP /YX /Yc /Yu
# ADD BASE RSC /l 0x409 /d "NDEBUG"
# ADD RSC /l 0x409 /d "NDEBUG"
@@ -65,7 +65,7 @@ LIB32=link.exe -lib
# PROP Intermediate_Dir ".\LIB\Debug"
# PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
-# ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I "../../" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /D "ACE_AS_STATIC_LIBS" /FD /c
+# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "../../" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_LIB" /D "ACE_AS_STATIC_LIBS" /FD /c
# SUBTRACT CPP /YX
# ADD BASE RSC /l 0x409 /d "_DEBUG"
# ADD RSC /l 0x409 /d "_DEBUG"