summary refs log tree commit diff stats
path: root/build/dep-extract.bat
diff options
context:
space:
mode:
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