Skip to content

Commit

Permalink
winbuild: remove strcase.obj from curl build
Browse files Browse the repository at this point in the history
Reported-by: Bruce Stephens

Fixes #1098
  • Loading branch information
bagder committed Nov 2, 2016
1 parent 788b319 commit d7e5f18
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions winbuild/MakefileBuild.vc
Expand Up @@ -494,7 +494,6 @@ CURL_LIBCURL_LIBNAME=$(LIB_NAME_IMP)

CURL_FROM_LIBCURL=$(CURL_DIROBJ)\tool_hugehelp.obj \
$(CURL_DIROBJ)\nonblock.obj \
$(CURL_DIROBJ)\strcase.obj \
$(CURL_DIROBJ)\strtoofft.obj \
$(CURL_DIROBJ)\warnless.obj

Expand All @@ -509,8 +508,6 @@ $(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)\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
Expand Down

0 comments on commit d7e5f18

Please sign in to comment.