Updated MSVC 6.0 workspace and project files that allows building
authorYang Tse <yangsita@gmail.com>
Thu, 29 Oct 2009 17:52:56 +0000 (17:52 +0000)
committerYang Tse <yangsita@gmail.com>
Thu, 29 Oct 2009 17:52:56 +0000 (17:52 +0000)
dynamic and static c-ares libraries in debug and release flavours.

Additionally each of the three sample programs is built against
each of the four possible c-ares libraries, generating all this
a total number of 12 executables and 4 libraries.

12 files changed:
Makefile.am
cares.rc [new file with mode: 0644]
vc/acountry/acountry.dsp [deleted file]
vc/acountry/vc6acountry.dsp [new file with mode: 0644]
vc/adig/adig.dsp [deleted file]
vc/adig/vc6adig.dsp [new file with mode: 0644]
vc/ahost/ahost.dsp [deleted file]
vc/ahost/vc6ahost.dsp [new file with mode: 0644]
vc/areslib/areslib.dsp [deleted file]
vc/cares/vc6cares.dsp [new file with mode: 0644]
vc/cares/vc6cares.dsw [moved from vc/areslib/areslib.dsw with 84% similarity]
vc/vc6aws.dsw [moved from vc/vc.dsw with 71% similarity]

index b1f364a..bd78230 100644 (file)
@@ -32,8 +32,8 @@ lib_LTLIBRARIES = libcares.la
 
 man_MANS = $(MANPAGES)
 
-MSVCFILES = vc/vc.dsw vc/acountry/acountry.dsp vc/adig/adig.dsp \
- vc/ahost/ahost.dsp vc/areslib/areslib.dsp vc/areslib/areslib.dsw
+MSVCFILES = vc/vc6aws.dsw vc/acountry/vc6acountry.dsp vc/adig/vc6adig.dsp \
+ vc/ahost/vc6ahost.dsp vc/cares/vc6cares.dsp vc/cares/vc6cares.dsw
 
 if CURLDEBUG
 PROGS =
