mirror of
https://github.com/curl/curl.git
synced 2025-03-31 16:00:35 +08: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
@ -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…
x
Reference in New Issue
Block a user