summaryrefslogtreecommitdiff
path: root/make/msvc_prj/connect
diff options
context:
space:
mode:
authorAaron M. Ucko <ucko@debian.org>2005-03-23 21:32:21 +0000
committerAaron M. Ucko <ucko@debian.org>2005-03-23 21:32:21 +0000
commitc75ff6a6ca0d1c0a0b90ac5cf9a14a73a913cb16 (patch)
tree6adbd0993ff22e21837b68b119c5ac03335c8978 /make/msvc_prj/connect
parent992f39042271801456458b4d5103f9b440ba2a04 (diff)
Load ncbi (6.1.20021213) into ncbi-tools6/branches/upstream/current.
Diffstat (limited to 'make/msvc_prj/connect')
-rw-r--r--make/msvc_prj/connect/test/http_connector_hit/http_connector_hit.dsp22
-rw-r--r--make/msvc_prj/connect/test/socket_io_bouncer/socket_io_bouncer.dsp22
-rw-r--r--make/msvc_prj/connect/test/test_ncbi_buffer/test_ncbi_buffer.dsp22
-rw-r--r--make/msvc_prj/connect/test/test_ncbi_connutil_hit/test_ncbi_connutil_hit.dsp22
-rw-r--r--make/msvc_prj/connect/test/test_ncbi_connutil_misc/test_ncbi_connutil_misc.dsp22
-rw-r--r--make/msvc_prj/connect/test/test_ncbi_core/test_ncbi_core.dsp22
-rw-r--r--make/msvc_prj/connect/test/test_ncbi_disp/test_ncbi_disp.dsp22
-rw-r--r--make/msvc_prj/connect/test/test_ncbi_file_connector/test_ncbi_file_connector.dsp22
-rw-r--r--make/msvc_prj/connect/test/test_ncbi_http_connector/test_ncbi_http_connector.dsp22
-rw-r--r--make/msvc_prj/connect/test/test_ncbi_http_get/test_ncbi_http_get.dsp22
-rw-r--r--make/msvc_prj/connect/test/test_ncbi_memory_connector/test_ncbi_memory_connector.dsp22
-rw-r--r--make/msvc_prj/connect/test/test_ncbi_sendmail/test_ncbi_sendmail.dsp22
-rwxr-xr-xmake/msvc_prj/connect/test/test_ncbi_service_connector/test_ncbi_service_connector.dsp22
-rw-r--r--make/msvc_prj/connect/test/test_ncbi_socket/test_ncbi_socket.dsp22
-rw-r--r--make/msvc_prj/connect/test/test_ncbi_socket_connector/test_ncbi_socket_connector.dsp22
-rw-r--r--make/msvc_prj/connect/test/test_ncbisock/test_ncbisock.dsp22
-rw-r--r--make/msvc_prj/connect/test/xconntest.dsp22
17 files changed, 187 insertions, 187 deletions
diff --git a/make/msvc_prj/connect/test/http_connector_hit/http_connector_hit.dsp b/make/msvc_prj/connect/test/http_connector_hit/http_connector_hit.dsp
index cee5f3b3..43ea37a7 100644
--- a/make/msvc_prj/connect/test/http_connector_hit/http_connector_hit.dsp
+++ b/make/msvc_prj/connect/test/http_connector_hit/http_connector_hit.dsp
@@ -4,7 +4,7 @@
# TARGTYPE "Win32 (x86) Console Application" 0x0103
-CFG=http_connector_hit - Win32 DebugMT
+CFG=http_connector_hit - Win32 DebugDLL
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
!MESSAGE use the Export Makefile command and run
!MESSAGE
@@ -13,11 +13,11 @@ CFG=http_connector_hit - Win32 DebugMT
!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 "http_connector_hit.mak" CFG="http_connector_hit - Win32 DebugMT"
+!MESSAGE NMAKE /f "http_connector_hit.mak" CFG="http_connector_hit - Win32 DebugDLL"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
-!MESSAGE "http_connector_hit - Win32 DebugMT" (based on "Win32 (x86) Console Application")
+!MESSAGE "http_connector_hit - Win32 DebugDLL" (based on "Win32 (x86) Console Application")
!MESSAGE
# Begin Project
@@ -27,21 +27,21 @@ CFG=http_connector_hit - Win32 DebugMT
CPP=cl.exe
RSC=rc.exe
-!IF "$(CFG)" == "http_connector_hit - Win32 DebugMT"
+!IF "$(CFG)" == "http_connector_hit - Win32 DebugDLL"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "DebugMT"
-# PROP BASE Intermediate_Dir "DebugMT"
+# PROP BASE Output_Dir "DebugDLL"
+# PROP BASE Intermediate_Dir "DebugDLL"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "DebugMT"
-# PROP Intermediate_Dir "DebugMT"
+# PROP Output_Dir "DebugDLL"
+# PROP Intermediate_Dir "DebugDLL"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
-# ADD CPP /nologo /MTd /W3 /Gm /GX /Z7 /Od /I ".\..\..\..\..\.." /I ".\..\..\..\..\..\corelib" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
+# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
+# ADD CPP /nologo /MDd /W3 /Gm /GX /Z7 /Od /I ".\..\..\..\..\.." /I ".\..\..\..\..\..\corelib" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
# ADD BASE RSC /l 0x409 /d "_DEBUG"
# ADD RSC /l 0x409 /d "_DEBUG"
BSC32=bscmake.exe
@@ -54,7 +54,7 @@ LINK32=link.exe
!ENDIF
# Begin Target
-# Name "http_connector_hit - Win32 DebugMT"
+# Name "http_connector_hit - Win32 DebugDLL"
# Begin Source File
diff --git a/make/msvc_prj/connect/test/socket_io_bouncer/socket_io_bouncer.dsp b/make/msvc_prj/connect/test/socket_io_bouncer/socket_io_bouncer.dsp
index 86fe1a7d..eaa2bbfc 100644
--- a/make/msvc_prj/connect/test/socket_io_bouncer/socket_io_bouncer.dsp
+++ b/make/msvc_prj/connect/test/socket_io_bouncer/socket_io_bouncer.dsp
@@ -4,7 +4,7 @@
# TARGTYPE "Win32 (x86) Console Application" 0x0103
-CFG=socket_io_bouncer - Win32 DebugMT
+CFG=socket_io_bouncer - Win32 DebugDLL
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
!MESSAGE use the Export Makefile command and run
!MESSAGE
@@ -13,11 +13,11 @@ CFG=socket_io_bouncer - Win32 DebugMT
!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 "socket_io_bouncer.mak" CFG="socket_io_bouncer - Win32 DebugMT"
+!MESSAGE NMAKE /f "socket_io_bouncer.mak" CFG="socket_io_bouncer - Win32 DebugDLL"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
-!MESSAGE "socket_io_bouncer - Win32 DebugMT" (based on "Win32 (x86) Console Application")
+!MESSAGE "socket_io_bouncer - Win32 DebugDLL" (based on "Win32 (x86) Console Application")
!MESSAGE
# Begin Project
@@ -27,21 +27,21 @@ CFG=socket_io_bouncer - Win32 DebugMT
CPP=cl.exe
RSC=rc.exe
-!IF "$(CFG)" == "socket_io_bouncer - Win32 DebugMT"
+!IF "$(CFG)" == "socket_io_bouncer - Win32 DebugDLL"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "DebugMT"
-# PROP BASE Intermediate_Dir "DebugMT"
+# PROP BASE Output_Dir "DebugDLL"
+# PROP BASE Intermediate_Dir "DebugDLL"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "DebugMT"
-# PROP Intermediate_Dir "DebugMT"
+# PROP Output_Dir "DebugDLL"
+# PROP Intermediate_Dir "DebugDLL"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
-# ADD CPP /nologo /MTd /W3 /Gm /GX /Z7 /Od /I ".\..\..\..\..\.." /I ".\..\..\..\..\..\corelib" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
+# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
+# ADD CPP /nologo /MDd /W3 /Gm /GX /Z7 /Od /I ".\..\..\..\..\.." /I ".\..\..\..\..\..\corelib" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
# ADD BASE RSC /l 0x409 /d "_DEBUG"
# ADD RSC /l 0x409 /d "_DEBUG"
BSC32=bscmake.exe
@@ -54,7 +54,7 @@ LINK32=link.exe
!ENDIF
# Begin Target
-# Name "socket_io_bouncer - Win32 DebugMT"
+# Name "socket_io_bouncer - Win32 DebugDLL"
# Begin Source File
diff --git a/make/msvc_prj/connect/test/test_ncbi_buffer/test_ncbi_buffer.dsp b/make/msvc_prj/connect/test/test_ncbi_buffer/test_ncbi_buffer.dsp
index bbe5dd31..eabda563 100644
--- a/make/msvc_prj/connect/test/test_ncbi_buffer/test_ncbi_buffer.dsp
+++ b/make/msvc_prj/connect/test/test_ncbi_buffer/test_ncbi_buffer.dsp
@@ -4,7 +4,7 @@
# TARGTYPE "Win32 (x86) Console Application" 0x0103
-CFG=test_ncbi_buffer - Win32 DebugMT
+CFG=test_ncbi_buffer - Win32 DebugDLL
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
!MESSAGE use the Export Makefile command and run
!MESSAGE
@@ -13,11 +13,11 @@ CFG=test_ncbi_buffer - Win32 DebugMT
!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 "test_ncbi_buffer.mak" CFG="test_ncbi_buffer - Win32 DebugMT"
+!MESSAGE NMAKE /f "test_ncbi_buffer.mak" CFG="test_ncbi_buffer - Win32 DebugDLL"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
-!MESSAGE "test_ncbi_buffer - Win32 DebugMT" (based on "Win32 (x86) Console Application")
+!MESSAGE "test_ncbi_buffer - Win32 DebugDLL" (based on "Win32 (x86) Console Application")
!MESSAGE
# Begin Project
@@ -27,21 +27,21 @@ CFG=test_ncbi_buffer - Win32 DebugMT
CPP=cl.exe
RSC=rc.exe
-!IF "$(CFG)" == "test_ncbi_buffer - Win32 DebugMT"
+!IF "$(CFG)" == "test_ncbi_buffer - Win32 DebugDLL"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "DebugMT"
-# PROP BASE Intermediate_Dir "DebugMT"
+# PROP BASE Output_Dir "DebugDLL"
+# PROP BASE Intermediate_Dir "DebugDLL"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "DebugMT"
-# PROP Intermediate_Dir "DebugMT"
+# PROP Output_Dir "DebugDLL"
+# PROP Intermediate_Dir "DebugDLL"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
-# ADD CPP /nologo /MTd /W3 /Gm /GX /Z7 /Od /I ".\..\..\..\..\.." /I ".\..\..\..\..\..\corelib" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
+# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
+# ADD CPP /nologo /MDd /W3 /Gm /GX /Z7 /Od /I ".\..\..\..\..\.." /I ".\..\..\..\..\..\corelib" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
# ADD BASE RSC /l 0x409 /d "_DEBUG"
# ADD RSC /l 0x409 /d "_DEBUG"
BSC32=bscmake.exe
@@ -54,7 +54,7 @@ LINK32=link.exe
!ENDIF
# Begin Target
-# Name "test_ncbi_buffer - Win32 DebugMT"
+# Name "test_ncbi_buffer - Win32 DebugDLL"
# Begin Source File
diff --git a/make/msvc_prj/connect/test/test_ncbi_connutil_hit/test_ncbi_connutil_hit.dsp b/make/msvc_prj/connect/test/test_ncbi_connutil_hit/test_ncbi_connutil_hit.dsp
index bcf6f9bf..a1518dd5 100644
--- a/make/msvc_prj/connect/test/test_ncbi_connutil_hit/test_ncbi_connutil_hit.dsp
+++ b/make/msvc_prj/connect/test/test_ncbi_connutil_hit/test_ncbi_connutil_hit.dsp
@@ -4,7 +4,7 @@
# TARGTYPE "Win32 (x86) Console Application" 0x0103
-CFG=test_ncbi_connutil_hit - Win32 DebugMT
+CFG=test_ncbi_connutil_hit - Win32 DebugDLL
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
!MESSAGE use the Export Makefile command and run
!MESSAGE
@@ -13,11 +13,11 @@ CFG=test_ncbi_connutil_hit - Win32 DebugMT
!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 "test_ncbi_connutil_hit.mak" CFG="test_ncbi_connutil_hit - Win32 DebugMT"
+!MESSAGE NMAKE /f "test_ncbi_connutil_hit.mak" CFG="test_ncbi_connutil_hit - Win32 DebugDLL"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
-!MESSAGE "test_ncbi_connutil_hit - Win32 DebugMT" (based on "Win32 (x86) Console Application")
+!MESSAGE "test_ncbi_connutil_hit - Win32 DebugDLL" (based on "Win32 (x86) Console Application")
!MESSAGE
# Begin Project
@@ -27,21 +27,21 @@ CFG=test_ncbi_connutil_hit - Win32 DebugMT
CPP=cl.exe
RSC=rc.exe
-!IF "$(CFG)" == "test_ncbi_connutil_hit - Win32 DebugMT"
+!IF "$(CFG)" == "test_ncbi_connutil_hit - Win32 DebugDLL"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "DebugMT"
-# PROP BASE Intermediate_Dir "DebugMT"
+# PROP BASE Output_Dir "DebugDLL"
+# PROP BASE Intermediate_Dir "DebugDLL"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "DebugMT"
-# PROP Intermediate_Dir "DebugMT"
+# PROP Output_Dir "DebugDLL"
+# PROP Intermediate_Dir "DebugDLL"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
-# ADD CPP /nologo /MTd /W3 /Gm /GX /Z7 /Od /I ".\..\..\..\..\.." /I ".\..\..\..\..\..\corelib" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
+# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
+# ADD CPP /nologo /MDd /W3 /Gm /GX /Z7 /Od /I ".\..\..\..\..\.." /I ".\..\..\..\..\..\corelib" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
# ADD BASE RSC /l 0x409 /d "_DEBUG"
# ADD RSC /l 0x409 /d "_DEBUG"
BSC32=bscmake.exe
@@ -54,7 +54,7 @@ LINK32=link.exe
!ENDIF
# Begin Target
-# Name "test_ncbi_connutil_hit - Win32 DebugMT"
+# Name "test_ncbi_connutil_hit - Win32 DebugDLL"
# Begin Source File
diff --git a/make/msvc_prj/connect/test/test_ncbi_connutil_misc/test_ncbi_connutil_misc.dsp b/make/msvc_prj/connect/test/test_ncbi_connutil_misc/test_ncbi_connutil_misc.dsp
index bd2293c7..1af029ae 100644
--- a/make/msvc_prj/connect/test/test_ncbi_connutil_misc/test_ncbi_connutil_misc.dsp
+++ b/make/msvc_prj/connect/test/test_ncbi_connutil_misc/test_ncbi_connutil_misc.dsp
@@ -4,7 +4,7 @@
# TARGTYPE "Win32 (x86) Console Application" 0x0103
-CFG=test_ncbi_connutil_misc - Win32 DebugMT
+CFG=test_ncbi_connutil_misc - Win32 DebugDLL
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
!MESSAGE use the Export Makefile command and run
!MESSAGE
@@ -13,11 +13,11 @@ CFG=test_ncbi_connutil_misc - Win32 DebugMT
!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 "test_ncbi_connutil_misc.mak" CFG="test_ncbi_connutil_misc - Win32 DebugMT"
+!MESSAGE NMAKE /f "test_ncbi_connutil_misc.mak" CFG="test_ncbi_connutil_misc - Win32 DebugDLL"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
-!MESSAGE "test_ncbi_connutil_misc - Win32 DebugMT" (based on "Win32 (x86) Console Application")
+!MESSAGE "test_ncbi_connutil_misc - Win32 DebugDLL" (based on "Win32 (x86) Console Application")
!MESSAGE
# Begin Project
@@ -27,21 +27,21 @@ CFG=test_ncbi_connutil_misc - Win32 DebugMT
CPP=cl.exe
RSC=rc.exe
-!IF "$(CFG)" == "test_ncbi_connutil_misc - Win32 DebugMT"
+!IF "$(CFG)" == "test_ncbi_connutil_misc - Win32 DebugDLL"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "DebugMT"
-# PROP BASE Intermediate_Dir "DebugMT"
+# PROP BASE Output_Dir "DebugDLL"
+# PROP BASE Intermediate_Dir "DebugDLL"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "DebugMT"
-# PROP Intermediate_Dir "DebugMT"
+# PROP Output_Dir "DebugDLL"
+# PROP Intermediate_Dir "DebugDLL"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
-# ADD CPP /nologo /MTd /W3 /Gm /GX /Z7 /Od /I ".\..\..\..\..\.." /I ".\..\..\..\..\..\corelib" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
+# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
+# ADD CPP /nologo /MDd /W3 /Gm /GX /Z7 /Od /I ".\..\..\..\..\.." /I ".\..\..\..\..\..\corelib" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
# ADD BASE RSC /l 0x409 /d "_DEBUG"
# ADD RSC /l 0x409 /d "_DEBUG"
BSC32=bscmake.exe
@@ -54,7 +54,7 @@ LINK32=link.exe
!ENDIF
# Begin Target
-# Name "test_ncbi_connutil_misc - Win32 DebugMT"
+# Name "test_ncbi_connutil_misc - Win32 DebugDLL"
# Begin Source File
diff --git a/make/msvc_prj/connect/test/test_ncbi_core/test_ncbi_core.dsp b/make/msvc_prj/connect/test/test_ncbi_core/test_ncbi_core.dsp
index 7073f1a5..003c790a 100644
--- a/make/msvc_prj/connect/test/test_ncbi_core/test_ncbi_core.dsp
+++ b/make/msvc_prj/connect/test/test_ncbi_core/test_ncbi_core.dsp
@@ -4,7 +4,7 @@
# TARGTYPE "Win32 (x86) Console Application" 0x0103
-CFG=test_ncbi_core - Win32 DebugMT
+CFG=test_ncbi_core - Win32 DebugDLL
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
!MESSAGE use the Export Makefile command and run
!MESSAGE
@@ -13,11 +13,11 @@ CFG=test_ncbi_core - Win32 DebugMT
!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 "test_ncbi_core.mak" CFG="test_ncbi_core - Win32 DebugMT"
+!MESSAGE NMAKE /f "test_ncbi_core.mak" CFG="test_ncbi_core - Win32 DebugDLL"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
-!MESSAGE "test_ncbi_core - Win32 DebugMT" (based on "Win32 (x86) Console Application")
+!MESSAGE "test_ncbi_core - Win32 DebugDLL" (based on "Win32 (x86) Console Application")
!MESSAGE
# Begin Project
@@ -27,20 +27,20 @@ CFG=test_ncbi_core - Win32 DebugMT
CPP=cl.exe
RSC=rc.exe
-!IF "$(CFG)" == "test_ncbi_core - Win32 DebugMT"
+!IF "$(CFG)" == "test_ncbi_core - Win32 DebugDLL"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "DebugMT"
-# PROP BASE Intermediate_Dir "DebugMT"
+# PROP BASE Output_Dir "DebugDLL"
+# PROP BASE Intermediate_Dir "DebugDLL"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "DebugMT"
-# PROP Intermediate_Dir "DebugMT"
+# PROP Output_Dir "DebugDLL"
+# PROP Intermediate_Dir "DebugDLL"
# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
-# ADD CPP /nologo /MTd /W3 /Gm /GX /Z7 /Od /I ".\..\..\..\..\.." /I ".\..\..\..\..\..\corelib" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
+# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
+# ADD CPP /nologo /MDd /W3 /Gm /GX /Z7 /Od /I ".\..\..\..\..\.." /I ".\..\..\..\..\..\corelib" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
# ADD BASE RSC /l 0x409 /d "_DEBUG"
# ADD RSC /l 0x409 /d "_DEBUG"
BSC32=bscmake.exe
@@ -53,7 +53,7 @@ LINK32=link.exe
!ENDIF
# Begin Target
-# Name "test_ncbi_core - Win32 DebugMT"
+# Name "test_ncbi_core - Win32 DebugDLL"
# Begin Source File
diff --git a/make/msvc_prj/connect/test/test_ncbi_disp/test_ncbi_disp.dsp b/make/msvc_prj/connect/test/test_ncbi_disp/test_ncbi_disp.dsp
index dab57bce..e237af08 100644
--- a/make/msvc_prj/connect/test/test_ncbi_disp/test_ncbi_disp.dsp
+++ b/make/msvc_prj/connect/test/test_ncbi_disp/test_ncbi_disp.dsp
@@ -4,7 +4,7 @@
# TARGTYPE "Win32 (x86) Console Application" 0x0103
-CFG=test_ncbi_disp - Win32 DebugMT
+CFG=test_ncbi_disp - Win32 DebugDLL
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
!MESSAGE use the Export Makefile command and run
!MESSAGE
@@ -13,11 +13,11 @@ CFG=test_ncbi_disp - Win32 DebugMT
!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 "test_ncbi_disp.mak" CFG="test_ncbi_disp - Win32 DebugMT"
+!MESSAGE NMAKE /f "test_ncbi_disp.mak" CFG="test_ncbi_disp - Win32 DebugDLL"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
-!MESSAGE "test_ncbi_disp - Win32 DebugMT" (based on "Win32 (x86) Console Application")
+!MESSAGE "test_ncbi_disp - Win32 DebugDLL" (based on "Win32 (x86) Console Application")
!MESSAGE
# Begin Project
@@ -27,21 +27,21 @@ CFG=test_ncbi_disp - Win32 DebugMT
CPP=cl.exe
RSC=rc.exe
-!IF "$(CFG)" == "test_ncbi_disp - Win32 DebugMT"
+!IF "$(CFG)" == "test_ncbi_disp - Win32 DebugDLL"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "DebugMT"
-# PROP BASE Intermediate_Dir "DebugMT"
+# PROP BASE Output_Dir "DebugDLL"
+# PROP BASE Intermediate_Dir "DebugDLL"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "DebugMT"
-# PROP Intermediate_Dir "DebugMT"
+# PROP Output_Dir "DebugDLL"
+# PROP Intermediate_Dir "DebugDLL"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
-# ADD CPP /nologo /MTd /W3 /Gm /GX /Z7 /Od /I ".\..\..\..\..\.." /I ".\..\..\..\..\..\corelib" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
+# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
+# ADD CPP /nologo /MDd /W3 /Gm /GX /Z7 /Od /I ".\..\..\..\..\.." /I ".\..\..\..\..\..\corelib" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
# ADD BASE RSC /l 0x409 /d "_DEBUG"
# ADD RSC /l 0x409 /d "_DEBUG"
BSC32=bscmake.exe
@@ -54,7 +54,7 @@ LINK32=link.exe
!ENDIF
# Begin Target
-# Name "test_ncbi_disp - Win32 DebugMT"
+# Name "test_ncbi_disp - Win32 DebugDLL"
# Begin Source File
diff --git a/make/msvc_prj/connect/test/test_ncbi_file_connector/test_ncbi_file_connector.dsp b/make/msvc_prj/connect/test/test_ncbi_file_connector/test_ncbi_file_connector.dsp
index 20378aab..64055f5a 100644
--- a/make/msvc_prj/connect/test/test_ncbi_file_connector/test_ncbi_file_connector.dsp
+++ b/make/msvc_prj/connect/test/test_ncbi_file_connector/test_ncbi_file_connector.dsp
@@ -4,7 +4,7 @@
# TARGTYPE "Win32 (x86) Console Application" 0x0103
-CFG=test_ncbi_file_connector - Win32 DebugMT
+CFG=test_ncbi_file_connector - Win32 DebugDLL
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
!MESSAGE use the Export Makefile command and run
!MESSAGE
@@ -13,11 +13,11 @@ CFG=test_ncbi_file_connector - Win32 DebugMT
!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 "test_ncbi_file_connector.mak" CFG="test_ncbi_file_connector - Win32 DebugMT"
+!MESSAGE NMAKE /f "test_ncbi_file_connector.mak" CFG="test_ncbi_file_connector - Win32 DebugDLL"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
-!MESSAGE "test_ncbi_file_connector - Win32 DebugMT" (based on "Win32 (x86) Console Application")
+!MESSAGE "test_ncbi_file_connector - Win32 DebugDLL" (based on "Win32 (x86) Console Application")
!MESSAGE
# Begin Project
@@ -27,21 +27,21 @@ CFG=test_ncbi_file_connector - Win32 DebugMT
CPP=cl.exe
RSC=rc.exe
-!IF "$(CFG)" == "test_ncbi_file_connector - Win32 DebugMT"
+!IF "$(CFG)" == "test_ncbi_file_connector - Win32 DebugDLL"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "DebugMT"
-# PROP BASE Intermediate_Dir "DebugMT"
+# PROP BASE Output_Dir "DebugDLL"
+# PROP BASE Intermediate_Dir "DebugDLL"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "DebugMT"
-# PROP Intermediate_Dir "DebugMT"
+# PROP Output_Dir "DebugDLL"
+# PROP Intermediate_Dir "DebugDLL"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
-# ADD CPP /nologo /MTd /W3 /Gm /GX /Z7 /Od /I ".\..\..\..\..\.." /I ".\..\..\..\..\..\corelib" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
+# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
+# ADD CPP /nologo /MDd /W3 /Gm /GX /Z7 /Od /I ".\..\..\..\..\.." /I ".\..\..\..\..\..\corelib" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
# ADD BASE RSC /l 0x409 /d "_DEBUG"
# ADD RSC /l 0x409 /d "_DEBUG"
BSC32=bscmake.exe
@@ -54,7 +54,7 @@ LINK32=link.exe
!ENDIF
# Begin Target
-# Name "test_ncbi_file_connector - Win32 DebugMT"
+# Name "test_ncbi_file_connector - Win32 DebugDLL"
# Begin Source File
diff --git a/make/msvc_prj/connect/test/test_ncbi_http_connector/test_ncbi_http_connector.dsp b/make/msvc_prj/connect/test/test_ncbi_http_connector/test_ncbi_http_connector.dsp
index f37ea914..db46d508 100644
--- a/make/msvc_prj/connect/test/test_ncbi_http_connector/test_ncbi_http_connector.dsp
+++ b/make/msvc_prj/connect/test/test_ncbi_http_connector/test_ncbi_http_connector.dsp
@@ -4,7 +4,7 @@
# TARGTYPE "Win32 (x86) Console Application" 0x0103
-CFG=test_ncbi_http_connector - Win32 DebugMT
+CFG=test_ncbi_http_connector - Win32 DebugDLL
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
!MESSAGE use the Export Makefile command and run
!MESSAGE
@@ -13,11 +13,11 @@ CFG=test_ncbi_http_connector - Win32 DebugMT
!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 "test_ncbi_http_connector.mak" CFG="test_ncbi_http_connector - Win32 DebugMT"
+!MESSAGE NMAKE /f "test_ncbi_http_connector.mak" CFG="test_ncbi_http_connector - Win32 DebugDLL"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
-!MESSAGE "test_ncbi_http_connector - Win32 DebugMT" (based on "Win32 (x86) Console Application")
+!MESSAGE "test_ncbi_http_connector - Win32 DebugDLL" (based on "Win32 (x86) Console Application")
!MESSAGE
# Begin Project
@@ -27,21 +27,21 @@ CFG=test_ncbi_http_connector - Win32 DebugMT
CPP=cl.exe
RSC=rc.exe
-!IF "$(CFG)" == "test_ncbi_http_connector - Win32 DebugMT"
+!IF "$(CFG)" == "test_ncbi_http_connector - Win32 DebugDLL"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "DebugMT"
-# PROP BASE Intermediate_Dir "DebugMT"
+# PROP BASE Output_Dir "DebugDLL"
+# PROP BASE Intermediate_Dir "DebugDLL"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "DebugMT"
-# PROP Intermediate_Dir "DebugMT"
+# PROP Output_Dir "DebugDLL"
+# PROP Intermediate_Dir "DebugDLL"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
-# ADD CPP /nologo /MTd /W3 /Gm /GX /Z7 /Od /I ".\..\..\..\..\.." /I ".\..\..\..\..\..\corelib" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
+# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
+# ADD CPP /nologo /MDd /W3 /Gm /GX /Z7 /Od /I ".\..\..\..\..\.." /I ".\..\..\..\..\..\corelib" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
# ADD BASE RSC /l 0x409 /d "_DEBUG"
# ADD RSC /l 0x409 /d "_DEBUG"
BSC32=bscmake.exe
@@ -54,7 +54,7 @@ LINK32=link.exe
!ENDIF
# Begin Target
-# Name "test_ncbi_http_connector - Win32 DebugMT"
+# Name "test_ncbi_http_connector - Win32 DebugDLL"
# Begin Source File
diff --git a/make/msvc_prj/connect/test/test_ncbi_http_get/test_ncbi_http_get.dsp b/make/msvc_prj/connect/test/test_ncbi_http_get/test_ncbi_http_get.dsp
index e0c884e5..04cc019a 100644
--- a/make/msvc_prj/connect/test/test_ncbi_http_get/test_ncbi_http_get.dsp
+++ b/make/msvc_prj/connect/test/test_ncbi_http_get/test_ncbi_http_get.dsp
@@ -4,7 +4,7 @@
# TARGTYPE "Win32 (x86) Console Application" 0x0103
-CFG=test_ncbi_http_get - Win32 DebugMT
+CFG=test_ncbi_http_get - Win32 DebugDLL
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
!MESSAGE use the Export Makefile command and run
!MESSAGE
@@ -13,11 +13,11 @@ CFG=test_ncbi_http_get - Win32 DebugMT
!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 "test_ncbi_http_get.mak" CFG="test_ncbi_http_get - Win32 DebugMT"
+!MESSAGE NMAKE /f "test_ncbi_http_get.mak" CFG="test_ncbi_http_get - Win32 DebugDLL"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
-!MESSAGE "test_ncbi_http_get - Win32 DebugMT" (based on "Win32 (x86) Console Application")
+!MESSAGE "test_ncbi_http_get - Win32 DebugDLL" (based on "Win32 (x86) Console Application")
!MESSAGE
# Begin Project
@@ -27,21 +27,21 @@ CFG=test_ncbi_http_get - Win32 DebugMT
CPP=cl.exe
RSC=rc.exe
-!IF "$(CFG)" == "test_ncbi_http_get - Win32 DebugMT"
+!IF "$(CFG)" == "test_ncbi_http_get - Win32 DebugDLL"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "DebugMT"
-# PROP BASE Intermediate_Dir "DebugMT"
+# PROP BASE Output_Dir "DebugDLL"
+# PROP BASE Intermediate_Dir "DebugDLL"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "DebugMT"
-# PROP Intermediate_Dir "DebugMT"
+# PROP Output_Dir "DebugDLL"
+# PROP Intermediate_Dir "DebugDLL"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
-# ADD CPP /nologo /MTd /W3 /Gm /GX /Z7 /Od /I ".\..\..\..\..\.." /I ".\..\..\..\..\..\corelib" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
+# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
+# ADD CPP /nologo /MDd /W3 /Gm /GX /Z7 /Od /I ".\..\..\..\..\.." /I ".\..\..\..\..\..\corelib" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
# ADD BASE RSC /l 0x409 /d "_DEBUG"
# ADD RSC /l 0x409 /d "_DEBUG"
BSC32=bscmake.exe
@@ -54,7 +54,7 @@ LINK32=link.exe
!ENDIF
# Begin Target
-# Name "test_ncbi_http_get - Win32 DebugMT"
+# Name "test_ncbi_http_get - Win32 DebugDLL"
# Begin Source File
diff --git a/make/msvc_prj/connect/test/test_ncbi_memory_connector/test_ncbi_memory_connector.dsp b/make/msvc_prj/connect/test/test_ncbi_memory_connector/test_ncbi_memory_connector.dsp
index e2e4df10..2133c56e 100644
--- a/make/msvc_prj/connect/test/test_ncbi_memory_connector/test_ncbi_memory_connector.dsp
+++ b/make/msvc_prj/connect/test/test_ncbi_memory_connector/test_ncbi_memory_connector.dsp
@@ -4,7 +4,7 @@
# TARGTYPE "Win32 (x86) Console Application" 0x0103
-CFG=test_ncbi_memory_connector - Win32 DebugMT
+CFG=test_ncbi_memory_connector - Win32 DebugDLL
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
!MESSAGE use the Export Makefile command and run
!MESSAGE
@@ -13,11 +13,11 @@ CFG=test_ncbi_memory_connector - Win32 DebugMT
!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 "test_ncbi_memory_connector.mak" CFG="test_ncbi_memory_connector - Win32 DebugMT"
+!MESSAGE NMAKE /f "test_ncbi_memory_connector.mak" CFG="test_ncbi_memory_connector - Win32 DebugDLL"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
-!MESSAGE "test_ncbi_memory_connector - Win32 DebugMT" (based on "Win32 (x86) Console Application")
+!MESSAGE "test_ncbi_memory_connector - Win32 DebugDLL" (based on "Win32 (x86) Console Application")
!MESSAGE
# Begin Project
@@ -27,21 +27,21 @@ CFG=test_ncbi_memory_connector - Win32 DebugMT
CPP=cl.exe
RSC=rc.exe
-!IF "$(CFG)" == "test_ncbi_memory_connector - Win32 DebugMT"
+!IF "$(CFG)" == "test_ncbi_memory_connector - Win32 DebugDLL"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "DebugMT"
-# PROP BASE Intermediate_Dir "DebugMT"
+# PROP BASE Output_Dir "DebugDLL"
+# PROP BASE Intermediate_Dir "DebugDLL"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "DebugMT"
-# PROP Intermediate_Dir "DebugMT"
+# PROP Output_Dir "DebugDLL"
+# PROP Intermediate_Dir "DebugDLL"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
-# ADD CPP /nologo /MTd /W3 /Gm /GX /Z7 /Od /I ".\..\..\..\..\.." /I ".\..\..\..\..\..\corelib" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
+# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
+# ADD CPP /nologo /MDd /W3 /Gm /GX /Z7 /Od /I ".\..\..\..\..\.." /I ".\..\..\..\..\..\corelib" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
# ADD BASE RSC /l 0x409 /d "_DEBUG"
# ADD RSC /l 0x409 /d "_DEBUG"
BSC32=bscmake.exe
@@ -54,7 +54,7 @@ LINK32=link.exe
!ENDIF
# Begin Target
-# Name "test_ncbi_memory_connector - Win32 DebugMT"
+# Name "test_ncbi_memory_connector - Win32 DebugDLL"
# Begin Source File
diff --git a/make/msvc_prj/connect/test/test_ncbi_sendmail/test_ncbi_sendmail.dsp b/make/msvc_prj/connect/test/test_ncbi_sendmail/test_ncbi_sendmail.dsp
index 21a64c3f..382b8922 100644
--- a/make/msvc_prj/connect/test/test_ncbi_sendmail/test_ncbi_sendmail.dsp
+++ b/make/msvc_prj/connect/test/test_ncbi_sendmail/test_ncbi_sendmail.dsp
@@ -4,7 +4,7 @@
# TARGTYPE "Win32 (x86) Console Application" 0x0103
-CFG=test_ncbi_sendmail - Win32 DebugMT
+CFG=test_ncbi_sendmail - Win32 DebugDLL
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
!MESSAGE use the Export Makefile command and run
!MESSAGE
@@ -13,11 +13,11 @@ CFG=test_ncbi_sendmail - Win32 DebugMT
!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 "test_ncbi_sendmail.mak" CFG="test_ncbi_sendmail - Win32 DebugMT"
+!MESSAGE NMAKE /f "test_ncbi_sendmail.mak" CFG="test_ncbi_sendmail - Win32 DebugDLL"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
-!MESSAGE "test_ncbi_sendmail - Win32 DebugMT" (based on "Win32 (x86) Console Application")
+!MESSAGE "test_ncbi_sendmail - Win32 DebugDLL" (based on "Win32 (x86) Console Application")
!MESSAGE
# Begin Project
@@ -27,21 +27,21 @@ CFG=test_ncbi_sendmail - Win32 DebugMT
CPP=cl.exe
RSC=rc.exe
-!IF "$(CFG)" == "test_ncbi_sendmail - Win32 DebugMT"
+!IF "$(CFG)" == "test_ncbi_sendmail - Win32 DebugDLL"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "DebugMT"
-# PROP BASE Intermediate_Dir "DebugMT"
+# PROP BASE Output_Dir "DebugDLL"
+# PROP BASE Intermediate_Dir "DebugDLL"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "DebugMT"
-# PROP Intermediate_Dir "DebugMT"
+# PROP Output_Dir "DebugDLL"
+# PROP Intermediate_Dir "DebugDLL"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
-# ADD CPP /nologo /MTd /W3 /Gm /GX /Z7 /Od /I ".\..\..\..\..\.." /I ".\..\..\..\..\..\corelib" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
+# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
+# ADD CPP /nologo /MDd /W3 /Gm /GX /Z7 /Od /I ".\..\..\..\..\.." /I ".\..\..\..\..\..\corelib" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
# ADD BASE RSC /l 0x409 /d "_DEBUG"
# ADD RSC /l 0x409 /d "_DEBUG"
BSC32=bscmake.exe
@@ -54,7 +54,7 @@ LINK32=link.exe
!ENDIF
# Begin Target
-# Name "test_ncbi_sendmail - Win32 DebugMT"
+# Name "test_ncbi_sendmail - Win32 DebugDLL"
# Begin Source File
diff --git a/make/msvc_prj/connect/test/test_ncbi_service_connector/test_ncbi_service_connector.dsp b/make/msvc_prj/connect/test/test_ncbi_service_connector/test_ncbi_service_connector.dsp
index 18e4a955..8007e408 100755
--- a/make/msvc_prj/connect/test/test_ncbi_service_connector/test_ncbi_service_connector.dsp
+++ b/make/msvc_prj/connect/test/test_ncbi_service_connector/test_ncbi_service_connector.dsp
@@ -4,7 +4,7 @@
# TARGTYPE "Win32 (x86) Console Application" 0x0103
-CFG=test_ncbi_service_connector - Win32 DebugMT
+CFG=test_ncbi_service_connector - Win32 DebugDLL
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
!MESSAGE use the Export Makefile command and run
!MESSAGE
@@ -13,11 +13,11 @@ CFG=test_ncbi_service_connector - Win32 DebugMT
!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 "test_ncbi_service_connector.mak" CFG="test_ncbi_service_connector - Win32 DebugMT"
+!MESSAGE NMAKE /f "test_ncbi_service_connector.mak" CFG="test_ncbi_service_connector - Win32 DebugDLL"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
-!MESSAGE "test_ncbi_service_connector - Win32 DebugMT" (based on "Win32 (x86) Console Application")
+!MESSAGE "test_ncbi_service_connector - Win32 DebugDLL" (based on "Win32 (x86) Console Application")
!MESSAGE
# Begin Project
@@ -27,21 +27,21 @@ CFG=test_ncbi_service_connector - Win32 DebugMT
CPP=cl.exe
RSC=rc.exe
-!IF "$(CFG)" == "test_ncbi_service_connector - Win32 DebugMT"
+!IF "$(CFG)" == "test_ncbi_service_connector - Win32 DebugDLL"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "DebugMT"
-# PROP BASE Intermediate_Dir "DebugMT"
+# PROP BASE Output_Dir "DebugDLL"
+# PROP BASE Intermediate_Dir "DebugDLL"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "DebugMT"
-# PROP Intermediate_Dir "DebugMT"
+# PROP Output_Dir "DebugDLL"
+# PROP Intermediate_Dir "DebugDLL"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
-# ADD CPP /nologo /MTd /W3 /Gm /GX /Z7 /Od /I ".\..\..\..\..\.." /I ".\..\..\..\..\..\corelib" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
+# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
+# ADD CPP /nologo /MDd /W3 /Gm /GX /Z7 /Od /I ".\..\..\..\..\.." /I ".\..\..\..\..\..\corelib" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
# ADD BASE RSC /l 0x409 /d "_DEBUG"
# ADD RSC /l 0x409 /d "_DEBUG"
BSC32=bscmake.exe
@@ -55,7 +55,7 @@ LINK32=link.exe
# Begin Target
-# Name "test_ncbi_service_connector - Win32 DebugMT"
+# Name "test_ncbi_service_connector - Win32 DebugDLL"
# Begin Source File
SOURCE=..\..\..\..\..\connect\test\test_ncbi_service_connector.c
diff --git a/make/msvc_prj/connect/test/test_ncbi_socket/test_ncbi_socket.dsp b/make/msvc_prj/connect/test/test_ncbi_socket/test_ncbi_socket.dsp
index c028a3b2..7254561e 100644
--- a/make/msvc_prj/connect/test/test_ncbi_socket/test_ncbi_socket.dsp
+++ b/make/msvc_prj/connect/test/test_ncbi_socket/test_ncbi_socket.dsp
@@ -4,7 +4,7 @@
# TARGTYPE "Win32 (x86) Console Application" 0x0103
-CFG=test_ncbi_socket - Win32 DebugMT
+CFG=test_ncbi_socket - Win32 DebugDLL
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
!MESSAGE use the Export Makefile command and run
!MESSAGE
@@ -13,11 +13,11 @@ CFG=test_ncbi_socket - Win32 DebugMT
!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 "test_ncbi_socket.mak" CFG="test_ncbi_socket - Win32 DebugMT"
+!MESSAGE NMAKE /f "test_ncbi_socket.mak" CFG="test_ncbi_socket - Win32 DebugDLL"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
-!MESSAGE "test_ncbi_socket - Win32 DebugMT" (based on "Win32 (x86) Console Application")
+!MESSAGE "test_ncbi_socket - Win32 DebugDLL" (based on "Win32 (x86) Console Application")
!MESSAGE
# Begin Project
@@ -27,21 +27,21 @@ CFG=test_ncbi_socket - Win32 DebugMT
CPP=cl.exe
RSC=rc.exe
-!IF "$(CFG)" == "test_ncbi_socket - Win32 DebugMT"
+!IF "$(CFG)" == "test_ncbi_socket - Win32 DebugDLL"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "DebugMT"
-# PROP BASE Intermediate_Dir "DebugMT"
+# PROP BASE Output_Dir "DebugDLL"
+# PROP BASE Intermediate_Dir "DebugDLL"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "DebugMT"
-# PROP Intermediate_Dir "DebugMT"
+# PROP Output_Dir "DebugDLL"
+# PROP Intermediate_Dir "DebugDLL"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
-# ADD CPP /nologo /MTd /W3 /Gm /GR /Z7 /Od /I "..\..\..\..\.." /I "..\..\..\..\..\corelib" /D "_CONSOLE" /D "WIN32" /D "_DEBUG" /YX /FD /GZ /c
+# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
+# ADD CPP /nologo /MDd /W3 /Gm /GR /Z7 /Od /I "..\..\..\..\.." /I "..\..\..\..\..\corelib" /D "_CONSOLE" /D "WIN32" /D "_DEBUG" /YX /FD /GZ /c
# ADD BASE RSC /l 0x409 /d "_DEBUG"
# ADD RSC /l 0x409 /d "_DEBUG"
BSC32=bscmake.exe
@@ -55,7 +55,7 @@ LINK32=link.exe
# Begin Target
-# Name "test_ncbi_socket - Win32 DebugMT"
+# Name "test_ncbi_socket - Win32 DebugDLL"
# Begin Group "Source Files"
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
diff --git a/make/msvc_prj/connect/test/test_ncbi_socket_connector/test_ncbi_socket_connector.dsp b/make/msvc_prj/connect/test/test_ncbi_socket_connector/test_ncbi_socket_connector.dsp
index 0a351411..7f4cd7f0 100644
--- a/make/msvc_prj/connect/test/test_ncbi_socket_connector/test_ncbi_socket_connector.dsp
+++ b/make/msvc_prj/connect/test/test_ncbi_socket_connector/test_ncbi_socket_connector.dsp
@@ -4,7 +4,7 @@
# TARGTYPE "Win32 (x86) Console Application" 0x0103
-CFG=test_ncbi_socket_connector - Win32 DebugMT
+CFG=test_ncbi_socket_connector - Win32 DebugDLL
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
!MESSAGE use the Export Makefile command and run
!MESSAGE
@@ -13,11 +13,11 @@ CFG=test_ncbi_socket_connector - Win32 DebugMT
!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 "test_ncbi_socket_connector.mak" CFG="test_ncbi_socket_connector - Win32 DebugMT"
+!MESSAGE NMAKE /f "test_ncbi_socket_connector.mak" CFG="test_ncbi_socket_connector - Win32 DebugDLL"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
-!MESSAGE "test_ncbi_socket_connector - Win32 DebugMT" (based on "Win32 (x86) Console Application")
+!MESSAGE "test_ncbi_socket_connector - Win32 DebugDLL" (based on "Win32 (x86) Console Application")
!MESSAGE
# Begin Project
@@ -27,21 +27,21 @@ CFG=test_ncbi_socket_connector - Win32 DebugMT
CPP=cl.exe
RSC=rc.exe
-!IF "$(CFG)" == "test_ncbi_socket_connector - Win32 DebugMT"
+!IF "$(CFG)" == "test_ncbi_socket_connector - Win32 DebugDLL"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "DebugMT"
-# PROP BASE Intermediate_Dir "DebugMT"
+# PROP BASE Output_Dir "DebugDLL"
+# PROP BASE Intermediate_Dir "DebugDLL"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "DebugMT"
-# PROP Intermediate_Dir "DebugMT"
+# PROP Output_Dir "DebugDLL"
+# PROP Intermediate_Dir "DebugDLL"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
-# ADD CPP /nologo /MTd /W3 /Gm /GX /Z7 /Od /I ".\..\..\..\..\.." /I ".\..\..\..\..\..\corelib" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
+# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
+# ADD CPP /nologo /MDd /W3 /Gm /GX /Z7 /Od /I ".\..\..\..\..\.." /I ".\..\..\..\..\..\corelib" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
# ADD BASE RSC /l 0x409 /d "_DEBUG"
# ADD RSC /l 0x409 /d "_DEBUG"
BSC32=bscmake.exe
@@ -54,7 +54,7 @@ LINK32=link.exe
!ENDIF
# Begin Target
-# Name "test_ncbi_socket_connector - Win32 DebugMT"
+# Name "test_ncbi_socket_connector - Win32 DebugDLL"
# Begin Source File
diff --git a/make/msvc_prj/connect/test/test_ncbisock/test_ncbisock.dsp b/make/msvc_prj/connect/test/test_ncbisock/test_ncbisock.dsp
index e0099020..f65bb4c3 100644
--- a/make/msvc_prj/connect/test/test_ncbisock/test_ncbisock.dsp
+++ b/make/msvc_prj/connect/test/test_ncbisock/test_ncbisock.dsp
@@ -4,7 +4,7 @@
# TARGTYPE "Win32 (x86) Application" 0x0101
-CFG=test_ncbisock - Win32 DebugMT
+CFG=test_ncbisock - Win32 DebugDLL
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
!MESSAGE use the Export Makefile command and run
!MESSAGE
@@ -13,11 +13,11 @@ CFG=test_ncbisock - Win32 DebugMT
!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 "test_ncbisock.mak" CFG="test_ncbisock - Win32 DebugMT"
+!MESSAGE NMAKE /f "test_ncbisock.mak" CFG="test_ncbisock - Win32 DebugDLL"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
-!MESSAGE "test_ncbisock - Win32 DebugMT" (based on "Win32 (x86) Application")
+!MESSAGE "test_ncbisock - Win32 DebugDLL" (based on "Win32 (x86) Application")
!MESSAGE
# Begin Project
@@ -28,22 +28,22 @@ CPP=cl.exe
MTL=midl.exe
RSC=rc.exe
-!IF "$(CFG)" == "test_ncbisock - Win32 DebugMT"
+!IF "$(CFG)" == "test_ncbisock - Win32 DebugDLL"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "DebugMT"
-# PROP BASE Intermediate_Dir "DebugMT"
+# PROP BASE Output_Dir "DebugDLL"
+# PROP BASE Intermediate_Dir "DebugDLL"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "DebugMT"
-# PROP Intermediate_Dir "DebugMT"
+# PROP Output_Dir "DebugDLL"
+# PROP Intermediate_Dir "DebugDLL"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
LIB32=link.exe -lib
-# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_NETENT_" /D "_WINDOWS" /D "_MBCS" /YX /FD /GZ /c
-# ADD CPP /nologo /MTd /W3 /Gm /GR /Z7 /Od /I "..\..\..\..\.." /I "..\..\..\..\..\corelib" /I "..\..\..\..\..\connect" /D "_CONSOLE" /D "WIN32" /D "_DEBUG" /YX /FD /GZ /c
+# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_NETENT_" /D "_WINDOWS" /D "_MBCS" /YX /FD /GZ /c
+# ADD CPP /nologo /MDd /W3 /Gm /GR /Z7 /Od /I "..\..\..\..\.." /I "..\..\..\..\..\corelib" /I "..\..\..\..\..\connect" /D "_CONSOLE" /D "WIN32" /D "_DEBUG" /YX /FD /GZ /c
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
# ADD BASE RSC /l 0x409 /d "_DEBUG"
@@ -60,7 +60,7 @@ LINK32=link.exe
# Begin Target
-# Name "test_ncbisock - Win32 DebugMT"
+# Name "test_ncbisock - Win32 DebugDLL"
# Begin Group "Source Files"
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
diff --git a/make/msvc_prj/connect/test/xconntest.dsp b/make/msvc_prj/connect/test/xconntest.dsp
index 7ad335df..a1baf2da 100644
--- a/make/msvc_prj/connect/test/xconntest.dsp
+++ b/make/msvc_prj/connect/test/xconntest.dsp
@@ -4,7 +4,7 @@
# TARGTYPE "Win32 (x86) Static Library" 0x0104
-CFG=xconntest - Win32 DebugMT
+CFG=xconntest - Win32 DebugDLL
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
!MESSAGE use the Export Makefile command and run
!MESSAGE
@@ -13,11 +13,11 @@ CFG=xconntest - Win32 DebugMT
!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 "xconntest.mak" CFG="xconntest - Win32 DebugMT"
+!MESSAGE NMAKE /f "xconntest.mak" CFG="xconntest - Win32 DebugDLL"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
-!MESSAGE "xconntest - Win32 DebugMT" (based on "Win32 (x86) Static Library")
+!MESSAGE "xconntest - Win32 DebugDLL" (based on "Win32 (x86) Static Library")
!MESSAGE
# Begin Project
@@ -27,20 +27,20 @@ CFG=xconntest - Win32 DebugMT
CPP=cl.exe
RSC=rc.exe
-!IF "$(CFG)" == "xconntest - Win32 DebugMT"
+!IF "$(CFG)" == "xconntest - Win32 DebugDLL"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "DebugMT"
-# PROP BASE Intermediate_Dir "DebugMT"
+# PROP BASE Output_Dir "DebugDLL"
+# PROP BASE Intermediate_Dir "DebugDLL"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "DebugMT"
-# PROP Intermediate_Dir "DebugMT"
+# PROP Output_Dir "DebugDLL"
+# PROP Intermediate_Dir "DebugDLL"
# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
-# ADD CPP /nologo /MTd /W3 /Gm /GR /GX /Z7 /Od /I ".\..\..\..\.." /I ".\..\..\..\..\corelib" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
+# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
+# ADD CPP /nologo /MDd /W3 /Gm /GR /GX /Z7 /Od /I ".\..\..\..\.." /I ".\..\..\..\..\corelib" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
# ADD BASE RSC /l 0x409 /d "_DEBUG"
# ADD RSC /l 0x409 /d "_DEBUG"
BSC32=bscmake.exe
@@ -54,7 +54,7 @@ LIB32=link.exe -lib
# Begin Target
-# Name "xconntest - Win32 DebugMT"
+# Name "xconntest - Win32 DebugDLL"
# Begin Source File
SOURCE=..\..\..\..\connect\test\ncbi_conntest.c