Files @ 40f2a8696b57
Branch filter:

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

Vitaly Takmazov
fixed crash when spectrum receives xmpp ping from another server
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