Windows build: alternative makefile
This is a separate makefile for MSVC builds. It is deliberately put in another dir than src/ and lib/ to allow a different build experience than the previous - at least during a period. Eventually we should unify.
This commit is contained in:
committed by
Daniel Stenberg
parent
28c830efd8
commit
76ac6b94ed
6
winbuild/gen_resp_file.bat
Normal file
6
winbuild/gen_resp_file.bat
Normal file
@@ -0,0 +1,6 @@
|
||||
@echo OFF
|
||||
@del %OUTFILE%
|
||||
@echo %MACRO_NAME% = \> %OUTFILE%
|
||||
@for %%i in (%*) do @echo %LIBCURL_DIROBJ%/%%i \>> %OUTFILE%
|
||||
@echo. >> %OUTFILE%
|
||||
:END
|
||||
Reference in New Issue
Block a user