summaryrefslogtreecommitdiff
path: root/winbuild/MakefileBuild.vc
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2016-10-31 13:35:09 +0100
committerDaniel Stenberg <daniel@haxx.se>2016-10-31 13:35:26 +0100
commit309d6e80d0fe4d4c19c19332b416e6e2d212669a (patch)
treec42ad81bf269bdd5bae3a00c649fde6842a25f57 /winbuild/MakefileBuild.vc
parent9363f1a37f803ac92cbe88e407035c58e441b986 (diff)
downloadgnurl-309d6e80d0fe4d4c19c19332b416e6e2d212669a.tar.gz
gnurl-309d6e80d0fe4d4c19c19332b416e6e2d212669a.tar.bz2
gnurl-309d6e80d0fe4d4c19c19332b416e6e2d212669a.zip
msvc builds: s/rawstr/strcase
Follow-up to 811a693b
Diffstat (limited to 'winbuild/MakefileBuild.vc')
-rw-r--r--winbuild/MakefileBuild.vc6
1 files changed, 3 insertions, 3 deletions
diff --git a/winbuild/MakefileBuild.vc b/winbuild/MakefileBuild.vc
index 3b4fc109c..159dccd33 100644
--- a/winbuild/MakefileBuild.vc
+++ b/winbuild/MakefileBuild.vc
@@ -494,7 +494,7 @@ CURL_LIBCURL_LIBNAME=$(LIB_NAME_IMP)
CURL_FROM_LIBCURL=$(CURL_DIROBJ)\tool_hugehelp.obj \
$(CURL_DIROBJ)\nonblock.obj \
- $(CURL_DIROBJ)\rawstr.obj \
+ $(CURL_DIROBJ)\strcase.obj \
$(CURL_DIROBJ)\strtoofft.obj \
$(CURL_DIROBJ)\warnless.obj
@@ -509,8 +509,8 @@ $(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
- $(CURL_CC) $(CURL_CFLAGS) /Fo"$@" ../lib/rawstr.c
+$(CURL_DIROBJ)\strcase.obj: ../lib/strcase.c
+ $(CURL_CC) $(CURL_CFLAGS) /Fo"$@" ../lib/strcase.c
$(CURL_DIROBJ)\strtoofft.obj: ../lib/strtoofft.c
$(CURL_CC) $(CURL_CFLAGS) /Fo"$@" ../lib/strtoofft.c
$(CURL_DIROBJ)\warnless.obj: ../lib/warnless.c