aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.vc6
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2011-09-16 19:46:01 +0200
committerYang Tse <yangsita@gmail.com>2011-09-16 19:46:01 +0200
commit4322d512ea7fcbfe4939cbc86a92540606a0f68f (patch)
tree5bbf280fc3e8b8e62407d5ee969a71cb46122e99 /src/Makefile.vc6
parente4819ae1efedab0340a47958460f3a7b058e0e94 (diff)
curl tool: move so called 'multi_files' stuff into tool_mfiles.[ch]
Additionally some code reorganization and direct OOM handling fixes, just another step towards fixing curl tool issues uncovered 2011-09-15
Diffstat (limited to 'src/Makefile.vc6')
-rw-r--r--src/Makefile.vc66
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Makefile.vc6 b/src/Makefile.vc6
index 14e9399d5..950d0761e 100644
--- a/src/Makefile.vc6
+++ b/src/Makefile.vc6
@@ -143,6 +143,7 @@ RELEASE_OBJS= \
rawstrr.obj \
strtoofftr.obj \
tool_convertr.obj \
+ tool_mfilesr.obj \
urlglobr.obj \
writeoutr.obj \
xattrr.obj \
@@ -159,6 +160,7 @@ DEBUG_OBJS= \
rawstrd.obj \
strtoofftd.obj \
tool_convertd.obj \
+ tool_mfilesd.obj \
urlglobd.obj \
writeoutd.obj \
xattrd.obj \
@@ -306,6 +308,8 @@ strtoofftr.obj: ../lib/strtoofft.c
$(CCR) $(CFLAGS) /Fo"$@" ../lib/strtoofft.c
tool_convertr.obj: tool_convert.c
$(CCR) $(CFLAGS) /Fo"$@" tool_convert.c
+tool_mfilesr.obj: tool_mfiles.c
+ $(CCR) $(CFLAGS) /Fo"$@" tool_mfiles.c
xattrr.obj: xattr.c
$(CCR) $(CFLAGS) /Fo"$@" xattr.c
mainr.obj: main.c
@@ -336,6 +340,8 @@ strtoofftd.obj: ../lib/strtoofft.c
$(CCD) $(CFLAGS) /Fo"$@" ../lib/strtoofft.c
tool_convertd.obj: tool_convert.c
$(CCD) $(CFLAGS) /Fo"$@" tool_convert.c
+tool_mfilesd.obj: tool_mfiles.c
+ $(CCD) $(CFLAGS) /Fo"$@" tool_mfiles.c
xattrd.obj: xattr.c
$(CCD) $(CFLAGS) /Fo"$@" xattr.c
maind.obj: main.c