add patched glibconfig.h for x86

This commit is contained in:
Berke Viktor
2011-08-15 01:34:44 +02:00
parent 314a9578db
commit 182b2e86f7
2 changed files with 228 additions and 2 deletions

View File

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