1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

winbuild: run buildconf.bat if necessary

This commit is contained in:
Benjamin Kircher 2015-09-08 16:22:39 +02:00 committed by Jay Satiro
parent 4e6f7aee64
commit 6a0bd6ce8b

View File

@ -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