first attempt at switching to OBS, compiles, but doesn't run yet

This commit is contained in:
Berke Viktor
2011-08-14 23:39:03 +02:00
parent 75cef45670
commit 54ee14903b
6 changed files with 46 additions and 28 deletions

View File

@@ -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