summary refs log tree commit diff stats
path: root/build/dep-extract.bat
diff options
context:
space:
mode:
authorBerke Viktor <berkeviktor@aol.com>2011-08-14 23:39:03 +0200
committerBerke Viktor <berkeviktor@aol.com>2011-08-14 23:39:03 +0200
commit54ee14903b6be413e9b5ec7957b6b4d5a1d3ab8c (patch)
tree173ce660b12442e33d34a661770e74d9f689c3ff /build/dep-extract.bat
parent75cef456709c0f6b143fb00d78b41e65a01ff5d6 (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.bat7
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