Files @ 4f9457bdd83a
Branch filter:

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

HanzZ
Added testing swiften_raw backend which just changes to/from attributes and forwards unchanged stanzas
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