diff options
author | Yang Tse <yangsita@gmail.com> | 2012-12-26 23:30:54 +0100 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2012-12-26 23:30:54 +0100 |
commit | ae2a2c99317a611b5b6a4780df1a907a241de91b (patch) | |
tree | 58fb14c2f3797a05978df974017b622f7280d5e3 /winbuild | |
parent | eb5aa12c8baddeba13594e515e8b0a7d94949177 (diff) | |
download | curl-ae2a2c99317a611b5b6a4780df1a907a241de91b.tar.gz |
curl tool: renaming hugehelp files to tool_hugehelp
Diffstat (limited to 'winbuild')
-rw-r--r-- | winbuild/Makefile.vc | 4 | ||||
-rw-r--r-- | winbuild/MakefileBuild.vc | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/winbuild/Makefile.vc b/winbuild/Makefile.vc index bc93c4b50..b7c00cfd5 100644 --- a/winbuild/Makefile.vc +++ b/winbuild/Makefile.vc @@ -43,8 +43,8 @@ LIBCURL_OBJS=$(CSOURCES:.c=.obj) top_srcdir=..
!INCLUDE "../src/Makefile.inc"
-# hugehelp has a special rule
-CURL_OBJS=$(CURL_CFILES:hugehelp.c=)
+# tool_hugehelp has a special rule
+CURL_OBJS=$(CURL_CFILES:tool_hugehelp.c=)
CURL_OBJS=$(CURL_OBJS:.c=.obj)
diff --git a/winbuild/MakefileBuild.vc b/winbuild/MakefileBuild.vc index 7e2904bbe..5e8b39253 100644 --- a/winbuild/MakefileBuild.vc +++ b/winbuild/MakefileBuild.vc @@ -454,7 +454,7 @@ CURL_LIBCURL_LIBNAME=$(LIB_NAME_IMP) !ENDIF
!ENDIF
-CURL_FROM_LIBCURL=$(CURL_DIROBJ)\hugehelp.obj \
+CURL_FROM_LIBCURL=$(CURL_DIROBJ)\tool_hugehelp.obj \
$(CURL_DIROBJ)\nonblock.obj \
$(CURL_DIROBJ)\rawstr.obj \
$(CURL_DIROBJ)\strtoofft.obj
@@ -466,8 +466,8 @@ $(PROGRAM_NAME): $(CURL_DIROBJ) $(CURL_FROM_LIBCURL) $(EXE_OBJS) {$(CURL_SRC_DIR)\}.c{$(CURL_DIROBJ)\}.obj:
$(CC) $(CURL_CFLAGS) /Fo"$@" $<
-$(CURL_DIROBJ)\hugehelp.obj: $(CURL_SRC_DIR)\hugehelp.c
- $(CURL_CC) $(CURL_CFLAGS) /Zm200 /Fo"$@" $(CURL_SRC_DIR)\hugehelp.c
+$(CURL_DIROBJ)\tool_hugehelp.obj: $(CURL_SRC_DIR)\tool_hugehelp.c
+ $(CURL_CC) $(CURL_CFLAGS) /Zm200 /Fo"$@" $(CURL_SRC_DIR)\tool_hugehelp.c
$(CURL_DIROBJ)\nonblock.obj: ../lib/nonblock.c
$(CURL_CC) $(CURL_CFLAGS) /Fo"$@" ../lib/nonblock.c
$(CURL_DIROBJ)\rawstr.obj: ../lib/rawstr.c
|