diff options
author | sm <sm@resistor.net> | 2002-01-04 23:48:28 +0000 |
---|---|---|
committer | sm <sm@resistor.net> | 2002-01-04 23:48:28 +0000 |
commit | 2b149168139d9bb47ec5ca35f7e48ee35ee4bbfe (patch) | |
tree | 6192b66e7efc6c4bedabbfb89f8401f73ea3f506 | |
parent | 1d1530e14cf9d94b0adf234c333b44d19262d577 (diff) |
Add hash and llist to VC dsp file
-rw-r--r-- | lib/curllib.dsp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/curllib.dsp b/lib/curllib.dsp index 075c7298a..6d075ee47 100644 --- a/lib/curllib.dsp +++ b/lib/curllib.dsp @@ -151,6 +151,10 @@ SOURCE=.\getpass.c # End Source File
# Begin Source File
+SOURCE=.\hash.c
+# End Source File
+# Begin Source File
+
SOURCE=.\hostip.c
# End Source File
# Begin Source File
@@ -179,6 +183,10 @@ SOURCE=.\libcurl.def # End Source File
# Begin Source File
+SOURCE=.\llist.c
+# End Source File
+# Begin Source File
+
SOURCE=.\memdebug.c
# End Source File
# Begin Source File
|