Skip to content
Snippets Groups Projects
Commit 6a0bd6ce authored by Benjamin Kircher's avatar Benjamin Kircher Committed by Jay Satiro
Browse files

winbuild: run buildconf.bat if necessary

parent 4e6f7aee
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment