From: Benjamin Kircher Date: Tue, 8 Sep 2015 14:22:39 +0000 (+0200) Subject: winbuild: run buildconf.bat if necessary X-Git-Tag: curl-7_45_0~58 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6a0bd6ce8b22127a84bffd4b8256e1433d254024;p=curl winbuild: run buildconf.bat if necessary --- diff --git a/winbuild/Makefile.vc b/winbuild/Makefile.vc index 5b726cd57..5653232d2 100644 --- a/winbuild/Makefile.vc +++ b/winbuild/Makefile.vc @@ -182,6 +182,9 @@ CURL_DIROBJ = ..\builds\$(CONFIG_NAME_LIB)-obj-curl DIRDIST = ..\builds\$(CONFIG_NAME_LIB)\ $(MODE): + @IF NOT EXIST ..\include\curl\curlbuild.h ( \ + CALL ..\buildconf.bat \ + ) @SET DIROBJ=$(LIBCURL_DIROBJ) @SET MACRO_NAME=LIBCURL_OBJS @SET OUTFILE=LIBCURL_OBJS.inc