hexchat/win32/deps-extract-xp-x86.bat

27 lines
769 B
Batchfile
Raw Normal View History

2011-11-28 09:37:36 -05:00
@echo off
set PATH=%PATH%;%PROGRAMW6432%\7-Zip;c:\mozilla-build\gendef
2012-06-15 15:45:34 -04:00
cd Win32
::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 -y *.7z
::obs copy /y ..\build\glibconfig-x86.h lib\glib-2.0\include\glibconfig.h
2011-11-28 09:37:36 -05:00
cd share\locale
del /q /s atk10.mo
2011-11-28 09:37:36 -05:00
del /q /s gettext-tools.mo
del /q /s gettext-runtime.mo
pause