mirror of
https://github.com/moparisthebest/curl
synced 2024-11-04 08:35:05 -05:00
76ac6b94ed
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.
7 lines
154 B
Batchfile
7 lines
154 B
Batchfile
@echo OFF
|
|
@del %OUTFILE%
|
|
@echo %MACRO_NAME% = \> %OUTFILE%
|
|
@for %%i in (%*) do @echo %LIBCURL_DIROBJ%/%%i \>> %OUTFILE%
|
|
@echo. >> %OUTFILE%
|
|
:END
|