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-15 00:51:11 +0200
committerBerke Viktor <berkeviktor@aol.com>2011-08-15 00:51:11 +0200
commit19345289008d27dcd8631776c29e462d992ed638 (patch)
tree0b6fdce4e71578a6d40653c7bd43366c907b0b04 /build/dep-extract.bat
parent54ee14903b6be413e9b5ec7957b6b4d5a1d3ab8c (diff)
obs gtk works but requires library conversion
Diffstat (limited to 'build/dep-extract.bat')
-rw-r--r--build/dep-extract.bat4
1 files changed, 4 insertions, 0 deletions
diff --git a/build/dep-extract.bat b/build/dep-extract.bat
index c3aba497..1f8ac036 100644
--- a/build/dep-extract.bat
+++ b/build/dep-extract.bat
@@ -9,6 +9,10 @@ cd ..\dep-x86
 del *.cpio

 xcopy /q /s /i usr\i686-w64-mingw32\sys-root\mingw\* .

 rmdir /q /s usr

+set OPATH=%PATH%

+set PATH=%PATH%;c:\mozilla-build\python-2.7-x86

+python convert-lib.py

+set PATH=%OPATH%

 7z x *.zip

 7z x *.7z

 pause