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:
parent
4e6f7aee64
commit
6a0bd6ce8b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user