Imported Upstream version 7.53.1
[platform/upstream/curl.git] / src / Makefile.vc11
index 6459c34..6798b11 100644 (file)
@@ -142,7 +142,7 @@ CFLAGS = $(CFLAGS) /DUSE_WINDOWS_SSPI /I$(WINDOWS_SDK_PATH)\include
 \r
 RELEASE_OBJS= \\r
        nonblockr.obj \\r
-       rawstrr.obj \\r
+       strcaser.obj \\r
        strtoofftr.obj \\r
        warnless.obj \\r
        slist_wc.obj \\r
@@ -188,7 +188,7 @@ RELEASE_OBJS= \
 \r
 DEBUG_OBJS= \\r
        nonblockd.obj \\r
-       rawstrd.obj \\r
+       strcased.obj \\r
        strtoofftd.obj \\r
        warnlessd.obj \\r
        slist_wcd.obj \\r
@@ -363,8 +363,8 @@ debug: $(DEBUG_OBJS)
 ## Release\r
 nonblockr.obj: ../lib/nonblock.c\r
        $(CCR) $(CFLAGS) /Fo"$@" ../lib/nonblock.c\r
-rawstrr.obj: ../lib/rawstr.c\r
-       $(CCR) $(CFLAGS) /Fo"$@" ../lib/rawstr.c\r
+strcaser.obj: ../lib/strcase.c\r
+       $(CCR) $(CFLAGS) /Fo"$@" ../lib/strcase.c\r
 strtoofftr.obj: ../lib/strtoofft.c\r
        $(CCR) $(CFLAGS) /Fo"$@" ../lib/strtoofft.c\r
 warnless.obj: ../lib/warnless.c\r
@@ -453,8 +453,8 @@ curlr.res : curl.rc
 ## Debug\r
 nonblockd.obj: ../lib/nonblock.c\r
        $(CCD) $(CFLAGS) /Fo"$@" ../lib/nonblock.c\r
-rawstrd.obj: ../lib/rawstr.c\r
-       $(CCD) $(CFLAGS) /Fo"$@" ../lib/rawstr.c\r
+strcased.obj: ../lib/strcase.c\r
+       $(CCD) $(CFLAGS) /Fo"$@" ../lib/strcase.c\r
 strtoofftd.obj: ../lib/strtoofft.c\r
        $(CCD) $(CFLAGS) /Fo"$@" ../lib/strtoofft.c\r
 warnlessd.obj: ../lib/warnless.c\r