mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-20 12:40:18 +00:00
obs gtk 2.24 is utter, unusable crap, revert to gtk 2.16
This commit is contained in:
@@ -2,22 +2,23 @@
|
||||
set PATH=%PATH%;%PROGRAMW6432%\7-Zip;c:\mozilla-build\gendef
|
||||
|
||||
cd ..\dep-x86
|
||||
7z x -y *.rpm
|
||||
7z x *.cpio
|
||||
del *.cpio
|
||||
xcopy /q /s /i usr\i686-w64-mingw32\sys-root\mingw\* .
|
||||
rmdir /q /s usr
|
||||
set OPATH=%PATH%
|
||||
set PATH=%PATH%;c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin;c:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE
|
||||
cd lib
|
||||
for %%A in (..\bin\*.dll) do (
|
||||
gendef %%A
|
||||
lib /nologo /machine:x86 /def:%%~nA.def
|
||||
)
|
||||
cd ..
|
||||
set PATH=%OPATH%
|
||||
::obs 7z x -y *.rpm
|
||||
::obs 7z x *.cpio
|
||||
::obs del *.cpio
|
||||
::obs xcopy /q /s /i usr\i686-w64-mingw32\sys-root\mingw\* .
|
||||
::obs rmdir /q /s usr
|
||||
::obs set OPATH=%PATH%
|
||||
::obs set PATH=%PATH%;c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin;c:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE
|
||||
::obs cd lib
|
||||
::obs for %%A in (..\bin\*.dll) do (
|
||||
::obs gendef %%A
|
||||
::obs lib /nologo /machine:x86 /def:%%~nA.def
|
||||
::obs )
|
||||
::obs cd ..
|
||||
::obs set PATH=%OPATH%
|
||||
7z x -y *.zip
|
||||
7z x *.7z
|
||||
copy /y ..\build\glibconfig-x86.h lib\glib-2.0\include\glibconfig.h
|
||||
::obs copy /y ..\build\glibconfig-x86.h lib\glib-2.0\include\glibconfig.h
|
||||
cd share\locale
|
||||
del /q /s gettext-tools.mo
|
||||
del /q /s gettext-runtime.mo
|
||||
|
||||
Reference in New Issue
Block a user