mirror of
https://github.com/etlegacy/etlegacy-libs.git
synced 2025-02-23 20:01:06 +00:00
This reverts commitdad99ac8e3
. This reverts commite5639398e7
. This reverts commitcf4eae3ded
.
6 lines
154 B
Batchfile
Executable file
6 lines
154 B
Batchfile
Executable file
@echo OFF
|
|
@del %OUTFILE%
|
|
@echo %MACRO_NAME% = \> %OUTFILE%
|
|
@for %%i in (%*) do @echo %LIBCURL_DIROBJ%/%%i \>> %OUTFILE%
|
|
@echo. >> %OUTFILE%
|
|
:END
|