diff options
author | Yang Tse <yangsita@gmail.com> | 2011-09-22 11:16:34 +0200 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2011-09-22 21:21:20 +0200 |
commit | fb3845a438cad9ef09eb1b0b86388ce99a726502 (patch) | |
tree | a4ab735d4fc1a4b0646f0b309c0135f228101532 /src/vc6curlsrc.dsp | |
parent | 3c3aa09c65a6b06b3291f787c1216188ad2d6649 (diff) | |
download | curl-fb3845a438cad9ef09eb1b0b86388ce99a726502.tar.gz |
curl tool: reviewed code moved to tool_*.[ch] files
my_setopt and my_setopt_str no longer ignores curl_easy_setopt result.
Fixed some OOM handling issues.
Diffstat (limited to 'src/vc6curlsrc.dsp')
-rw-r--r-- | src/vc6curlsrc.dsp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/vc6curlsrc.dsp b/src/vc6curlsrc.dsp index 8c8ab4bda..9b2011724 100644 --- a/src/vc6curlsrc.dsp +++ b/src/vc6curlsrc.dsp @@ -195,6 +195,10 @@ SOURCE=.\tool_easysrc.c # End Source File
# Begin Source File
+SOURCE=.\tool_libinfo.c
+# End Source File
+# Begin Source File
+
SOURCE=.\tool_mfiles.c
# End Source File
# Begin Source File
@@ -299,6 +303,10 @@ SOURCE=.\tool_easysrc.h # End Source File
# Begin Source File
+SOURCE=.\tool_libinfo.h
+# End Source File
+# Begin Source File
+
SOURCE=.\tool_mfiles.h
# End Source File
# Begin Source File
|