1# Microsoft Developer Studio Project File - Name="cares" - Package Owner=<4> 2# Microsoft Developer Studio Generated Build File, Format Version 6.00 3# ** DO NOT EDIT ** 4 5# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 6# TARGTYPE "Win32 (x86) Static Library" 0x0104 7 8CFG=cares - Win32 LIB Debug 9!MESSAGE This is not a valid makefile. To build this project using NMAKE, 10!MESSAGE use the Export Makefile command and run 11!MESSAGE 12!MESSAGE NMAKE /f "vc6cares.mak". 13!MESSAGE 14!MESSAGE You can specify a configuration when running NMAKE 15!MESSAGE by defining the macro CFG on the command line. For example: 16!MESSAGE 17!MESSAGE NMAKE /f "vc6cares.mak" CFG="cares - Win32 LIB Debug" 18!MESSAGE 19!MESSAGE Possible choices for configuration are: 20!MESSAGE 21!MESSAGE "cares - Win32 DLL Debug" (based on "Win32 (x86) Dynamic-Link Library") 22!MESSAGE "cares - Win32 DLL Release" (based on "Win32 (x86) Dynamic-Link Library") 23!MESSAGE "cares - Win32 LIB Debug" (based on "Win32 (x86) Static Library") 24!MESSAGE "cares - Win32 LIB Release" (based on "Win32 (x86) Static Library") 25!MESSAGE 26 27# Begin Project 28# PROP AllowPerConfigDependencies 0 29# PROP Scc_ProjName "" 30# PROP Scc_LocalPath "" 31 32!IF "$(CFG)" == "cares - Win32 DLL Debug" 33 34# PROP BASE Use_MFC 0 35# PROP BASE Use_Debug_Libraries 1 36# PROP BASE Output_Dir "dll-debug" 37# PROP BASE Intermediate_Dir "dll-debug/obj" 38# PROP BASE Target_Dir "" 39# PROP Use_MFC 0 40# PROP Use_Debug_Libraries 1 41# PROP Output_Dir "dll-debug" 42# PROP Intermediate_Dir "dll-debug/obj" 43# PROP Ignore_Export_Lib 0 44# PROP Target_Dir "" 45CPP=cl.exe 46# ADD BASE CPP /nologo /MDd /W3 /GX /Zi /Od /I "..\.." /D "_DEBUG" /D "WIN32" /D "DEBUGBUILD" /D "CARES_BUILDING_LIBRARY" /FD /GZ /c 47# ADD CPP /nologo /MDd /W3 /GX /Zi /Od /I "..\.." /D "_DEBUG" /D "WIN32" /D "DEBUGBUILD" /D "CARES_BUILDING_LIBRARY" /FD /GZ /c 48MTL=midl.exe 49# ADD BASE MTL /nologo /D "_DEBUG" /win32 50# ADD MTL /nologo /D "_DEBUG" /win32 51RSC=rc.exe 52# ADD BASE RSC /l 0x409 /d "_DEBUG" 53# ADD RSC /l 0x409 /d "_DEBUG" 54BSC32=bscmake.exe 55# ADD BASE BSC32 /nologo 56# ADD BSC32 /nologo 57LINK32=link.exe 58# ADD BASE LINK32 ws2_32.lib advapi32.lib kernel32.lib /nologo /dll /incremental:no /debug /machine:I386 /out:"dll-debug/caresd.dll" /implib:"dll-debug/caresd.lib" /pdbtype:con /fixed:no 59# ADD LINK32 ws2_32.lib advapi32.lib kernel32.lib /nologo /dll /incremental:no /debug /machine:I386 /out:"dll-debug/caresd.dll" /implib:"dll-debug/caresd.lib" /pdbtype:con /fixed:no 60 61!ELSEIF "$(CFG)" == "cares - Win32 DLL Release" 62 63# PROP BASE Use_MFC 0 64# PROP BASE Use_Debug_Libraries 0 65# PROP BASE Output_Dir "dll-release" 66# PROP BASE Intermediate_Dir "dll-release/obj" 67# PROP BASE Target_Dir "" 68# PROP Use_MFC 0 69# PROP Use_Debug_Libraries 0 70# PROP Output_Dir "dll-release" 71# PROP Intermediate_Dir "dll-release/obj" 72# PROP Ignore_Export_Lib 0 73# PROP Target_Dir "" 74CPP=cl.exe 75# ADD BASE CPP /nologo /MD /W3 /GX /O2 /I "..\.." /D "NDEBUG" /D "WIN32" /D "CARES_BUILDING_LIBRARY" /FD /c 76# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\.." /D "NDEBUG" /D "WIN32" /D "CARES_BUILDING_LIBRARY" /FD /c 77MTL=midl.exe 78# ADD BASE MTL /nologo /D "NDEBUG" /win32 79# ADD MTL /nologo /D "NDEBUG" /win32 80RSC=rc.exe 81# ADD BASE RSC /l 0x409 /d "NDEBUG" 82# ADD RSC /l 0x409 /d "NDEBUG" 83BSC32=bscmake.exe 84# ADD BASE BSC32 /nologo 85# ADD BSC32 /nologo 86LINK32=link.exe 87# ADD BASE LINK32 ws2_32.lib advapi32.lib kernel32.lib /nologo /dll /pdb:none /machine:I386 /out:"dll-release/cares.dll" /implib:"dll-release/cares.lib" /fixed:no /release /incremental:no 88# ADD LINK32 ws2_32.lib advapi32.lib kernel32.lib /nologo /dll /pdb:none /machine:I386 /out:"dll-release/cares.dll" /implib:"dll-release/cares.lib" /fixed:no /release /incremental:no 89 90!ELSEIF "$(CFG)" == "cares - Win32 LIB Debug" 91 92# PROP BASE Use_MFC 0 93# PROP BASE Use_Debug_Libraries 1 94# PROP BASE Output_Dir "lib-debug" 95# PROP BASE Intermediate_Dir "lib-debug/obj" 96# PROP BASE Target_Dir "" 97# PROP Use_MFC 0 98# PROP Use_Debug_Libraries 1 99# PROP Output_Dir "lib-debug" 100# PROP Intermediate_Dir "lib-debug/obj" 101# PROP Target_Dir "" 102CPP=cl.exe 103# ADD BASE CPP /nologo /MDd /W3 /GX /Zi /Od /I "..\.." /D "_DEBUG" /D "WIN32" /D "DEBUGBUILD" /D "CARES_BUILDING_LIBRARY" /D "CARES_STATICLIB" /FD /GZ /c 104# ADD CPP /nologo /MDd /W3 /GX /Zi /Od /I "..\.." /D "_DEBUG" /D "WIN32" /D "DEBUGBUILD" /D "CARES_BUILDING_LIBRARY" /D "CARES_STATICLIB" /FD /GZ /c 105RSC=rc.exe 106# ADD BASE RSC /l 0x409 /d "_DEBUG" 107# ADD RSC /l 0x409 /d "_DEBUG" 108BSC32=bscmake.exe 109# ADD BASE BSC32 /nologo 110# ADD BSC32 /nologo 111LIB32=link.exe -lib 112# ADD BASE LIB32 /nologo /out:"lib-debug/libcaresd.lib" /machine:I386 113# ADD LIB32 /nologo /out:"lib-debug/libcaresd.lib" /machine:I386 114 115!ELSEIF "$(CFG)" == "cares - Win32 LIB Release" 116 117# PROP BASE Use_MFC 0 118# PROP BASE Use_Debug_Libraries 0 119# PROP BASE Output_Dir "lib-release" 120# PROP BASE Intermediate_Dir "lib-release/obj" 121# PROP BASE Target_Dir "" 122# PROP Use_MFC 0 123# PROP Use_Debug_Libraries 0 124# PROP Output_Dir "lib-release" 125# PROP Intermediate_Dir "lib-release/obj" 126# PROP Target_Dir "" 127CPP=cl.exe 128# ADD BASE CPP /nologo /MD /W3 /GX /O2 /I "..\.." /D "NDEBUG" /D "WIN32" /D "CARES_BUILDING_LIBRARY" /D "CARES_STATICLIB" /FD /c 129# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\.." /D "NDEBUG" /D "WIN32" /D "CARES_BUILDING_LIBRARY" /D "CARES_STATICLIB" /FD /c 130RSC=rc.exe 131# ADD BASE RSC /l 0x409 /d "NDEBUG" 132# ADD RSC /l 0x409 /d "NDEBUG" 133BSC32=bscmake.exe 134# ADD BASE BSC32 /nologo 135# ADD BSC32 /nologo 136LIB32=link.exe -lib 137# ADD BASE LIB32 /nologo /out:"lib-release/libcares.lib" /machine:I386 138# ADD LIB32 /nologo /out:"lib-release/libcares.lib" /machine:I386 139 140!ENDIF 141 142# Begin Target 143 144# Name "cares - Win32 DLL Debug" 145# Name "cares - Win32 DLL Release" 146# Name "cares - Win32 LIB Debug" 147# Name "cares - Win32 LIB Release" 148# Begin Group "Source Files" 149 150# PROP Default_Filter "" 151# Begin Source File 152 153SOURCE=..\..\ares__close_sockets.c 154# End Source File 155# Begin Source File 156 157SOURCE=..\..\ares__get_hostent.c 158# End Source File 159# Begin Source File 160 161SOURCE=..\..\ares__read_line.c 162# End Source File 163# Begin Source File 164 165SOURCE=..\..\ares__timeval.c 166# End Source File 167# Begin Source File 168 169SOURCE=..\..\ares_cancel.c 170# End Source File 171# Begin Source File 172 173SOURCE=..\..\ares_create_query.c 174# End Source File 175# Begin Source File 176 177SOURCE=..\..\ares_data.c 178# End Source File 179# Begin Source File 180 181SOURCE=..\..\ares_destroy.c 182# End Source File 183# Begin Source File 184 185SOURCE=..\..\ares_expand_name.c 186# End Source File 187# Begin Source File 188 189SOURCE=..\..\ares_expand_string.c 190# End Source File 191# Begin Source File 192 193SOURCE=..\..\ares_fds.c 194# End Source File 195# Begin Source File 196 197SOURCE=..\..\ares_free_hostent.c 198# End Source File 199# Begin Source File 200 201SOURCE=..\..\ares_free_string.c 202# End Source File 203# Begin Source File 204 205SOURCE=..\..\ares_getenv.c 206# End Source File 207# Begin Source File 208 209SOURCE=..\..\ares_gethostbyaddr.c 210# End Source File 211# Begin Source File 212 213SOURCE=..\..\ares_gethostbyname.c 214# End Source File 215# Begin Source File 216 217SOURCE=..\..\ares_getnameinfo.c 218# End Source File 219# Begin Source File 220 221SOURCE=..\..\ares_getsock.c 222# End Source File 223# Begin Source File 224 225SOURCE=..\..\ares_init.c 226# End Source File 227# Begin Source File 228 229SOURCE=..\..\ares_library_init.c 230# End Source File 231# Begin Source File 232 233SOURCE=..\..\ares_llist.c 234# End Source File 235# Begin Source File 236 237SOURCE=..\..\ares_mkquery.c 238# End Source File 239# Begin Source File 240 241SOURCE=..\..\ares_nowarn.c 242# End Source File 243# Begin Source File 244 245SOURCE=..\..\ares_options.c 246# End Source File 247# Begin Source File 248 249SOURCE=..\..\ares_parse_a_reply.c 250# End Source File 251# Begin Source File 252 253SOURCE=..\..\ares_parse_aaaa_reply.c 254# End Source File 255# Begin Source File 256 257SOURCE=..\..\ares_parse_mx_reply.c 258# End Source File 259# Begin Source File 260 261SOURCE=..\..\ares_parse_naptr_reply.c 262# End Source File 263# Begin Source File 264 265SOURCE=..\..\ares_parse_ns_reply.c 266# End Source File 267# Begin Source File 268 269SOURCE=..\..\ares_parse_ptr_reply.c 270# End Source File 271# Begin Source File 272 273SOURCE=..\..\ares_parse_soa_reply.c 274# End Source File 275# Begin Source File 276 277SOURCE=..\..\ares_parse_srv_reply.c 278# End Source File 279# Begin Source File 280 281SOURCE=..\..\ares_parse_txt_reply.c 282# End Source File 283# Begin Source File 284 285SOURCE=..\..\ares_platform.c 286# End Source File 287# Begin Source File 288 289SOURCE=..\..\ares_process.c 290# End Source File 291# Begin Source File 292 293SOURCE=..\..\ares_query.c 294# End Source File 295# Begin Source File 296 297SOURCE=..\..\ares_search.c 298# End Source File 299# Begin Source File 300 301SOURCE=..\..\ares_send.c 302# End Source File 303# Begin Source File 304 305SOURCE=..\..\ares_strcasecmp.c 306# End Source File 307# Begin Source File 308 309SOURCE=..\..\ares_strdup.c 310# End Source File 311# Begin Source File 312 313SOURCE=..\..\ares_strerror.c 314# End Source File 315# Begin Source File 316 317SOURCE=..\..\ares_timeout.c 318# End Source File 319# Begin Source File 320 321SOURCE=..\..\ares_version.c 322# End Source File 323# Begin Source File 324 325SOURCE=..\..\ares_writev.c 326# End Source File 327# Begin Source File 328 329SOURCE=..\..\bitncmp.c 330# End Source File 331# Begin Source File 332 333SOURCE=..\..\inet_net_pton.c 334# End Source File 335# Begin Source File 336 337SOURCE=..\..\inet_ntop.c 338# End Source File 339# Begin Source File 340 341SOURCE=..\..\windows_port.c 342# End Source File 343# End Group 344# Begin Group "Header Files" 345 346# PROP Default_Filter "" 347# Begin Source File 348 349SOURCE=..\..\ares.h 350# End Source File 351# Begin Source File 352 353SOURCE=..\..\ares_build.h 354# End Source File 355# Begin Source File 356 357SOURCE=..\..\ares_data.h 358# End Source File 359# Begin Source File 360 361SOURCE=..\..\ares_dns.h 362# End Source File 363# Begin Source File 364 365SOURCE=..\..\ares_getenv.h 366# End Source File 367# Begin Source File 368 369SOURCE=..\..\ares_iphlpapi.h 370# End Source File 371# Begin Source File 372 373SOURCE=..\..\ares_ipv6.h 374# End Source File 375# Begin Source File 376 377SOURCE=..\..\ares_library_init.h 378# End Source File 379# Begin Source File 380 381SOURCE=..\..\ares_llist.h 382# End Source File 383# Begin Source File 384 385SOURCE=..\..\ares_nowarn.h 386# End Source File 387# Begin Source File 388 389SOURCE=..\..\ares_platform.h 390# End Source File 391# Begin Source File 392 393SOURCE=..\..\ares_private.h 394# End Source File 395# Begin Source File 396 397SOURCE=..\..\ares_rules.h 398# End Source File 399# Begin Source File 400 401SOURCE=..\..\ares_setup.h 402# End Source File 403# Begin Source File 404 405SOURCE=..\..\ares_strcasecmp.h 406# End Source File 407# Begin Source File 408 409SOURCE=..\..\ares_strdup.h 410# End Source File 411# Begin Source File 412 413SOURCE=..\..\ares_version.h 414# End Source File 415# Begin Source File 416 417SOURCE=..\..\ares_writev.h 418# End Source File 419# Begin Source File 420 421SOURCE=..\..\bitncmp.h 422# End Source File 423# Begin Source File 424 425SOURCE=..\..\config-win32.h 426# End Source File 427# Begin Source File 428 429SOURCE=..\..\inet_net_pton.h 430# End Source File 431# Begin Source File 432 433SOURCE=..\..\inet_ntop.h 434# End Source File 435# Begin Source File 436 437SOURCE=..\..\nameser.h 438# End Source File 439# Begin Source File 440 441SOURCE=..\..\setup_once.h 442# End Source File 443# End Group 444# Begin Group "Resource Files" 445 446# PROP Default_Filter "" 447# Begin Source File 448 449SOURCE=..\..\cares.rc 450# End Source File 451# End Group 452# End Target 453# End Project 454