diff options
author | Yang Tse <yangsita@gmail.com> | 2011-09-16 21:44:45 +0200 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2011-09-16 21:44:45 +0200 |
commit | c0159d0edc52bb92a402397a63a8e0bcdcfc7484 (patch) | |
tree | ed1b77d5f1518e87637bcbd023a710855e06c3b9 /src/vc6curlsrc.dsp | |
parent | 93579cc36337f31de7b247ae3e49ad4f3e5f9673 (diff) | |
download | curl-c0159d0edc52bb92a402397a63a8e0bcdcfc7484.tar.gz |
curl tool: move 'Configurable' and free_config_fields() to tool_cfgable.[ch]
Reviewing fields being free'd in free_config_fields() still pending
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 486d9e984..336bae9c7 100644 --- a/src/vc6curlsrc.dsp +++ b/src/vc6curlsrc.dsp @@ -175,6 +175,10 @@ SOURCE=..\lib\strtoofft.c # End Source File
# Begin Source File
+SOURCE=.\tool_cfgable.c
+# End Source File
+# Begin Source File
+
SOURCE=.\tool_convert.c
# End Source File
# Begin Source File
@@ -243,6 +247,10 @@ SOURCE=..\lib\strtoofft.h # End Source File
# Begin Source File
+SOURCE=.\tool_cfgable.h
+# End Source File
+# Begin Source File
+
SOURCE=.\tool_convert.h
# End Source File
# Begin Source File
|