diff --git a/cares.rc b/cares.rc
new file mode 100644 (file)
index 0000000..cbd6b97
--- /dev/null
+++ b/cares.rc
@@ -0,0 +1,59 @@
+/* $Id$ */
+
+/* Copyright (C) 2009 by Daniel Stenberg
+ *
+ * Permission to use, copy, modify, and distribute this
+ * software and its documentation for any purpose and without
+ * fee is hereby granted, provided that the above copyright
+ * notice appear in all copies and that both that copyright
+ * notice and this permission notice appear in supporting
+ * documentation, and that the name of M.I.T. not be used in
+ * advertising or publicity pertaining to distribution of the
+ * software without specific, written prior permission.
+ * M.I.T. makes no representations about the suitability of
+ * this software for any purpose.  It is provided "as is"
+ * without express or implied warranty.
+ */
+
+#include <winver.h>
+#include "ares_version.h"
+
+LANGUAGE  0x09,0x01
+
+#define RC_VERSION  ARES_VERSION_MAJOR, ARES_VERSION_MINOR, ARES_VERSION_PATCH, 0
+
+VS_VERSION_INFO VERSIONINFO
+  FILEVERSION     RC_VERSION
+  PRODUCTVERSION  RC_VERSION
+  FILEFLAGSMASK   0x3fL
+#if defined(DEBUGBUILD) || defined(_DEBUG)
+  FILEFLAGS 1
+#else
+  FILEFLAGS 0
+#endif
+  FILEOS      VOS__WINDOWS32
+  FILETYPE    VFT_DLL
+  FILESUBTYPE 0x0L
+
+BEGIN
+  BLOCK "StringFileInfo"
+  BEGIN
+    BLOCK "040904b0"
+    BEGIN
+      VALUE "CompanyName",      "The c-ares library, http://c-ares.haxx.se/\0"
+      VALUE "FileDescription",  "c-ares Shared Library\0"
+      VALUE "FileVersion",      ARES_VERSION_STR "\0"
+      VALUE "InternalName",     "c-ares\0"
+      VALUE "OriginalFilename", "cares.dll\0"
+      VALUE "ProductName",      "The c-ares library\0"
+      VALUE "ProductVersion",   ARES_VERSION_STR "\0"
+      VALUE "LegalCopyright",   "© 2004 - 2009 Daniel Stenberg, <daniel@haxx.se>.\0"
+      VALUE "License",          "http://c-ares.haxx.se/license.html\0"
+    END
+  END
+
+  BLOCK "VarFileInfo"
+  BEGIN
+    VALUE "Translation", 0x409, 1200
+  END
+END
diff --git a/vc/acountry/acountry.dsp b/vc/acountry/acountry.dsp
deleted file mode 100644 (file)
index 9442f50..0000000
+++ /dev/null
@@ -1,110 +0,0 @@
-# Microsoft Developer Studio Project File - Name="acountry" - Package Owner=<4>\r
-# Microsoft Developer Studio Generated Build File, Format Version 6.00\r
-# ** DO NOT EDIT **\r
-\r
-# TARGTYPE "Win32 (x86) Console Application" 0x0103\r
-\r
-CFG=acountry - Win32 Debug\r
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,\r
-!MESSAGE use the Export Makefile command and run\r
-!MESSAGE \r
-!MESSAGE NMAKE /f "acountry.mak".\r
-!MESSAGE \r
-!MESSAGE You can specify a configuration when running NMAKE\r
-!MESSAGE by defining the macro CFG on the command line. For example:\r
-!MESSAGE \r
-!MESSAGE NMAKE /f "acountry.mak" CFG="acountry - Win32 Debug"\r
-!MESSAGE \r
-!MESSAGE Possible choices for configuration are:\r
-!MESSAGE \r
-!MESSAGE "acountry - Win32 Release" (based on "Win32 (x86) Console Application")\r
-!MESSAGE "acountry - Win32 Debug" (based on "Win32 (x86) Console Application")\r
-!MESSAGE \r
-\r
-# Begin Project\r
-# PROP AllowPerConfigDependencies 0\r
-# PROP Scc_ProjName ""\r
-# PROP Scc_LocalPath ""\r
-CPP=cl.exe\r
-RSC=rc.exe\r
-\r
-!IF  "$(CFG)" == "acountry - Win32 Release"\r
-\r
-# PROP BASE Use_MFC 0\r
-# PROP BASE Use_Debug_Libraries 0\r
-# PROP BASE Output_Dir "Release"\r
-# PROP BASE Intermediate_Dir "Release"\r
-# PROP BASE Target_Dir ""\r
-# PROP Use_MFC 0\r
-# PROP Use_Debug_Libraries 0\r
-# PROP Output_Dir "Release"\r
-# PROP Intermediate_Dir "Release"\r
-# PROP Ignore_Export_Lib 0\r
-# PROP Target_Dir ""\r
-# ADD BASE CPP /nologo /MD /W3 /GX /O2 /I "..\.." /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /FD /c\r
-# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\.." /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /FD /c\r
-# ADD BASE RSC /l 0x409 /d "NDEBUG"\r
-# ADD RSC /l 0x409 /d "NDEBUG"\r
-BSC32=bscmake.exe\r
-# ADD BASE BSC32 /nologo\r
-# ADD BSC32 /nologo\r
-LINK32=link.exe\r
-# ADD BASE LINK32 ws2_32.lib advapi32.lib areslib.lib /nologo /subsystem:console /machine:I386 /libpath:"..\areslib\Release"\r
-# ADD LINK32 ws2_32.lib advapi32.lib areslib.lib /nologo /subsystem:console /machine:I386 /libpath:"..\areslib\Release"\r
-\r
-!ELSEIF  "$(CFG)" == "acountry - Win32 Debug"\r
-\r
-# PROP BASE Use_MFC 0\r
-# PROP BASE Use_Debug_Libraries 1\r
-# PROP BASE Output_Dir "Debug"\r
-# PROP BASE Intermediate_Dir "Debug"\r
-# PROP BASE Target_Dir ""\r
-# PROP Use_MFC 0\r
-# PROP Use_Debug_Libraries 1\r
-# PROP Output_Dir "Debug"\r
-# PROP Intermediate_Dir "Debug"\r
-# PROP Ignore_Export_Lib 0\r
-# PROP Target_Dir ""\r
-# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\.." /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FD /GZ /c\r
-# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\.." /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FD /GZ /c\r
-# ADD BASE RSC /l 0x409 /d "_DEBUG"\r
-# ADD RSC /l 0x409 /d "_DEBUG"\r
-BSC32=bscmake.exe\r
-# ADD BASE BSC32 /nologo\r
-# ADD BSC32 /nologo\r
-LINK32=link.exe\r
-# ADD BASE LINK32 ws2_32.lib advapi32.lib areslib.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\areslib\Debug"\r
-# ADD LINK32 ws2_32.lib advapi32.lib areslib.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\areslib\Debug"\r
-\r
-!ENDIF \r
-\r
-# Begin Target\r
-\r
-# Name "acountry - Win32 Release"\r
-# Name "acountry - Win32 Debug"\r
-# Begin Group "Source Files"\r
-\r
-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"\r
-# Begin Source File\r
-\r
-SOURCE=..\..\acountry.c\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\ares_getopt.c\r
-# End Source File\r
-# End Group\r
-# Begin Group "Header Files"\r
-\r
-# PROP Default_Filter "h;hpp;hxx;hm;inl"\r
-# Begin Source File\r
-\r
-SOURCE=..\..\ares_getopt.h\r
-# End Source File\r
-# End Group\r
-# Begin Group "Resource Files"\r
-\r
-# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"\r
-# End Group\r
-# End Target\r
-# End Project\r
diff --git a/vc/acountry/vc6acountry.dsp b/vc/acountry/vc6acountry.dsp
new file mode 100644 (file)
index 0000000..0f416d2
--- /dev/null
@@ -0,0 +1,170 @@
+# Microsoft Developer Studio Project File - Name="acountry" - Package Owner=<4>\r
+# Microsoft Developer Studio Generated Build File, Format Version 6.00\r
+# ** DO NOT EDIT **\r
+\r
+# TARGTYPE "Win32 (x86) Console Application" 0x0103\r
+\r
+CFG=acountry - Win32 using cares LIB Debug\r
+!MESSAGE This is not a valid makefile. To build this project using NMAKE,\r
+!MESSAGE use the Export Makefile command and run\r
+!MESSAGE \r
+!MESSAGE NMAKE /f "vc6acountry.mak".\r
+!MESSAGE \r
+!MESSAGE You can specify a configuration when running NMAKE\r
+!MESSAGE by defining the macro CFG on the command line. For example:\r
+!MESSAGE \r
+!MESSAGE NMAKE /f "vc6acountry.mak" CFG="acountry - Win32 using cares LIB Debug"\r
+!MESSAGE \r
+!MESSAGE Possible choices for configuration are:\r
+!MESSAGE \r
+!MESSAGE "acountry - Win32 using cares DLL Debug" (based on "Win32 (x86) Console Application")\r
+!MESSAGE "acountry - Win32 using cares DLL Release" (based on "Win32 (x86) Console Application")\r
+!MESSAGE "acountry - Win32 using cares LIB Debug" (based on "Win32 (x86) Console Application")\r
+!MESSAGE "acountry - Win32 using cares LIB Release" (based on "Win32 (x86) Console Application")\r
+!MESSAGE \r
+\r
+# Begin Project\r
+# PROP AllowPerConfigDependencies 0\r
+# PROP Scc_ProjName ""\r
+# PROP Scc_LocalPath ""\r
+CPP=cl.exe\r
+RSC=rc.exe\r
+\r
+!IF  "$(CFG)" == "acountry - Win32 using cares DLL Debug"\r
+\r
+# PROP BASE Use_MFC 0\r
+# PROP BASE Use_Debug_Libraries 1\r
+# PROP BASE Output_Dir "DLL-Debug"\r
+# PROP BASE Intermediate_Dir "DLL-Debug"\r
+# PROP BASE Target_Dir ""\r
+# PROP Use_MFC 0\r
+# PROP Use_Debug_Libraries 1\r
+# PROP Output_Dir "DLL-Debug"\r
+# PROP Intermediate_Dir "DLL-Debug"\r
+# PROP Ignore_Export_Lib 0\r
+# PROP Target_Dir ""\r
+# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\.." /D "WIN32" /D "_CONSOLE" /FD /GZ /c\r
+# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\.." /D "WIN32" /D "_CONSOLE" /FD /GZ /c\r
+# ADD BASE RSC /l 0x409\r
+# ADD RSC /l 0x409\r
+BSC32=bscmake.exe\r
+# ADD BASE BSC32 /nologo\r
+# ADD BSC32 /nologo\r
+LINK32=link.exe\r
+# ADD BASE LINK32 caresd_imp.lib ws2_32.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /out:"DLL-Debug/acountry.exe" /pdbtype:sept /libpath:"..\cares\DLL-Debug"\r
+# ADD LINK32 caresd_imp.lib ws2_32.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /out:"DLL-Debug/acountry.exe" /pdbtype:sept /libpath:"..\cares\DLL-Debug"\r
+\r
+!ELSEIF  "$(CFG)" == "acountry - Win32 using cares DLL Release"\r
+\r
+# PROP BASE Use_MFC 0\r
+# PROP BASE Use_Debug_Libraries 0\r
+# PROP BASE Output_Dir "DLL-Release"\r
+# PROP BASE Intermediate_Dir "DLL-Release"\r
+# PROP BASE Target_Dir ""\r
+# PROP Use_MFC 0\r
+# PROP Use_Debug_Libraries 0\r
+# PROP Output_Dir "DLL-Release"\r
+# PROP Intermediate_Dir "DLL-Release"\r
+# PROP Ignore_Export_Lib 0\r
+# PROP Target_Dir ""\r
+# ADD BASE CPP /nologo /MD /W3 /GX /O2 /I "..\.." /D "WIN32" /D "_CONSOLE" /FD /c\r
+# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\.." /D "WIN32" /D "_CONSOLE" /FD /c\r
+# ADD BASE RSC /l 0x409\r
+# ADD RSC /l 0x409\r
+BSC32=bscmake.exe\r
+# ADD BASE BSC32 /nologo\r
+# ADD BSC32 /nologo\r
+LINK32=link.exe\r
+# ADD BASE LINK32 cares_imp.lib ws2_32.lib /nologo /subsystem:console /pdb:none /machine:I386 /out:"DLL-Release/acountry.exe" /libpath:"..\cares\DLL-Release"\r
+# ADD LINK32 cares_imp.lib ws2_32.lib /nologo /subsystem:console /pdb:none /machine:I386 /out:"DLL-Release/acountry.exe" /libpath:"..\cares\DLL-Release"\r
+\r
+!ELSEIF  "$(CFG)" == "acountry - Win32 using cares LIB Debug"\r
+\r
+# PROP BASE Use_MFC 0\r
+# PROP BASE Use_Debug_Libraries 1\r
+# PROP BASE Output_Dir "LIB-Debug"\r
+# PROP BASE Intermediate_Dir "LIB-Debug"\r
+# PROP BASE Target_Dir ""\r
+# PROP Use_MFC 0\r
+# PROP Use_Debug_Libraries 1\r
+# PROP Output_Dir "LIB-Debug"\r
+# PROP Intermediate_Dir "LIB-Debug"\r
+# PROP Ignore_Export_Lib 0\r
+# PROP Target_Dir ""\r
+# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\.." /D "WIN32" /D "_CONSOLE" /D "CARES_STATICLIB" /FD /GZ /c\r
+# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\.." /D "WIN32" /D "_CONSOLE" /D "CARES_STATICLIB" /FD /GZ /c\r
+# ADD BASE RSC /l 0x409\r
+# ADD RSC /l 0x409\r
+BSC32=bscmake.exe\r
+# ADD BASE BSC32 /nologo\r
+# ADD BSC32 /nologo\r
+LINK32=link.exe\r
+# ADD BASE LINK32 caresd.lib ws2_32.lib advapi32.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /out:"LIB-Debug/acountry.exe" /pdbtype:sept /libpath:"..\cares\LIB-Debug"\r
+# ADD LINK32 caresd.lib ws2_32.lib advapi32.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /out:"LIB-Debug/acountry.exe" /pdbtype:sept /libpath:"..\cares\LIB-Debug"\r
+\r
+!ELSEIF  "$(CFG)" == "acountry - Win32 using cares LIB Release"\r
+\r
+# PROP BASE Use_MFC 0\r
+# PROP BASE Use_Debug_Libraries 0\r
+# PROP BASE Output_Dir "LIB-Release"\r
+# PROP BASE Intermediate_Dir "LIB-Release"\r
+# PROP BASE Target_Dir ""\r
+# PROP Use_MFC 0\r
+# PROP Use_Debug_Libraries 0\r
+# PROP Output_Dir "LIB-Release"\r
+# PROP Intermediate_Dir "LIB-Release"\r
+# PROP Ignore_Export_Lib 0\r
+# PROP Target_Dir ""\r
+# ADD BASE CPP /nologo /MD /W3 /GX /O2 /I "..\.." /D "WIN32" /D "_CONSOLE" /D "CARES_STATICLIB" /FD /c\r
+# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\.." /D "WIN32" /D "_CONSOLE" /D "CARES_STATICLIB" /FD /c\r
+# ADD BASE RSC /l 0x409\r
+# ADD RSC /l 0x409\r
+BSC32=bscmake.exe\r
+# ADD BASE BSC32 /nologo\r
+# ADD BSC32 /nologo\r
+LINK32=link.exe\r
+# ADD BASE LINK32 cares.lib ws2_32.lib advapi32.lib /nologo /subsystem:console /pdb:none /machine:I386 /out:"LIB-Release/acountry.exe" /libpath:"..\cares\LIB-Release"\r
+# ADD LINK32 cares.lib ws2_32.lib advapi32.lib /nologo /subsystem:console /pdb:none /machine:I386 /out:"LIB-Release/acountry.exe" /libpath:"..\cares\LIB-Release"\r
+\r
+!ENDIF \r
+\r
+# Begin Target\r
+\r
+# Name "acountry - Win32 using cares DLL Debug"\r
+# Name "acountry - Win32 using cares DLL Release"\r
+# Name "acountry - Win32 using cares LIB Debug"\r
+# Name "acountry - Win32 using cares LIB Release"\r
+# Begin Group "Source Files"\r
+\r
+# PROP Default_Filter ""\r
+# Begin Source File\r
+\r
+SOURCE=..\..\acountry.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\ares_getopt.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\ares_strcasecmp.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\inet_net_pton.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\inet_ntop.c\r
+# End Source File\r
+# End Group\r
+# Begin Group "Header Files"\r
+\r
+# PROP Default_Filter ""\r
+# Begin Source File\r
+\r
+SOURCE=..\..\ares_getopt.h\r
+# End Source File\r
+# End Group\r
+# End Target\r
+# End Project\r
diff --git a/vc/adig/adig.dsp b/vc/adig/adig.dsp
deleted file mode 100644 (file)
index 757d7bb..0000000
+++ /dev/null
@@ -1,110 +0,0 @@
-# Microsoft Developer Studio Project File - Name="adig" - Package Owner=<4>\r
-# Microsoft Developer Studio Generated Build File, Format Version 6.00\r
-# ** DO NOT EDIT **\r
-\r
-# TARGTYPE "Win32 (x86) Console Application" 0x0103\r
-\r
-CFG=adig - Win32 Debug\r
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,\r
-!MESSAGE use the Export Makefile command and run\r
-!MESSAGE \r
-!MESSAGE NMAKE /f "adig.mak".\r
-!MESSAGE \r
-!MESSAGE You can specify a configuration when running NMAKE\r
-!MESSAGE by defining the macro CFG on the command line. For example:\r
-!MESSAGE \r
-!MESSAGE NMAKE /f "adig.mak" CFG="adig - Win32 Debug"\r
-!MESSAGE \r
-!MESSAGE Possible choices for configuration are:\r
-!MESSAGE \r
-!MESSAGE "adig - Win32 Release" (based on "Win32 (x86) Console Application")\r
-!MESSAGE "adig - Win32 Debug" (based on "Win32 (x86) Console Application")\r
-!MESSAGE \r
-\r
-# Begin Project\r
-# PROP AllowPerConfigDependencies 0\r
-# PROP Scc_ProjName ""\r
-# PROP Scc_LocalPath ""\r
-CPP=cl.exe\r
-RSC=rc.exe\r
-\r
-!IF  "$(CFG)" == "adig - Win32 Release"\r
-\r
-# PROP BASE Use_MFC 0\r
-# PROP BASE Use_Debug_Libraries 0\r
-# PROP BASE Output_Dir "Release"\r
-# PROP BASE Intermediate_Dir "Release"\r
-# PROP BASE Target_Dir ""\r
-# PROP Use_MFC 0\r
-# PROP Use_Debug_Libraries 0\r
-# PROP Output_Dir "Release"\r
-# PROP Intermediate_Dir "Release"\r
-# PROP Ignore_Export_Lib 0\r
-# PROP Target_Dir ""\r
-# ADD BASE CPP /nologo /MD /W3 /GX /O2 /I "..\.." /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /FD /c\r
-# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\.." /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /FD /c\r
-# ADD BASE RSC /l 0x409 /d "NDEBUG"\r
-# ADD RSC /l 0x409 /d "NDEBUG"\r
-BSC32=bscmake.exe\r
-# ADD BASE BSC32 /nologo\r
-# ADD BSC32 /nologo\r
-LINK32=link.exe\r
-# ADD BASE LINK32 ws2_32.lib advapi32.lib areslib.lib /nologo /subsystem:console /machine:I386 /libpath:"..\areslib\Release"\r
-# ADD LINK32 ws2_32.lib advapi32.lib areslib.lib /nologo /subsystem:console /machine:I386 /libpath:"..\areslib\Release"\r
-\r
-!ELSEIF  "$(CFG)" == "adig - Win32 Debug"\r
-\r
-# PROP BASE Use_MFC 0\r
-# PROP BASE Use_Debug_Libraries 1\r
-# PROP BASE Output_Dir "Debug"\r
-# PROP BASE Intermediate_Dir "Debug"\r
-# PROP BASE Target_Dir ""\r
-# PROP Use_MFC 0\r
-# PROP Use_Debug_Libraries 1\r
-# PROP Output_Dir "Debug"\r
-# PROP Intermediate_Dir "Debug"\r
-# PROP Ignore_Export_Lib 0\r
-# PROP Target_Dir ""\r
-# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\.." /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FD /GZ /c\r
-# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\.." /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FD /GZ /c\r
-# ADD BASE RSC /l 0x409 /d "_DEBUG"\r
-# ADD RSC /l 0x409 /d "_DEBUG"\r
-BSC32=bscmake.exe\r
-# ADD BASE BSC32 /nologo\r
-# ADD BSC32 /nologo\r
-LINK32=link.exe\r
-# ADD BASE LINK32 ws2_32.lib advapi32.lib areslib.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\areslib\Debug"\r
-# ADD LINK32 ws2_32.lib advapi32.lib areslib.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\areslib\Debug"\r
-\r
-!ENDIF \r
-\r
-# Begin Target\r
-\r
-# Name "adig - Win32 Release"\r
-# Name "adig - Win32 Debug"\r
-# Begin Group "Source Files"\r
-\r
-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"\r
-# Begin Source File\r
-\r
-SOURCE=..\..\adig.c\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\ares_getopt.c\r
-# End Source File\r
-# End Group\r
-# Begin Group "Header Files"\r
-\r
-# PROP Default_Filter "h;hpp;hxx;hm;inl"\r
-# Begin Source File\r
-\r
-SOURCE=..\..\ares_getopt.h\r
-# End Source File\r
-# End Group\r
-# Begin Group "Resource Files"\r
-\r
-# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"\r
-# End Group\r
-# End Target\r
-# End Project\r
diff --git a/vc/adig/vc6adig.dsp b/vc/adig/vc6adig.dsp
new file mode 100644 (file)
index 0000000..ef355bb
--- /dev/null
@@ -0,0 +1,170 @@
+# Microsoft Developer Studio Project File - Name="adig" - Package Owner=<4>\r
+# Microsoft Developer Studio Generated Build File, Format Version 6.00\r
+# ** DO NOT EDIT **\r
+\r
+# TARGTYPE "Win32 (x86) Console Application" 0x0103\r
+\r
+CFG=adig - Win32 using cares LIB Debug\r
+!MESSAGE This is not a valid makefile. To build this project using NMAKE,\r
+!MESSAGE use the Export Makefile command and run\r
+!MESSAGE \r
+!MESSAGE NMAKE /f "vc6adig.mak".\r
+!MESSAGE \r
+!MESSAGE You can specify a configuration when running NMAKE\r
+!MESSAGE by defining the macro CFG on the command line. For example:\r
+!MESSAGE \r
+!MESSAGE NMAKE /f "vc6adig.mak" CFG="adig - Win32 using cares LIB Debug"\r
+!MESSAGE \r
+!MESSAGE Possible choices for configuration are:\r
+!MESSAGE \r
+!MESSAGE "adig - Win32 using cares DLL Debug" (based on "Win32 (x86) Console Application")\r
+!MESSAGE "adig - Win32 using cares DLL Release" (based on "Win32 (x86) Console Application")\r
+!MESSAGE "adig - Win32 using cares LIB Debug" (based on "Win32 (x86) Console Application")\r
+!MESSAGE "adig - Win32 using cares LIB Release" (based on "Win32 (x86) Console Application")\r
+!MESSAGE \r
+\r
+# Begin Project\r
+# PROP AllowPerConfigDependencies 0\r
+# PROP Scc_ProjName ""\r
+# PROP Scc_LocalPath ""\r
+CPP=cl.exe\r
+RSC=rc.exe\r
+\r
+!IF  "$(CFG)" == "adig - Win32 using cares DLL Debug"\r
+\r
+# PROP BASE Use_MFC 0\r
+# PROP BASE Use_Debug_Libraries 1\r
+# PROP BASE Output_Dir "DLL-Debug"\r
+# PROP BASE Intermediate_Dir "DLL-Debug"\r
+# PROP BASE Target_Dir ""\r
+# PROP Use_MFC 0\r
+# PROP Use_Debug_Libraries 1\r
+# PROP Output_Dir "DLL-Debug"\r
+# PROP Intermediate_Dir "DLL-Debug"\r
+# PROP Ignore_Export_Lib 0\r
+# PROP Target_Dir ""\r
+# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\.." /D "WIN32" /D "_CONSOLE" /FD /GZ /c\r
+# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\.." /D "WIN32" /D "_CONSOLE" /FD /GZ /c\r
+# ADD BASE RSC /l 0x409\r
+# ADD RSC /l 0x409\r
+BSC32=bscmake.exe\r
+# ADD BASE BSC32 /nologo\r
+# ADD BSC32 /nologo\r
+LINK32=link.exe\r
+# ADD BASE LINK32 caresd_imp.lib ws2_32.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /out:"DLL-Debug/adig.exe" /pdbtype:sept /libpath:"..\cares\DLL-Debug"\r
+# ADD LINK32 caresd_imp.lib ws2_32.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /out:"DLL-Debug/adig.exe" /pdbtype:sept /libpath:"..\cares\DLL-Debug"\r
+\r
+!ELSEIF  "$(CFG)" == "adig - Win32 using cares DLL Release"\r
+\r
+# PROP BASE Use_MFC 0\r
+# PROP BASE Use_Debug_Libraries 0\r
+# PROP BASE Output_Dir "DLL-Release"\r
+# PROP BASE Intermediate_Dir "DLL-Release"\r
+# PROP BASE Target_Dir ""\r
+# PROP Use_MFC 0\r
+# PROP Use_Debug_Libraries 0\r
+# PROP Output_Dir "DLL-Release"\r
+# PROP Intermediate_Dir "DLL-Release"\r
+# PROP Ignore_Export_Lib 0\r
+# PROP Target_Dir ""\r
+# ADD BASE CPP /nologo /MD /W3 /GX /O2 /I "..\.." /D "WIN32" /D "_CONSOLE" /FD /c\r
+# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\.." /D "WIN32" /D "_CONSOLE" /FD /c\r
+# ADD BASE RSC /l 0x409\r
+# ADD RSC /l 0x409\r
+BSC32=bscmake.exe\r
+# ADD BASE BSC32 /nologo\r
+# ADD BSC32 /nologo\r
+LINK32=link.exe\r
+# ADD BASE LINK32 cares_imp.lib ws2_32.lib /nologo /subsystem:console /pdb:none /machine:I386 /out:"DLL-Release/adig.exe" /libpath:"..\cares\DLL-Release"\r
+# ADD LINK32 cares_imp.lib ws2_32.lib /nologo /subsystem:console /pdb:none /machine:I386 /out:"DLL-Release/adig.exe" /libpath:"..\cares\DLL-Release"\r
+\r
+!ELSEIF  "$(CFG)" == "adig - Win32 using cares LIB Debug"\r
+\r
+# PROP BASE Use_MFC 0\r
+# PROP BASE Use_Debug_Libraries 1\r
+# PROP BASE Output_Dir "LIB-Debug"\r
+# PROP BASE Intermediate_Dir "LIB-Debug"\r
+# PROP BASE Target_Dir ""\r
+# PROP Use_MFC 0\r
+# PROP Use_Debug_Libraries 1\r
+# PROP Output_Dir "LIB-Debug"\r
+# PROP Intermediate_Dir "LIB-Debug"\r
+# PROP Ignore_Export_Lib 0\r
+# PROP Target_Dir ""\r
+# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\.." /D "WIN32" /D "_CONSOLE" /D "CARES_STATICLIB" /FD /GZ /c\r
+# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\.." /D "WIN32" /D "_CONSOLE" /D "CARES_STATICLIB" /FD /GZ /c\r
+# ADD BASE RSC /l 0x409\r
+# ADD RSC /l 0x409\r
+BSC32=bscmake.exe\r
+# ADD BASE BSC32 /nologo\r
+# ADD BSC32 /nologo\r
+LINK32=link.exe\r
+# ADD BASE LINK32 caresd.lib ws2_32.lib advapi32.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /out:"LIB-Debug/adig.exe" /pdbtype:sept /libpath:"..\cares\LIB-Debug"\r
+# ADD LINK32 caresd.lib ws2_32.lib advapi32.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /out:"LIB-Debug/adig.exe" /pdbtype:sept /libpath:"..\cares\LIB-Debug"\r
+\r
+!ELSEIF  "$(CFG)" == "adig - Win32 using cares LIB Release"\r
+\r
+# PROP BASE Use_MFC 0\r
+# PROP BASE Use_Debug_Libraries 0\r
+# PROP BASE Output_Dir "LIB-Release"\r
+# PROP BASE Intermediate_Dir "LIB-Release"\r
+# PROP BASE Target_Dir ""\r
+# PROP Use_MFC 0\r
+# PROP Use_Debug_Libraries 0\r
+# PROP Output_Dir "LIB-Release"\r
+# PROP Intermediate_Dir "LIB-Release"\r
+# PROP Ignore_Export_Lib 0\r
+# PROP Target_Dir ""\r
+# ADD BASE CPP /nologo /MD /W3 /GX /O2 /I "..\.." /D "WIN32" /D "_CONSOLE" /D "CARES_STATICLIB" /FD /c\r
+# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\.." /D "WIN32" /D "_CONSOLE" /D "CARES_STATICLIB" /FD /c\r
+# ADD BASE RSC /l 0x409\r
+# ADD RSC /l 0x409\r
+BSC32=bscmake.exe\r
+# ADD BASE BSC32 /nologo\r
+# ADD BSC32 /nologo\r
+LINK32=link.exe\r
+# ADD BASE LINK32 cares.lib ws2_32.lib advapi32.lib /nologo /subsystem:console /pdb:none /machine:I386 /out:"LIB-Release/adig.exe" /libpath:"..\cares\LIB-Release"\r
+# ADD LINK32 cares.lib ws2_32.lib advapi32.lib /nologo /subsystem:console /pdb:none /machine:I386 /out:"LIB-Release/adig.exe" /libpath:"..\cares\LIB-Release"\r
+\r
+!ENDIF \r
+\r
+# Begin Target\r
+\r
+# Name "adig - Win32 using cares DLL Debug"\r
+# Name "adig - Win32 using cares DLL Release"\r
+# Name "adig - Win32 using cares LIB Debug"\r
+# Name "adig - Win32 using cares LIB Release"\r
+# Begin Group "Source Files"\r
+\r
+# PROP Default_Filter ""\r
+# Begin Source File\r
+\r
+SOURCE=..\..\adig.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\ares_getopt.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\ares_strcasecmp.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\inet_net_pton.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\inet_ntop.c\r
+# End Source File\r
+# End Group\r
+# Begin Group "Header Files"\r
+\r
+# PROP Default_Filter ""\r
+# Begin Source File\r
+\r
+SOURCE=..\..\ares_getopt.h\r
+# End Source File\r
+# End Group\r
+# End Target\r
+# End Project\r
diff --git a/vc/ahost/ahost.dsp b/vc/ahost/ahost.dsp
deleted file mode 100644 (file)
index 914eb6e..0000000
+++ /dev/null
@@ -1,110 +0,0 @@
-# Microsoft Developer Studio Project File - Name="ahost" - Package Owner=<4>\r
-# Microsoft Developer Studio Generated Build File, Format Version 6.00\r
-# ** DO NOT EDIT **\r
-\r
-# TARGTYPE "Win32 (x86) Console Application" 0x0103\r
-\r
-CFG=ahost - Win32 Debug\r
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,\r
-!MESSAGE use the Export Makefile command and run\r
-!MESSAGE \r
-!MESSAGE NMAKE /f "ahost.mak".\r
-!MESSAGE \r
-!MESSAGE You can specify a configuration when running NMAKE\r
-!MESSAGE by defining the macro CFG on the command line. For example:\r
-!MESSAGE \r
-!MESSAGE NMAKE /f "ahost.mak" CFG="ahost - Win32 Debug"\r
-!MESSAGE \r
-!MESSAGE Possible choices for configuration are:\r
-!MESSAGE \r
-!MESSAGE "ahost - Win32 Release" (based on "Win32 (x86) Console Application")\r
-!MESSAGE "ahost - Win32 Debug" (based on "Win32 (x86) Console Application")\r
-!MESSAGE \r
-\r
-# Begin Project\r
-# PROP AllowPerConfigDependencies 0\r
-# PROP Scc_ProjName ""\r
-# PROP Scc_LocalPath ""\r
-CPP=cl.exe\r
-RSC=rc.exe\r
-\r
-!IF  "$(CFG)" == "ahost - Win32 Release"\r
-\r
-# PROP BASE Use_MFC 0\r
-# PROP BASE Use_Debug_Libraries 0\r
-# PROP BASE Output_Dir "Release"\r
-# PROP BASE Intermediate_Dir "Release"\r
-# PROP BASE Target_Dir ""\r
-# PROP Use_MFC 0\r
-# PROP Use_Debug_Libraries 0\r
-# PROP Output_Dir "Release"\r
-# PROP Intermediate_Dir "Release"\r
-# PROP Ignore_Export_Lib 0\r
-# PROP Target_Dir ""\r
-# ADD BASE CPP /nologo /MD /W3 /GX /O2 /I "..\.." /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /FD /c\r
-# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\.." /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /FD /c\r
-# ADD BASE RSC /l 0x409 /d "NDEBUG"\r
-# ADD RSC /l 0x409 /d "NDEBUG"\r
-BSC32=bscmake.exe\r
-# ADD BASE BSC32 /nologo\r
-# ADD BSC32 /nologo\r
-LINK32=link.exe\r
-# ADD BASE LINK32 ws2_32.lib advapi32.lib areslib.lib /nologo /subsystem:console /machine:I386 /libpath:"..\areslib\Release"\r
-# ADD LINK32 ws2_32.lib advapi32.lib areslib.lib /nologo /subsystem:console /machine:I386 /libpath:"..\areslib\Release"\r
-\r
-!ELSEIF  "$(CFG)" == "ahost - Win32 Debug"\r
-\r
-# PROP BASE Use_MFC 0\r
-# PROP BASE Use_Debug_Libraries 1\r
-# PROP BASE Output_Dir "Debug"\r
-# PROP BASE Intermediate_Dir "Debug"\r
-# PROP BASE Target_Dir ""\r
-# PROP Use_MFC 0\r
-# PROP Use_Debug_Libraries 1\r
-# PROP Output_Dir "Debug"\r
-# PROP Intermediate_Dir "Debug"\r
-# PROP Ignore_Export_Lib 0\r
-# PROP Target_Dir ""\r
-# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\.." /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FD /GZ /c\r
-# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\.." /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FD /GZ /c\r
-# ADD BASE RSC /l 0x409 /d "_DEBUG"\r
-# ADD RSC /l 0x409 /d "_DEBUG"\r
-BSC32=bscmake.exe\r
-# ADD BASE BSC32 /nologo\r
-# ADD BSC32 /nologo\r
-LINK32=link.exe\r
-# ADD BASE LINK32 ws2_32.lib advapi32.lib areslib.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\areslib\Debug"\r
-# ADD LINK32 ws2_32.lib advapi32.lib areslib.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\areslib\Debug"\r
-\r
-!ENDIF \r
-\r
-# Begin Target\r
-\r
-# Name "ahost - Win32 Release"\r
-# Name "ahost - Win32 Debug"\r
-# Begin Group "Source Files"\r
-\r
-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"\r
-# Begin Source File\r
-\r
-SOURCE=..\..\ahost.c\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\ares_getopt.c\r
-# End Source File\r
-# End Group\r
-# Begin Group "Header Files"\r
-\r
-# PROP Default_Filter "h;hpp;hxx;hm;inl"\r
-# Begin Source File\r
-\r
-SOURCE=..\..\ares_getopt.h\r
-# End Source File\r
-# End Group\r
-# Begin Group "Resource Files"\r
-\r
-# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"\r
-# End Group\r
-# End Target\r
-# End Project\r
diff --git a/vc/ahost/vc6ahost.dsp b/vc/ahost/vc6ahost.dsp
new file mode 100644 (file)
index 0000000..36843f8
--- /dev/null
@@ -0,0 +1,170 @@
+# Microsoft Developer Studio Project File - Name="ahost" - Package Owner=<4>\r
+# Microsoft Developer Studio Generated Build File, Format Version 6.00\r
+# ** DO NOT EDIT **\r
+\r
+# TARGTYPE "Win32 (x86) Console Application" 0x0103\r
+\r
+CFG=ahost - Win32 using cares LIB Debug\r
+!MESSAGE This is not a valid makefile. To build this project using NMAKE,\r
+!MESSAGE use the Export Makefile command and run\r
+!MESSAGE \r
+!MESSAGE NMAKE /f "vc6ahost.mak".\r
+!MESSAGE \r
+!MESSAGE You can specify a configuration when running NMAKE\r
+!MESSAGE by defining the macro CFG on the command line. For example:\r
+!MESSAGE \r
+!MESSAGE NMAKE /f "vc6ahost.mak" CFG="ahost - Win32 using cares LIB Debug"\r
+!MESSAGE \r
+!MESSAGE Possible choices for configuration are:\r
+!MESSAGE \r
+!MESSAGE "ahost - Win32 using cares DLL Debug" (based on "Win32 (x86) Console Application")\r
+!MESSAGE "ahost - Win32 using cares DLL Release" (based on "Win32 (x86) Console Application")\r
+!MESSAGE "ahost - Win32 using cares LIB Debug" (based on "Win32 (x86) Console Application")\r
+!MESSAGE "ahost - Win32 using cares LIB Release" (based on "Win32 (x86) Console Application")\r
+!MESSAGE \r
+\r
+# Begin Project\r
+# PROP AllowPerConfigDependencies 0\r
+# PROP Scc_ProjName ""\r
+# PROP Scc_LocalPath ""\r
+CPP=cl.exe\r
+RSC=rc.exe\r
+\r
+!IF  "$(CFG)" == "ahost - Win32 using cares DLL Debug"\r
+\r
+# PROP BASE Use_MFC 0\r
+# PROP BASE Use_Debug_Libraries 1\r
+# PROP BASE Output_Dir "DLL-Debug"\r
+# PROP BASE Intermediate_Dir "DLL-Debug"\r
+# PROP BASE Target_Dir ""\r
+# PROP Use_MFC 0\r
+# PROP Use_Debug_Libraries 1\r
+# PROP Output_Dir "DLL-Debug"\r
+# PROP Intermediate_Dir "DLL-Debug"\r
+# PROP Ignore_Export_Lib 0\r
+# PROP Target_Dir ""\r
+# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\.." /D "WIN32" /D "_CONSOLE" /FD /GZ /c\r
+# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\.." /D "WIN32" /D "_CONSOLE" /FD /GZ /c\r
+# ADD BASE RSC /l 0x409\r
+# ADD RSC /l 0x409\r
+BSC32=bscmake.exe\r
+# ADD BASE BSC32 /nologo\r
+# ADD BSC32 /nologo\r
+LINK32=link.exe\r
+# ADD BASE LINK32 caresd_imp.lib ws2_32.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /out:"DLL-Debug/ahost.exe" /pdbtype:sept /libpath:"..\cares\DLL-Debug"\r
+# ADD LINK32 caresd_imp.lib ws2_32.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /out:"DLL-Debug/ahost.exe" /pdbtype:sept /libpath:"..\cares\DLL-Debug"\r
+\r
+!ELSEIF  "$(CFG)" == "ahost - Win32 using cares DLL Release"\r
+\r
+# PROP BASE Use_MFC 0\r
+# PROP BASE Use_Debug_Libraries 0\r
+# PROP BASE Output_Dir "DLL-Release"\r
+# PROP BASE Intermediate_Dir "DLL-Release"\r
+# PROP BASE Target_Dir ""\r
+# PROP Use_MFC 0\r
+# PROP Use_Debug_Libraries 0\r
+# PROP Output_Dir "DLL-Release"\r
+# PROP Intermediate_Dir "DLL-Release"\r
+# PROP Ignore_Export_Lib 0\r
+# PROP Target_Dir ""\r
+# ADD BASE CPP /nologo /MD /W3 /GX /O2 /I "..\.." /D "WIN32" /D "_CONSOLE" /FD /c\r
+# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\.." /D "WIN32" /D "_CONSOLE" /FD /c\r
+# ADD BASE RSC /l 0x409\r
+# ADD RSC /l 0x409\r
+BSC32=bscmake.exe\r
+# ADD BASE BSC32 /nologo\r
+# ADD BSC32 /nologo\r
+LINK32=link.exe\r
+# ADD BASE LINK32 cares_imp.lib ws2_32.lib /nologo /subsystem:console /pdb:none /machine:I386 /out:"DLL-Release/ahost.exe" /libpath:"..\cares\DLL-Release"\r
+# ADD LINK32 cares_imp.lib ws2_32.lib /nologo /subsystem:console /pdb:none /machine:I386 /out:"DLL-Release/ahost.exe" /libpath:"..\cares\DLL-Release"\r
+\r
+!ELSEIF  "$(CFG)" == "ahost - Win32 using cares LIB Debug"\r
+\r
+# PROP BASE Use_MFC 0\r
+# PROP BASE Use_Debug_Libraries 1\r
+# PROP BASE Output_Dir "LIB-Debug"\r
+# PROP BASE Intermediate_Dir "LIB-Debug"\r
+# PROP BASE Target_Dir ""\r
+# PROP Use_MFC 0\r
+# PROP Use_Debug_Libraries 1\r
+# PROP Output_Dir "LIB-Debug"\r
+# PROP Intermediate_Dir "LIB-Debug"\r
+# PROP Ignore_Export_Lib 0\r
+# PROP Target_Dir ""\r
+# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\.." /D "WIN32" /D "_CONSOLE" /D "CARES_STATICLIB" /FD /GZ /c\r
+# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\.." /D "WIN32" /D "_CONSOLE" /D "CARES_STATICLIB" /FD /GZ /c\r
+# ADD BASE RSC /l 0x409\r
+# ADD RSC /l 0x409\r
+BSC32=bscmake.exe\r
+# ADD BASE BSC32 /nologo\r
+# ADD BSC32 /nologo\r
+LINK32=link.exe\r
+# ADD BASE LINK32 caresd.lib ws2_32.lib advapi32.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /out:"LIB-Debug/ahost.exe" /pdbtype:sept /libpath:"..\cares\LIB-Debug"\r
+# ADD LINK32 caresd.lib ws2_32.lib advapi32.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /out:"LIB-Debug/ahost.exe" /pdbtype:sept /libpath:"..\cares\LIB-Debug"\r
+\r
+!ELSEIF  "$(CFG)" == "ahost - Win32 using cares LIB Release"\r
+\r
+# PROP BASE Use_MFC 0\r
+# PROP BASE Use_Debug_Libraries 0\r
+# PROP BASE Output_Dir "LIB-Release"\r
+# PROP BASE Intermediate_Dir "LIB-Release"\r
+# PROP BASE Target_Dir ""\r
+# PROP Use_MFC 0\r
+# PROP Use_Debug_Libraries 0\r
+# PROP Output_Dir "LIB-Release"\r
+# PROP Intermediate_Dir "LIB-Release"\r
+# PROP Ignore_Export_Lib 0\r
+# PROP Target_Dir ""\r
+# ADD BASE CPP /nologo /MD /W3 /GX /O2 /I "..\.." /D "WIN32" /D "_CONSOLE" /D "CARES_STATICLIB" /FD /c\r
+# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\.." /D "WIN32" /D "_CONSOLE" /D "CARES_STATICLIB" /FD /c\r
+# ADD BASE RSC /l 0x409\r
+# ADD RSC /l 0x409\r
+BSC32=bscmake.exe\r
+# ADD BASE BSC32 /nologo\r
+# ADD BSC32 /nologo\r
+LINK32=link.exe\r
+# ADD BASE LINK32 cares.lib ws2_32.lib advapi32.lib /nologo /subsystem:console /pdb:none /machine:I386 /out:"LIB-Release/ahost.exe" /libpath:"..\cares\LIB-Release"\r
+# ADD LINK32 cares.lib ws2_32.lib advapi32.lib /nologo /subsystem:console /pdb:none /machine:I386 /out:"LIB-Release/ahost.exe" /libpath:"..\cares\LIB-Release"\r
+\r
+!ENDIF \r
+\r
+# Begin Target\r
+\r
+# Name "ahost - Win32 using cares DLL Debug"\r
+# Name "ahost - Win32 using cares DLL Release"\r
+# Name "ahost - Win32 using cares LIB Debug"\r
+# Name "ahost - Win32 using cares LIB Release"\r
+# Begin Group "Source Files"\r
+\r
+# PROP Default_Filter ""\r
+# Begin Source File\r
+\r
+SOURCE=..\..\ahost.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\ares_getopt.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\ares_strcasecmp.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\inet_net_pton.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\inet_ntop.c\r
+# End Source File\r
+# End Group\r
+# Begin Group "Header Files"\r
+\r
+# PROP Default_Filter ""\r
+# Begin Source File\r
+\r
+SOURCE=..\..\ares_getopt.h\r
+# End Source File\r
+# End Group\r
+# End Target\r
+# End Project\r
diff --git a/vc/areslib/areslib.dsp b/vc/areslib/areslib.dsp
deleted file mode 100644 (file)
index ce84fb9..0000000
+++ /dev/null
@@ -1,288 +0,0 @@
-# Microsoft Developer Studio Project File - Name="areslib" - Package Owner=<4>\r
-# Microsoft Developer Studio Generated Build File, Format Version 6.00\r
-# ** DO NOT EDIT **\r
-\r
-# TARGTYPE "Win32 (x86) Static Library" 0x0104\r
-\r
-CFG=areslib - Win32 Debug\r
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,\r
-!MESSAGE use the Export Makefile command and run\r
-!MESSAGE \r
-!MESSAGE NMAKE /f "areslib.mak".\r
-!MESSAGE \r
-!MESSAGE You can specify a configuration when running NMAKE\r
-!MESSAGE by defining the macro CFG on the command line. For example:\r
-!MESSAGE \r
-!MESSAGE NMAKE /f "areslib.mak" CFG="areslib - Win32 Debug"\r
-!MESSAGE \r
-!MESSAGE Possible choices for configuration are:\r
-!MESSAGE \r
-!MESSAGE "areslib - Win32 Release" (based on "Win32 (x86) Static Library")\r
-!MESSAGE "areslib - Win32 Debug" (based on "Win32 (x86) Static Library")\r
-!MESSAGE \r
-\r
-# Begin Project\r
-# PROP AllowPerConfigDependencies 0\r
-# PROP Scc_ProjName ""\r
-# PROP Scc_LocalPath ""\r
-CPP=cl.exe\r
-RSC=rc.exe\r
-\r
-!IF  "$(CFG)" == "areslib - Win32 Release"\r
-\r
-# PROP BASE Use_MFC 0\r
-# PROP BASE Use_Debug_Libraries 0\r
-# PROP BASE Output_Dir "Release"\r
-# PROP BASE Intermediate_Dir "Release"\r
-# PROP BASE Target_Dir ""\r
-# PROP Use_MFC 0\r
-# PROP Use_Debug_Libraries 0\r
-# PROP Output_Dir "Release"\r
-# PROP Intermediate_Dir "Release"\r
-# PROP Target_Dir ""\r
-# ADD BASE CPP /nologo /MD /W3 /GX /O2 /I "..\.." /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /FD /c\r
-# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\.." /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /FD /c\r
-# ADD BASE RSC /l 0x409 /d "NDEBUG"\r
-# ADD RSC /l 0x409 /d "NDEBUG"\r
-BSC32=bscmake.exe\r
-# ADD BASE BSC32 /nologo\r
-# ADD BSC32 /nologo\r
-LIB32=link.exe -lib\r
-# ADD BASE LIB32 /nologo\r
-# ADD LIB32 /nologo\r
-\r
-!ELSEIF  "$(CFG)" == "areslib - Win32 Debug"\r
-\r
-# PROP BASE Use_MFC 0\r
-# PROP BASE Use_Debug_Libraries 1\r
-# PROP BASE Output_Dir "Debug"\r
-# PROP BASE Intermediate_Dir "Debug"\r
-# PROP BASE Target_Dir ""\r
-# PROP Use_MFC 0\r
-# PROP Use_Debug_Libraries 1\r
-# PROP Output_Dir "Debug"\r
-# PROP Intermediate_Dir "Debug"\r
-# PROP Target_Dir ""\r
-# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\.." /D "WIN32" /D "DEBUGBUILD" /D "_DEBUG" /D "_MBCS" /D "_LIB" /FD /GZ /c\r
-# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\.." /D "WIN32" /D "DEBUGBUILD" /D "_DEBUG" /D "_MBCS" /D "_LIB" /FD /GZ /c\r
-# ADD BASE RSC /l 0x409 /d "_DEBUG"\r
-# ADD RSC /l 0x409 /d "_DEBUG"\r
-BSC32=bscmake.exe\r
-# ADD BASE BSC32 /nologo\r
-# ADD BSC32 /nologo\r
-LIB32=link.exe -lib\r
-# ADD BASE LIB32 /nologo\r
-# ADD LIB32 /nologo\r
-\r
-!ENDIF \r
-\r
-# Begin Target\r
-\r
-# Name "areslib - Win32 Release"\r
-# Name "areslib - Win32 Debug"\r
-# Begin Group "Source Files"\r
-\r
-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"\r
-# Begin Source File\r
-\r
-SOURCE=..\..\ares__close_sockets.c\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\ares__get_hostent.c\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\ares__read_line.c\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\ares__timeval.c\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\ares_cancel.c\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\ares_destroy.c\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\ares_expand_name.c\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\ares_expand_string.c\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\ares_fds.c\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\ares_free_hostent.c\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\ares_free_string.c\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\ares_gethostbyaddr.c\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\ares_gethostbyname.c\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\ares_getsock.c\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\ares_init.c\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\ares_library_init.c\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\ares_llist.c\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\ares_mkquery.c\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\ares_parse_a_reply.c\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\ares_parse_aaaa_reply.c\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\ares_parse_ptr_reply.c\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\ares_process.c\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\ares_query.c\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\ares_search.c\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\ares_send.c\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\ares_strcasecmp.c\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\ares_strerror.c\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\ares_timeout.c\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\ares_version.c\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\ares_writev.c\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\bitncmp.c\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\inet_net_pton.c\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\inet_ntop.c\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\windows_port.c\r
-# End Source File\r
-# End Group\r
-# Begin Group "Header Files"\r
-\r
-# PROP Default_Filter "h;hpp;hxx;hm;inl"\r
-# Begin Source File\r
-\r
-SOURCE=..\..\ares.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\ares_build.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\ares_dns.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\ares_ipv6.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\ares_library_init.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\ares_llist.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\ares_private.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\ares_rules.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\ares_strcasecmp.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\ares_version.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\ares_writev.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\bitncmp.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\inet_net_pton.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\inet_ntop.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\nameser.h\r
-# End Source File\r
-# End Group\r
-# End Target\r
-# End Project\r
diff --git a/vc/cares/vc6cares.dsp b/vc/cares/vc6cares.dsp
new file mode 100644 (file)
index 0000000..990799f
--- /dev/null
@@ -0,0 +1,373 @@
+# Microsoft Developer Studio Project File - Name="cares" - Package Owner=<4>\r
+# Microsoft Developer Studio Generated Build File, Format Version 6.00\r
+# ** DO NOT EDIT **\r
+\r
+# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102\r
+# TARGTYPE "Win32 (x86) Static Library" 0x0104\r
+\r
+CFG=cares - Win32 LIB Debug\r
+!MESSAGE This is not a valid makefile. To build this project using NMAKE,\r
+!MESSAGE use the Export Makefile command and run\r
+!MESSAGE \r
+!MESSAGE NMAKE /f "vc6cares.mak".\r
+!MESSAGE \r
+!MESSAGE You can specify a configuration when running NMAKE\r
+!MESSAGE by defining the macro CFG on the command line. For example:\r
+!MESSAGE \r
+!MESSAGE NMAKE /f "vc6cares.mak" CFG="cares - Win32 LIB Debug"\r
+!MESSAGE \r
+!MESSAGE Possible choices for configuration are:\r
+!MESSAGE \r
+!MESSAGE "cares - Win32 DLL Debug" (based on "Win32 (x86) Dynamic-Link Library")\r
+!MESSAGE "cares - Win32 DLL Release" (based on "Win32 (x86) Dynamic-Link Library")\r
+!MESSAGE "cares - Win32 LIB Debug" (based on "Win32 (x86) Static Library")\r
+!MESSAGE "cares - Win32 LIB Release" (based on "Win32 (x86) Static Library")\r
+!MESSAGE \r
+\r
+# Begin Project\r
+# PROP AllowPerConfigDependencies 0\r
+# PROP Scc_ProjName ""\r
+# PROP Scc_LocalPath ""\r
+\r
+!IF  "$(CFG)" == "cares - Win32 DLL Debug"\r
+\r
+# PROP BASE Use_MFC 0\r
+# PROP BASE Use_Debug_Libraries 1\r
+# PROP BASE Output_Dir "DLL-Debug"\r
+# PROP BASE Intermediate_Dir "DLL-Debug"\r
+# PROP BASE Target_Dir ""\r
+# PROP Use_MFC 0\r
+# PROP Use_Debug_Libraries 1\r
+# PROP Output_Dir "DLL-Debug"\r
+# PROP Intermediate_Dir "DLL-Debug"\r
+# PROP Ignore_Export_Lib 0\r
+# PROP Target_Dir ""\r
+CPP=cl.exe\r
+# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\.." /D "WIN32" /D "DEBUGBUILD" /D "CARES_BUILDING_LIBRARY" /FD /GZ /c\r
+# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\.." /D "WIN32" /D "DEBUGBUILD" /D "CARES_BUILDING_LIBRARY" /FD /GZ /c\r
+MTL=midl.exe\r
+# ADD BASE MTL /nologo /D "DEBUGBUILD" /mktyplib203 /win32\r
+# ADD MTL /nologo /D "DEBUGBUILD" /mktyplib203 /win32\r
+RSC=rc.exe\r
+# ADD BASE RSC /l 0x409 /d "DEBUGBUILD"\r
+# ADD RSC /l 0x409 /d "DEBUGBUILD"\r
+BSC32=bscmake.exe\r
+# ADD BASE BSC32 /nologo\r
+# ADD BSC32 /nologo\r
+LINK32=link.exe\r
+# ADD BASE LINK32 ws2_32.lib advapi32.lib /nologo /dll /incremental:no /map /debug /machine:I386 /out:"DLL-Debug/caresd.dll" /implib:"DLL-Debug/caresd_imp.lib" /pdbtype:sept\r
+# ADD LINK32 ws2_32.lib advapi32.lib /nologo /dll /incremental:no /map /debug /machine:I386 /out:"DLL-Debug/caresd.dll" /implib:"DLL-Debug/caresd_imp.lib" /pdbtype:sept\r
+\r
+!ELSEIF  "$(CFG)" == "cares - Win32 DLL Release"\r
+\r
+# PROP BASE Use_MFC 0\r
+# PROP BASE Use_Debug_Libraries 0\r
+# PROP BASE Output_Dir "DLL-Release"\r
+# PROP BASE Intermediate_Dir "DLL-Release"\r
+# PROP BASE Target_Dir ""\r
+# PROP Use_MFC 0\r
+# PROP Use_Debug_Libraries 0\r
+# PROP Output_Dir "DLL-Release"\r
+# PROP Intermediate_Dir "DLL-Release"\r
+# PROP Ignore_Export_Lib 0\r
+# PROP Target_Dir ""\r
+CPP=cl.exe\r
+# ADD BASE CPP /nologo /MD /W3 /GX /O2 /I "..\.." /D "WIN32" /D "CARES_BUILDING_LIBRARY" /FD /c\r
+# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\.." /D "WIN32" /D "CARES_BUILDING_LIBRARY" /FD /c\r
+MTL=midl.exe\r
+# ADD BASE MTL /nologo /mktyplib203 /win32\r
+# ADD MTL /nologo /mktyplib203 /win32\r
+RSC=rc.exe\r
+# ADD BASE RSC /l 0x409\r
+# ADD RSC /l 0x409\r
+BSC32=bscmake.exe\r
+# ADD BASE BSC32 /nologo\r
+# ADD BSC32 /nologo\r
+LINK32=link.exe\r
+# ADD BASE LINK32 ws2_32.lib advapi32.lib /nologo /dll /pdb:none /machine:I386 /out:"DLL-Release/cares.dll" /implib:"DLL-Release/cares_imp.lib"\r
+# ADD LINK32 ws2_32.lib advapi32.lib /nologo /dll /pdb:none /machine:I386 /out:"DLL-Release/cares.dll" /implib:"DLL-Release/cares_imp.lib"\r
+\r
+!ELSEIF  "$(CFG)" == "cares - Win32 LIB Debug"\r
+\r
+# PROP BASE Use_MFC 0\r
+# PROP BASE Use_Debug_Libraries 1\r
+# PROP BASE Output_Dir "LIB-Debug"\r
+# PROP BASE Intermediate_Dir "LIB-Debug"\r
+# PROP BASE Target_Dir ""\r
+# PROP Use_MFC 0\r
+# PROP Use_Debug_Libraries 1\r
+# PROP Output_Dir "LIB-Debug"\r
+# PROP Intermediate_Dir "LIB-Debug"\r
+# PROP Target_Dir ""\r
+CPP=cl.exe\r
+# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\.." /D "WIN32" /D "DEBUGBUILD" /D "CARES_BUILDING_LIBRARY" /D "CARES_STATICLIB" /FD /GZ /c\r
+# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\.." /D "WIN32" /D "DEBUGBUILD" /D "CARES_BUILDING_LIBRARY" /D "CARES_STATICLIB" /FD /GZ /c\r
+RSC=rc.exe\r
+# ADD BASE RSC /l 0x409 /d "DEBUGBUILD"\r
+# ADD RSC /l 0x409 /d "DEBUGBUILD"\r
+BSC32=bscmake.exe\r
+# ADD BASE BSC32 /nologo\r
+# ADD BSC32 /nologo\r
+LIB32=link.exe -lib\r
+# ADD BASE LIB32 /nologo /out:"LIB-Debug/caresd.lib" /machine:I386\r
+# ADD LIB32 /nologo /out:"LIB-Debug/caresd.lib" /machine:I386\r
+\r
+!ELSEIF  "$(CFG)" == "cares - Win32 LIB Release"\r
+\r
+# PROP BASE Use_MFC 0\r
+# PROP BASE Use_Debug_Libraries 0\r
+# PROP BASE Output_Dir "LIB-Release"\r
+# PROP BASE Intermediate_Dir "LIB-Release"\r
+# PROP BASE Target_Dir ""\r
+# PROP Use_MFC 0\r
+# PROP Use_Debug_Libraries 0\r
+# PROP Output_Dir "LIB-Release"\r
+# PROP Intermediate_Dir "LIB-Release"\r
+# PROP Target_Dir ""\r
+CPP=cl.exe\r
+# ADD BASE CPP /nologo /MD /W3 /GX /O2 /I "..\.." /D "WIN32" /D "CARES_BUILDING_LIBRARY" /D "CARES_STATICLIB" /FD /c\r
+# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\.." /D "WIN32" /D "CARES_BUILDING_LIBRARY" /D "CARES_STATICLIB" /FD /c\r
+RSC=rc.exe\r
+# ADD BASE RSC /l 0x409\r
+# ADD RSC /l 0x409\r
+BSC32=bscmake.exe\r
+# ADD BASE BSC32 /nologo\r
+# ADD BSC32 /nologo\r
+LIB32=link.exe -lib\r
+# ADD BASE LIB32 /nologo /out:"LIB-Release/cares.lib" /machine:I386\r
+# ADD LIB32 /nologo /out:"LIB-Release/cares.lib" /machine:I386\r
+\r
+!ENDIF \r
+\r
+# Begin Target\r
+\r
+# Name "cares - Win32 DLL Debug"\r
+# Name "cares - Win32 DLL Release"\r
+# Name "cares - Win32 LIB Debug"\r
+# Name "cares - Win32 LIB Release"\r
+# Begin Group "Source Files"\r
+\r
+# PROP Default_Filter ""\r
+# Begin Source File\r
+\r
+SOURCE=..\..\ares__close_sockets.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\ares__get_hostent.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\ares__read_line.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\ares__timeval.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\ares_cancel.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\ares_destroy.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\ares_expand_name.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\ares_expand_string.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\ares_fds.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\ares_free_hostent.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\ares_free_string.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\ares_gethostbyaddr.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\ares_gethostbyname.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\ares_getsock.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\ares_init.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\ares_library_init.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\ares_llist.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\ares_mkquery.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\ares_parse_a_reply.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\ares_parse_aaaa_reply.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\ares_parse_ns_reply.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\ares_parse_ptr_reply.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\ares_parse_srv_reply.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\ares_parse_txt_reply.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\ares_process.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\ares_query.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\ares_search.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\ares_send.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\ares_strcasecmp.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\ares_strerror.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\ares_timeout.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\ares_version.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\ares_writev.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\bitncmp.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\inet_net_pton.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\inet_ntop.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\windows_port.c\r
+# End Source File\r
+# End Group\r
+# Begin Group "Header Files"\r
+\r
+# PROP Default_Filter ""\r
+# Begin Source File\r
+\r
+SOURCE=..\..\ares.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\ares_build.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\ares_dns.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\ares_ipv6.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\ares_library_init.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\ares_llist.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\ares_private.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\ares_rules.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\ares_strcasecmp.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\ares_version.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\ares_writev.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\bitncmp.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\inet_net_pton.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\inet_ntop.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\nameser.h\r
+# End Source File\r
+# End Group\r
+# Begin Group "Resource Files"\r\r
+\r\r
+# PROP Default_Filter ""\r\r
+# Begin Source File\r\r
+\r\r
+SOURCE=..\..\cares.rc\r\r
+# End Source File\r\r
+# End Group\r\r
+# End Target\r\r
+# End Project\r\r
similarity index 84%
rename from vc/areslib/areslib.dsw
rename to vc/cares/vc6cares.dsw
index e732c9a..5bad375 100644 (file)
@@ -1,29 +1,29 @@
-Microsoft Developer Studio Workspace File, Format Version 6.00
-# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
-
-###############################################################################
-
-Project: "areslib"=.\areslib.dsp - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-}}}
-
-###############################################################################
-
-Global:
-
-Package=<5>
-{{{
-}}}
-
-Package=<3>
-{{{
-}}}
-
-###############################################################################
-
+Microsoft Developer Studio Workspace File, Format Version 6.00\r
+# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!\r
+\r
+###############################################################################\r
+\r
+Project: "cares"=".\vc6cares.dsp" - Package Owner=<4>\r
+\r
+Package=<5>\r
+{{{\r
+}}}\r
+\r
+Package=<4>\r
+{{{\r
+}}}\r
+\r
+###############################################################################\r
+\r
+Global:\r
+\r
+Package=<5>\r
+{{{\r
+}}}\r
+\r
+Package=<3>\r
+{{{\r
+}}}\r
+\r
+###############################################################################\r
+\r
similarity index 71%
rename from vc/vc.dsw
rename to vc/vc6aws.dsw
index a9d89b8..9543a5a 100644 (file)
--- a/vc/vc.dsw
@@ -3,7 +3,7 @@ Microsoft Developer Studio Workspace File, Format Version 6.00
 \r
 ###############################################################################\r
 \r
-Project: "acountry"=".\acountry\acountry.dsp" - Package Owner=<4>\r
+Project: "cares"=".\cares\vc6cares.dsp" - Package Owner=<4>\r
 \r
 Package=<5>\r
 {{{\r
@@ -11,14 +11,11 @@ Package=<5>
 \r
 Package=<4>\r
 {{{\r
-    Begin Project Dependency\r
-    Project_Dep_Name areslib\r
-    End Project Dependency\r
 }}}\r
 \r
 ###############################################################################\r
 \r
-Project: "adig"=".\adig\adig.dsp" - Package Owner=<4>\r
+Project: "acountry"=".\acountry\vc6acountry.dsp" - Package Owner=<4>\r
 \r
 Package=<5>\r
 {{{\r
@@ -27,13 +24,13 @@ Package=<5>
 Package=<4>\r
 {{{\r
     Begin Project Dependency\r
-    Project_Dep_Name areslib\r
+    Project_Dep_Name cares\r
     End Project Dependency\r
 }}}\r
 \r
 ###############################################################################\r
 \r
-Project: "ahost"=".\ahost\ahost.dsp" - Package Owner=<4>\r
+Project: "adig"=".\adig\vc6adig.dsp" - Package Owner=<4>\r
 \r
 Package=<5>\r
 {{{\r
@@ -42,13 +39,13 @@ Package=<5>
 Package=<4>\r
 {{{\r
     Begin Project Dependency\r
-    Project_Dep_Name areslib\r
+    Project_Dep_Name cares\r
     End Project Dependency\r
 }}}\r
 \r
 ###############################################################################\r
 \r
-Project: "areslib"=".\areslib\areslib.dsp" - Package Owner=<4>\r
+Project: "ahost"=".\ahost\vc6ahost.dsp" - Package Owner=<4>\r
 \r
 Package=<5>\r
 {{{\r
@@ -56,6 +53,9 @@ Package=<5>
 \r
 Package=<4>\r
 {{{\r
+    Begin Project Dependency\r
+    Project_Dep_Name cares\r
+    End Project Dependency\r
 }}}\r
 \r
 ###############################################################################\r