mirror of
https://github.com/Egor00f/kolibrios-gcc-toolchain.git
synced 2025-01-29 09:00:05 +01:00
6 lines
220 B
Batchfile
6 lines
220 B
Batchfile
set TOOLCHAIN_DIR=%1
|
|
|
|
wget -r --no-parent http://builds.kolibrios.org/en_US/data/contrib/sdk/lib/
|
|
move /y builds.kolibrios.org\en_US\data\contrib\sdk\lib\* %TOOLCHAIN_DIR%\win32\mingw32\lib
|
|
rd /s /q builds.kolibrios.org
|