Files @ c1e05d1d925c
Branch filter:

Location: libtransport.git/msvc-deps/curl/winbuild/gen_resp_file.bat

HanzZ
Communi: strip IRC formatting, Libtransport: add tests for utf8::replace_invalid and move utf8.h to includes/transport
1
2
3
4
5
6
@echo OFF
@del %OUTFILE%
@echo %MACRO_NAME% = \> %OUTFILE%
@for %%i in (%*) do @echo		%DIROBJ%/%%i \>>  %OUTFILE%
@echo. >>  %OUTFILE%
:END