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 01:34:44 +0200
committerBerke Viktor <berkeviktor@aol.com>2011-08-15 01:34:44 +0200
commit182b2e86f7736bf2f428fa33769b86be5f6618a9 (patch)
tree51893cecf384cecdc1db5b15b75ffe6bc236a40e /build/dep-extract.bat
parent314a9578dbab3744c95484feff4aa9d9e31df278 (diff)
add patched glibconfig.h for x86
Diffstat (limited to 'build/dep-extract.bat')
-rw-r--r--build/dep-extract.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/dep-extract.bat b/build/dep-extract.bat
index 1f8ac036..819e4c2f 100644
--- a/build/dep-extract.bat
+++ b/build/dep-extract.bat
@@ -11,8 +11,8 @@ 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

+python ..\build\convert-lib-x86.py

 set PATH=%OPATH%

-7z x *.zip

 7z x *.7z

+copy /y ..\build\glibconfig-x86.h lib\glib-2.0\include\glibconfig.h

 pause