diff options
author | Berke Viktor <berkeviktor@aol.com> | 2011-08-15 01:34:44 +0200 |
---|---|---|
committer | Berke Viktor <berkeviktor@aol.com> | 2011-08-15 01:34:44 +0200 |
commit | 182b2e86f7736bf2f428fa33769b86be5f6618a9 (patch) | |
tree | 51893cecf384cecdc1db5b15b75ffe6bc236a40e /build/dep-extract.bat | |
parent | 314a9578dbab3744c95484feff4aa9d9e31df278 (diff) |
add patched glibconfig.h for x86
Diffstat (limited to 'build/dep-extract.bat')
-rw-r--r-- | build/dep-extract.bat | 4 |
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 |