diff options
author | Yang Tse <yangsita@gmail.com> | 2011-09-18 01:58:18 +0200 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2011-09-18 01:59:25 +0200 |
commit | 260b0f4d0cdb7c0ce30b16ae9a4cb94de6b36537 (patch) | |
tree | 10bff167818af4946fddcbb8c73162ff1012c733 /src/vc6curlsrc.dsp | |
parent | f50d4647d0f4e34f74b48dfc05e60739e737b890 (diff) | |
download | curl-260b0f4d0cdb7c0ce30b16ae9a4cb94de6b36537.tar.gz |
curl tool: create tool_myfunc.[ch] which later on will hold my_* functions
Additionally function my_useragent() now provides default User-Agent string
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 336bae9c7..9959db8ee 100644 --- a/src/vc6curlsrc.dsp +++ b/src/vc6curlsrc.dsp @@ -187,6 +187,10 @@ SOURCE=.\tool_mfiles.c # End Source File
# Begin Source File
+SOURCE=.\tool_myfunc.c
+# End Source File
+# Begin Source File
+
SOURCE=.\urlglob.c
# End Source File
# Begin Source File
@@ -259,6 +263,10 @@ SOURCE=.\tool_mfiles.h # End Source File
# Begin Source File
+SOURCE=.\tool_myfunc.h
+# End Source File
+# Begin Source File
+
SOURCE=.\urlglob.h
# End Source File
# Begin Source File
|