diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-07-07 23:58:34 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-07-07 23:58:34 +0000 |
commit | 81e0a245decc09943832d52cb9f419e3f8f355b7 (patch) | |
tree | 8aaf3418082d4c3b107e2f01eedf0d55095c7ec7 /ace/SSL | |
parent | 784fe453b13e068e3ec273b9a0f4021ac5a51e96 (diff) | |
download | ATCD-81e0a245decc09943832d52cb9f419e3f8f355b7.tar.gz |
ChangeLogTag: Mon Jul 07 18:00:38 2003 Irfan Pyarali <irfan@oomworks.com>
Diffstat (limited to 'ace/SSL')
-rw-r--r-- | ace/SSL/ACE_SSL_LIB.dsp | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/ace/SSL/ACE_SSL_LIB.dsp b/ace/SSL/ACE_SSL_LIB.dsp index 194af6d9115..5a8da402bfc 100644 --- a/ace/SSL/ACE_SSL_LIB.dsp +++ b/ace/SSL/ACE_SSL_LIB.dsp @@ -4,7 +4,7 @@ # TARGTYPE "Win32 (x86) Static Library" 0x0104
-CFG=ACE_SSL_LIB - Win32 Debug
+CFG=ACE_SSL_LIB - Win32 Static Debug
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
!MESSAGE use the Export Makefile command and run
!MESSAGE
@@ -13,12 +13,12 @@ CFG=ACE_SSL_LIB - Win32 Debug !MESSAGE You can specify a configuration when running NMAKE
!MESSAGE by defining the macro CFG on the command line. For example:
!MESSAGE
-!MESSAGE NMAKE /f "ACE_SSL_LIB.mak" CFG="ACE_SSL_LIB - Win32 Debug"
+!MESSAGE NMAKE /f "ACE_SSL_LIB.mak" CFG="ACE_SSL_LIB - Win32 Static Debug"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
-!MESSAGE "ACE_SSL_LIB - Win32 Release" (based on "Win32 (x86) Static Library")
-!MESSAGE "ACE_SSL_LIB - Win32 Debug" (based on "Win32 (x86) Static Library")
+!MESSAGE "ACE_SSL_LIB - Win32 Static Release" (based on "Win32 (x86) Static Library")
+!MESSAGE "ACE_SSL_LIB - Win32 Static Debug" (based on "Win32 (x86) Static Library")
!MESSAGE
# Begin Project
@@ -28,7 +28,7 @@ CFG=ACE_SSL_LIB - Win32 Debug CPP=cl.exe
RSC=rc.exe
-!IF "$(CFG)" == "ACE_SSL_LIB - Win32 Release"
+!IF "$(CFG)" == "ACE_SSL_LIB - Win32 Static Release"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 0
@@ -52,7 +52,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo
# ADD LIB32 /nologo /out:"ACE_SSLs.lib"
-!ELSEIF "$(CFG)" == "ACE_SSL_LIB - Win32 Debug"
+!ELSEIF "$(CFG)" == "ACE_SSL_LIB - Win32 Static Debug"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
@@ -80,8 +80,8 @@ LIB32=link.exe -lib # Begin Target
-# Name "ACE_SSL_LIB - Win32 Release"
-# Name "ACE_SSL_LIB - Win32 Debug"
+# Name "ACE_SSL_LIB - Win32 Static Release"
+# Name "ACE_SSL_LIB - Win32 Static Debug"
# Begin Group "Source Files"
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|