Loading winbuild/MakefileBuild.vc +7 −2 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ # | (__| |_| | _ <| |___ # \___|\___/|_| \_\_____| # # Copyright (C) 1999 - 2012, Daniel Stenberg, <daniel@haxx.se>, et al. # Copyright (C) 1999 - 2013, Daniel Stenberg, <daniel@haxx.se>, et al. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms Loading Loading @@ -374,8 +374,13 @@ clean: !include CURL_OBJS.inc !include LIBCURL_OBJS.inc !IF "$(AS_DLL)" == "true" LIB_OBJS = $(LIBCURL_OBJS) $(RESOURCE) !ELSE LIB_OBJS = $(LIBCURL_OBJS) EXE_OBJS = $(CURL_OBJS) !ENDIF EXE_OBJS = $(CURL_OBJS) $(CURL_DIROBJ)\curl.res all : $(TARGET) $(PROGRAM_NAME) Loading Loading
winbuild/MakefileBuild.vc +7 −2 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ # | (__| |_| | _ <| |___ # \___|\___/|_| \_\_____| # # Copyright (C) 1999 - 2012, Daniel Stenberg, <daniel@haxx.se>, et al. # Copyright (C) 1999 - 2013, Daniel Stenberg, <daniel@haxx.se>, et al. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms Loading Loading @@ -374,8 +374,13 @@ clean: !include CURL_OBJS.inc !include LIBCURL_OBJS.inc !IF "$(AS_DLL)" == "true" LIB_OBJS = $(LIBCURL_OBJS) $(RESOURCE) !ELSE LIB_OBJS = $(LIBCURL_OBJS) EXE_OBJS = $(CURL_OBJS) !ENDIF EXE_OBJS = $(CURL_OBJS) $(CURL_DIROBJ)\curl.res all : $(TARGET) $(PROGRAM_NAME) Loading