Imported Upstream version 7.53.1
[platform/upstream/curl.git] / src / Makefile.vc14
index 16c4667..1742732 100644 (file)
@@ -5,11 +5,11 @@
 #                            | (__| |_| |  _ <| |___\r
 #                             \___|\___/|_| \_\_____|\r
 #\r
-# Copyright (C) 1999 - 2015, Daniel Stenberg, <daniel@haxx.se>, et al.\r
+# Copyright (C) 1999 - 2016, Daniel Stenberg, <daniel@haxx.se>, et al.\r
 #\r
 # This software is licensed as described in the file COPYING, which\r
 # you should have received as part of this distribution. The terms\r
-# are also available at http://curl.haxx.se/docs/copyright.html.\r
+# are also available at https://curl.haxx.se/docs/copyright.html.\r
 #\r
 # You may opt to use, copy, modify, merge, publish, distribute and/or sell\r
 # copies of the Software, and permit persons to whom the Software is\r
@@ -142,9 +142,10 @@ 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
        tool_binmoder.obj \\r
        tool_bnamer.obj \\r
        tool_cb_dbgr.obj \\r
@@ -187,9 +188,10 @@ 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
        tool_binmoded.obj \\r
        tool_bnamed.obj \\r
        tool_cb_dbgd.obj \\r
@@ -361,12 +363,14 @@ 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
        $(CCR) $(CFLAGS) /Fo"$@" ../lib/warnless.c\r
+slist_wc.obj: slist_wc.c\r
+       $(CCR) $(CFLAGS) /Fo"$@" slist_wc.c\r
 tool_binmoder.obj: tool_binmode.c\r
        $(CCR) $(CFLAGS) /Fo"$@" tool_binmode.c\r
 tool_bnamer.obj: tool_bname.c\r
@@ -449,12 +453,14 @@ 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
        $(CCD) $(CFLAGS) /Fo"$@" ../lib/warnless.c\r
+slist_wcd.obj: slist_wc.c\r
+       $(CCD) $(CFLAGS) /Fo"$@" slist_wc.c\r
 tool_binmoded.obj: tool_binmode.c\r
        $(CCD) $(CFLAGS) /Fo"$@" tool_binmode.c\r
 tool_bnamed.obj: tool_bname.c\r