diff options
author | Yang Tse <yangsita@gmail.com> | 2010-12-18 04:57:47 +0100 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2010-12-18 04:57:47 +0100 |
commit | a44f4c33e9d3547920a91d904477835c18ce05f9 (patch) | |
tree | 407f1c236769ef482fea26e303c94b32af9e3267 | |
parent | 1cfd800d4ac1f9542f6ee93302d2e63709f7e7bf (diff) | |
download | c-ares-a44f4c33e9d3547920a91d904477835c18ce05f9.tar.gz c-ares-a44f4c33e9d3547920a91d904477835c18ce05f9.tar.bz2 c-ares-a44f4c33e9d3547920a91d904477835c18ce05f9.zip |
build: add some explicit file references to VS project files
-rw-r--r-- | vc/acountry/vc6acountry.dsp | 16 | ||||
-rw-r--r-- | vc/adig/vc6adig.dsp | 16 | ||||
-rw-r--r-- | vc/ahost/vc6ahost.dsp | 16 | ||||
-rw-r--r-- | vc/cares/vc6cares.dsp | 24 |
4 files changed, 72 insertions, 0 deletions
diff --git a/vc/acountry/vc6acountry.dsp b/vc/acountry/vc6acountry.dsp index c119ca2..99035ea 100644 --- a/vc/acountry/vc6acountry.dsp +++ b/vc/acountry/vc6acountry.dsp @@ -169,6 +169,22 @@ SOURCE=..\..\inet_ntop.c SOURCE=..\..\ares_getopt.h
# End Source File
+# Begin Source File
+
+SOURCE=..\..\ares_nowarn.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\ares_strcasecmp.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\inet_net_pton.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\inet_ntop.h
+# End Source File
# End Group
# End Target
# End Project
diff --git a/vc/adig/vc6adig.dsp b/vc/adig/vc6adig.dsp index 20d785c..f2898d3 100644 --- a/vc/adig/vc6adig.dsp +++ b/vc/adig/vc6adig.dsp @@ -169,6 +169,22 @@ SOURCE=..\..\inet_ntop.c SOURCE=..\..\ares_getopt.h
# End Source File
+# Begin Source File
+
+SOURCE=..\..\ares_nowarn.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\ares_strcasecmp.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\inet_net_pton.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\inet_ntop.h
+# End Source File
# End Group
# End Target
# End Project
diff --git a/vc/ahost/vc6ahost.dsp b/vc/ahost/vc6ahost.dsp index 6e38711..d10733f 100644 --- a/vc/ahost/vc6ahost.dsp +++ b/vc/ahost/vc6ahost.dsp @@ -169,6 +169,22 @@ SOURCE=..\..\inet_ntop.c SOURCE=..\..\ares_getopt.h
# End Source File
+# Begin Source File
+
+SOURCE=..\..\ares_nowarn.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\ares_strcasecmp.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\inet_net_pton.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\inet_ntop.h
+# End Source File
# End Group
# End Target
# End Project
diff --git a/vc/cares/vc6cares.dsp b/vc/cares/vc6cares.dsp index e930cc2..866f6f5 100644 --- a/vc/cares/vc6cares.dsp +++ b/vc/cares/vc6cares.dsp @@ -206,6 +206,10 @@ SOURCE=..\..\ares_gethostbyname.c # End Source File
# Begin Source File
+SOURCE=..\..\ares_getnameinfo.c
+# End Source File
+# Begin Source File
+
SOURCE=..\..\ares_getsock.c
# End Source File
# Begin Source File
@@ -282,6 +286,10 @@ SOURCE=..\..\ares_strcasecmp.c # End Source File
# Begin Source File
+SOURCE=..\..\ares_strdup.c
+# End Source File
+# Begin Source File
+
SOURCE=..\..\ares_strerror.c
# End Source File
# Begin Source File
@@ -358,10 +366,18 @@ SOURCE=..\..\ares_rules.h # End Source File
# Begin Source File
+SOURCE=..\..\ares_setup.h
+# End Source File
+# Begin Source File
+
SOURCE=..\..\ares_strcasecmp.h
# End Source File
# Begin Source File
+SOURCE=..\..\ares_strdup.h
+# End Source File
+# Begin Source File
+
SOURCE=..\..\ares_version.h
# End Source File
# Begin Source File
@@ -374,6 +390,10 @@ SOURCE=..\..\bitncmp.h # End Source File
# Begin Source File
+SOURCE=..\..\config-win32.h
+# End Source File
+# Begin Source File
+
SOURCE=..\..\inet_net_pton.h
# End Source File
# Begin Source File
@@ -384,6 +404,10 @@ SOURCE=..\..\inet_ntop.h SOURCE=..\..\nameser.h
# End Source File
+# Begin Source File
+
+SOURCE=..\..\setup_once.h
+# End Source File
# End Group
# Begin Group "Resource Files"
|