diff options
author | Berke Viktor <berkeviktor@aol.com> | 2011-08-14 23:39:03 +0200 |
---|---|---|
committer | Berke Viktor <berkeviktor@aol.com> | 2011-08-14 23:39:03 +0200 |
commit | 54ee14903b6be413e9b5ec7957b6b4d5a1d3ab8c (patch) | |
tree | 173ce660b12442e33d34a661770e74d9f689c3ff /build/dep-extract.bat | |
parent | 75cef456709c0f6b143fb00d78b41e65a01ff5d6 (diff) |
first attempt at switching to OBS, compiles, but doesn't run yet
Diffstat (limited to 'build/dep-extract.bat')
-rw-r--r-- | build/dep-extract.bat | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/build/dep-extract.bat b/build/dep-extract.bat index 05e40e02..c3aba497 100644 --- a/build/dep-extract.bat +++ b/build/dep-extract.bat @@ -1,9 +1,14 @@ @echo off -set PATH=%PROGRAMW6432%\7-Zip +set PATH=%PATH%;%PROGRAMW6432%\7-Zip cd ..\dep-x64 7z x *.zip 7z x *.7z cd ..\dep-x86 +7z x -y *.rpm +7z x *.cpio +del *.cpio +xcopy /q /s /i usr\i686-w64-mingw32\sys-root\mingw\* . +rmdir /q /s usr 7z x *.zip 7z x *.7z pause |