mirror of
https://github.com/curl/curl.git
synced 2026-07-04 22:27:16 +03:00
winbuild: Use CALL to run batch scripts
Co-authored-by: Stefan Kanthak Closes https://github.com/curl/curl/issues/2330 Closes https://github.com/curl/curl/pull/2331
This commit is contained in:
parent
a91a235d4c
commit
4fff37b91f
1 changed files with 2 additions and 2 deletions
|
|
@ -248,12 +248,12 @@ $(MODE):
|
|||
@SET DIROBJ=$(LIBCURL_DIROBJ)
|
||||
@SET MACRO_NAME=LIBCURL_OBJS
|
||||
@SET OUTFILE=LIBCURL_OBJS.inc
|
||||
@gen_resp_file.bat $(LIBCURL_OBJS)
|
||||
@CALL gen_resp_file.bat $(LIBCURL_OBJS)
|
||||
|
||||
@SET DIROBJ=$(CURL_DIROBJ)
|
||||
@SET MACRO_NAME=CURL_OBJS
|
||||
@SET OUTFILE=CURL_OBJS.inc
|
||||
@gen_resp_file.bat $(CURL_OBJS)
|
||||
@CALL gen_resp_file.bat $(CURL_OBJS)
|
||||
|
||||
@SET CONFIG_NAME_LIB=$(CONFIG_NAME_LIB)
|
||||
@SET MACHINE=$(MACHINE)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue