From 4faaa32aef0a49496bcd1fa155d20fbf5bbbbbfe Mon Sep 17 00:00:00 2001 From: Gisle Vanem Date: Wed, 9 Nov 2005 21:29:34 +0000 Subject: [PATCH] Fixes for building ahost with MSVC-6/7. Added inet*.c. --- ares/vc/ahost/ahost.dep | 4 ++-- ares/vc/ahost/ahost.dsp | 18 +++++++++--------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/ares/vc/ahost/ahost.dep b/ares/vc/ahost/ahost.dep index 75fcbe135..9b71fdcca 100644 --- a/ares/vc/ahost/ahost.dep +++ b/ares/vc/ahost/ahost.dep @@ -1,2 +1,2 @@ -# Microsoft Developer Studio Generated Dependency File, included by ahost.mak - +# Microsoft Developer Studio Generated Dependency File, included by ahost.mak + diff --git a/ares/vc/ahost/ahost.dsp b/ares/vc/ahost/ahost.dsp index e2043040c..c3adb6e71 100644 --- a/ares/vc/ahost/ahost.dsp +++ b/ares/vc/ahost/ahost.dsp @@ -7,19 +7,19 @@ CFG=ahost - Win32 Debug !MESSAGE This is not a valid makefile. To build this project using NMAKE, !MESSAGE use the Export Makefile command and run -!MESSAGE +!MESSAGE !MESSAGE NMAKE /f "ahost.mak". -!MESSAGE +!MESSAGE !MESSAGE You can specify a configuration when running NMAKE !MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE +!MESSAGE !MESSAGE NMAKE /f "ahost.mak" CFG="ahost - Win32 Debug" -!MESSAGE +!MESSAGE !MESSAGE Possible choices for configuration are: -!MESSAGE +!MESSAGE !MESSAGE "ahost - Win32 Release" (based on "Win32 (x86) Console Application") !MESSAGE "ahost - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE +!MESSAGE # Begin Project # PROP AllowPerConfigDependencies 0 @@ -41,7 +41,7 @@ RSC=rc.exe # PROP Intermediate_Dir "Release" # PROP Target_Dir "" # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "HAVE_STRUCT_IN6_ADDR" /YX /FD /c # ADD BASE RSC /l 0x409 /d "NDEBUG" # ADD RSC /l 0x409 /d "NDEBUG" BSC32=bscmake.exe @@ -64,7 +64,7 @@ LINK32=link.exe # PROP Intermediate_Dir "Debug" # PROP Target_Dir "" # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FR /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "HAVE_STRUCT_IN6_ADDR" /FR /YX /FD /GZ /c # ADD BASE RSC /l 0x409 /d "_DEBUG" # ADD RSC /l 0x409 /d "_DEBUG" BSC32=bscmake.exe @@ -74,7 +74,7 @@ LINK32=link.exe # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept # ADD LINK32 wsock32.lib areslib.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\areslib\Debug" -!ENDIF +!ENDIF # Begin Target