Commit 6a0bd6ce authored by Benjamin Kircher's avatar Benjamin Kircher Committed by Jay Satiro
Browse files

winbuild: run buildconf.bat if necessary

parent 4e6f7aee
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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