lh | 9ed821d | 2023-04-07 01:36:19 -0700 | [diff] [blame] | 1 | # Microsoft Developer Studio Project File - Name="ahost" - Package Owner=<4>
|
| 2 | # Microsoft Developer Studio Generated Build File, Format Version 6.00
|
| 3 | # ** DO NOT EDIT **
|
| 4 |
|
| 5 | # TARGTYPE "Win32 (x86) Console Application" 0x0103
|
| 6 |
|
| 7 | CFG=ahost - Win32 using cares LIB Debug
|
| 8 | !MESSAGE This is not a valid makefile. To build this project using NMAKE,
|
| 9 | !MESSAGE use the Export Makefile command and run
|
| 10 | !MESSAGE
|
| 11 | !MESSAGE NMAKE /f "vc6ahost.mak".
|
| 12 | !MESSAGE
|
| 13 | !MESSAGE You can specify a configuration when running NMAKE
|
| 14 | !MESSAGE by defining the macro CFG on the command line. For example:
|
| 15 | !MESSAGE
|
| 16 | !MESSAGE NMAKE /f "vc6ahost.mak" CFG="ahost - Win32 using cares LIB Debug"
|
| 17 | !MESSAGE
|
| 18 | !MESSAGE Possible choices for configuration are:
|
| 19 | !MESSAGE
|
| 20 | !MESSAGE "ahost - Win32 using cares DLL Debug" (based on "Win32 (x86) Console Application")
|
| 21 | !MESSAGE "ahost - Win32 using cares DLL Release" (based on "Win32 (x86) Console Application")
|
| 22 | !MESSAGE "ahost - Win32 using cares LIB Debug" (based on "Win32 (x86) Console Application")
|
| 23 | !MESSAGE "ahost - Win32 using cares LIB Release" (based on "Win32 (x86) Console Application")
|
| 24 | !MESSAGE
|
| 25 |
|
| 26 | # Begin Project
|
| 27 | # PROP AllowPerConfigDependencies 0
|
| 28 | # PROP Scc_ProjName ""
|
| 29 | # PROP Scc_LocalPath ""
|
| 30 | CPP=cl.exe
|
| 31 | RSC=rc.exe
|
| 32 |
|
| 33 | !IF "$(CFG)" == "ahost - Win32 using cares DLL Debug"
|
| 34 |
|
| 35 | # PROP BASE Use_MFC 0
|
| 36 | # PROP BASE Use_Debug_Libraries 1
|
| 37 | # PROP BASE Output_Dir "dll-debug"
|
| 38 | # PROP BASE Intermediate_Dir "dll-debug/obj"
|
| 39 | # PROP BASE Target_Dir ""
|
| 40 | # PROP Use_MFC 0
|
| 41 | # PROP Use_Debug_Libraries 1
|
| 42 | # PROP Output_Dir "dll-debug"
|
| 43 | # PROP Intermediate_Dir "dll-debug/obj"
|
| 44 | # PROP Ignore_Export_Lib 0
|
| 45 | # PROP Target_Dir ""
|
| 46 | # ADD BASE CPP /nologo /MDd /W3 /GX /Zi /Od /I "..\.." /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /FD /GZ /c
|
| 47 | # ADD CPP /nologo /MDd /W3 /GX /Zi /Od /I "..\.." /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /FD /GZ /c
|
| 48 | # ADD BASE RSC /l 0x409 /d "_DEBUG"
|
| 49 | # ADD RSC /l 0x409 /d "_DEBUG"
|
| 50 | BSC32=bscmake.exe
|
| 51 | # ADD BASE BSC32 /nologo
|
| 52 | # ADD BSC32 /nologo
|
| 53 | LINK32=link.exe
|
| 54 | # ADD BASE LINK32 caresd.lib ws2_32.lib advapi32.lib kernel32.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /out:"dll-debug/ahost.exe" /pdbtype:con /libpath:"..\cares\dll-debug" /fixed:no
|
| 55 | # ADD LINK32 caresd.lib ws2_32.lib advapi32.lib kernel32.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /out:"dll-debug/ahost.exe" /pdbtype:con /libpath:"..\cares\dll-debug" /fixed:no
|
| 56 |
|
| 57 | !ELSEIF "$(CFG)" == "ahost - Win32 using cares DLL Release"
|
| 58 |
|
| 59 | # PROP BASE Use_MFC 0
|
| 60 | # PROP BASE Use_Debug_Libraries 0
|
| 61 | # PROP BASE Output_Dir "dll-release"
|
| 62 | # PROP BASE Intermediate_Dir "dll-release/obj"
|
| 63 | # PROP BASE Target_Dir ""
|
| 64 | # PROP Use_MFC 0
|
| 65 | # PROP Use_Debug_Libraries 0
|
| 66 | # PROP Output_Dir "dll-release"
|
| 67 | # PROP Intermediate_Dir "dll-release/obj"
|
| 68 | # PROP Ignore_Export_Lib 0
|
| 69 | # PROP Target_Dir ""
|
| 70 | # ADD BASE CPP /nologo /MD /W3 /GX /O2 /I "..\.." /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /FD /c
|
| 71 | # ADD CPP /nologo /MD /W3 /GX /O2 /I "..\.." /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /FD /c
|
| 72 | # ADD BASE RSC /l 0x409 /d "NDEBUG"
|
| 73 | # ADD RSC /l 0x409 /d "NDEBUG"
|
| 74 | BSC32=bscmake.exe
|
| 75 | # ADD BASE BSC32 /nologo
|
| 76 | # ADD BSC32 /nologo
|
| 77 | LINK32=link.exe
|
| 78 | # ADD BASE LINK32 cares.lib ws2_32.lib advapi32.lib kernel32.lib /nologo /subsystem:console /pdb:none /machine:I386 /out:"dll-release/ahost.exe" /libpath:"..\cares\dll-release" /fixed:no
|
| 79 | # ADD LINK32 cares.lib ws2_32.lib advapi32.lib kernel32.lib /nologo /subsystem:console /pdb:none /machine:I386 /out:"dll-release/ahost.exe" /libpath:"..\cares\dll-release" /fixed:no
|
| 80 |
|
| 81 | !ELSEIF "$(CFG)" == "ahost - Win32 using cares LIB Debug"
|
| 82 |
|
| 83 | # PROP BASE Use_MFC 0
|
| 84 | # PROP BASE Use_Debug_Libraries 1
|
| 85 | # PROP BASE Output_Dir "lib-debug"
|
| 86 | # PROP BASE Intermediate_Dir "lib-debug/obj"
|
| 87 | # PROP BASE Target_Dir ""
|
| 88 | # PROP Use_MFC 0
|
| 89 | # PROP Use_Debug_Libraries 1
|
| 90 | # PROP Output_Dir "lib-debug"
|
| 91 | # PROP Intermediate_Dir "lib-debug/obj"
|
| 92 | # PROP Ignore_Export_Lib 0
|
| 93 | # PROP Target_Dir ""
|
| 94 | # ADD BASE CPP /nologo /MDd /W3 /GX /Zi /Od /I "..\.." /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "CARES_STATICLIB" /FD /GZ /c
|
| 95 | # ADD CPP /nologo /MDd /W3 /GX /Zi /Od /I "..\.." /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "CARES_STATICLIB" /FD /GZ /c
|
| 96 | # ADD BASE RSC /l 0x409 /d "_DEBUG"
|
| 97 | # ADD RSC /l 0x409 /d "_DEBUG"
|
| 98 | BSC32=bscmake.exe
|
| 99 | # ADD BASE BSC32 /nologo
|
| 100 | # ADD BSC32 /nologo
|
| 101 | LINK32=link.exe
|
| 102 | # ADD BASE LINK32 libcaresd.lib ws2_32.lib advapi32.lib kernel32.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /out:"lib-debug/ahost.exe" /pdbtype:con /libpath:"..\cares\lib-debug" /fixed:no
|
| 103 | # ADD LINK32 libcaresd.lib ws2_32.lib advapi32.lib kernel32.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /out:"lib-debug/ahost.exe" /pdbtype:con /libpath:"..\cares\lib-debug" /fixed:no
|
| 104 |
|
| 105 | !ELSEIF "$(CFG)" == "ahost - Win32 using cares LIB Release"
|
| 106 |
|
| 107 | # PROP BASE Use_MFC 0
|
| 108 | # PROP BASE Use_Debug_Libraries 0
|
| 109 | # PROP BASE Output_Dir "lib-release"
|
| 110 | # PROP BASE Intermediate_Dir "lib-release/obj"
|
| 111 | # PROP BASE Target_Dir ""
|
| 112 | # PROP Use_MFC 0
|
| 113 | # PROP Use_Debug_Libraries 0
|
| 114 | # PROP Output_Dir "lib-release"
|
| 115 | # PROP Intermediate_Dir "lib-release/obj"
|
| 116 | # PROP Ignore_Export_Lib 0
|
| 117 | # PROP Target_Dir ""
|
| 118 | # ADD BASE CPP /nologo /MD /W3 /GX /O2 /I "..\.." /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "CARES_STATICLIB" /FD /c
|
| 119 | # ADD CPP /nologo /MD /W3 /GX /O2 /I "..\.." /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "CARES_STATICLIB" /FD /c
|
| 120 | # ADD BASE RSC /l 0x409 /d "NDEBUG"
|
| 121 | # ADD RSC /l 0x409 /d "NDEBUG"
|
| 122 | BSC32=bscmake.exe
|
| 123 | # ADD BASE BSC32 /nologo
|
| 124 | # ADD BSC32 /nologo
|
| 125 | LINK32=link.exe
|
| 126 | # ADD BASE LINK32 libcares.lib ws2_32.lib advapi32.lib kernel32.lib /nologo /subsystem:console /pdb:none /machine:I386 /out:"lib-release/ahost.exe" /libpath:"..\cares\lib-release" /fixed:no
|
| 127 | # ADD LINK32 libcares.lib ws2_32.lib advapi32.lib kernel32.lib /nologo /subsystem:console /pdb:none /machine:I386 /out:"lib-release/ahost.exe" /libpath:"..\cares\lib-release" /fixed:no
|
| 128 |
|
| 129 | !ENDIF
|
| 130 |
|
| 131 | # Begin Target
|
| 132 |
|
| 133 | # Name "ahost - Win32 using cares DLL Debug"
|
| 134 | # Name "ahost - Win32 using cares DLL Release"
|
| 135 | # Name "ahost - Win32 using cares LIB Debug"
|
| 136 | # Name "ahost - Win32 using cares LIB Release"
|
| 137 | # Begin Group "Source Files"
|
| 138 |
|
| 139 | # PROP Default_Filter ""
|
| 140 | # Begin Source File
|
| 141 |
|
| 142 | SOURCE=..\..\ahost.c
|
| 143 | # End Source File
|
| 144 | # Begin Source File
|
| 145 |
|
| 146 | SOURCE=..\..\ares_getopt.c
|
| 147 | # End Source File
|
| 148 | # Begin Source File
|
| 149 |
|
| 150 | SOURCE=..\..\ares_nowarn.c
|
| 151 | # End Source File
|
| 152 | # Begin Source File
|
| 153 |
|
| 154 | SOURCE=..\..\ares_strcasecmp.c
|
| 155 | # End Source File
|
| 156 | # Begin Source File
|
| 157 |
|
| 158 | SOURCE=..\..\inet_net_pton.c
|
| 159 | # End Source File
|
| 160 | # Begin Source File
|
| 161 |
|
| 162 | SOURCE=..\..\inet_ntop.c
|
| 163 | # End Source File
|
| 164 | # End Group
|
| 165 | # Begin Group "Header Files"
|
| 166 |
|
| 167 | # PROP Default_Filter ""
|
| 168 | # Begin Source File
|
| 169 |
|
| 170 | SOURCE=..\..\ares_getopt.h
|
| 171 | # End Source File
|
| 172 | # Begin Source File
|
| 173 |
|
| 174 | SOURCE=..\..\ares_nowarn.h
|
| 175 | # End Source File
|
| 176 | # Begin Source File
|
| 177 |
|
| 178 | SOURCE=..\..\ares_strcasecmp.h
|
| 179 | # End Source File
|
| 180 | # Begin Source File
|
| 181 |
|
| 182 | SOURCE=..\..\inet_net_pton.h
|
| 183 | # End Source File
|
| 184 | # Begin Source File
|
| 185 |
|
| 186 | SOURCE=..\..\inet_ntop.h
|
| 187 | # End Source File
|
| 188 | # End Group
|
| 189 | # End Target
|
| 190 | # End Project
|