mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-10 13:12:34 +01:00
moving back to gtk.org builds, so no need for this
This commit is contained in:
parent
f61aa55aa8
commit
e35e9ce170
@ -2,38 +2,41 @@
|
|||||||
set PATH=%PATH%;%PROGRAMW6432%\7-Zip;c:\mozilla-build\gendef
|
set PATH=%PATH%;%PROGRAMW6432%\7-Zip;c:\mozilla-build\gendef
|
||||||
|
|
||||||
cd ..\dep-x64
|
cd ..\dep-x64
|
||||||
7z x -y *.rpm
|
::7z x -y *.rpm
|
||||||
7z x *.cpio
|
::7z x *.cpio
|
||||||
del *.cpio
|
::del *.cpio
|
||||||
xcopy /q /s /i usr\x86_64-w64-mingw32\sys-root\mingw\* .
|
::xcopy /q /s /i usr\x86_64-w64-mingw32\sys-root\mingw\* .
|
||||||
rmdir /q /s usr
|
::rmdir /q /s usr
|
||||||
set OPATH=%PATH%
|
::set OPATH=%PATH%
|
||||||
set PATH=%PATH%;c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\amd64
|
::set PATH=%PATH%;c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\amd64
|
||||||
cd lib
|
::cd lib
|
||||||
for %%A in (..\bin\*.dll) do (
|
::for %%A in (..\bin\*.dll) do (
|
||||||
gendef %%A
|
:: gendef %%A
|
||||||
lib /nologo /machine:x64 /def:%%~nA.def
|
:: lib /nologo /machine:x64 /def:%%~nA.def
|
||||||
)
|
::)
|
||||||
cd ..
|
::cd ..
|
||||||
set PATH=%OPATH%
|
::set PATH=%OPATH%
|
||||||
7z x *.7z
|
7z x *.7z
|
||||||
copy /y ..\build\glibconfig-x64.h lib\glib-2.0\include\glibconfig.h
|
7z x *.zip
|
||||||
|
::copy /y ..\build\glibconfig-x64.h lib\glib-2.0\include\glibconfig.h
|
||||||
|
|
||||||
cd ..\dep-x86
|
cd ..\dep-x86
|
||||||
7z x -y *.rpm
|
::7z x -y *.rpm
|
||||||
7z x *.cpio
|
::7z x *.cpio
|
||||||
del *.cpio
|
::del *.cpio
|
||||||
xcopy /q /s /i usr\i686-w64-mingw32\sys-root\mingw\* .
|
::xcopy /q /s /i usr\i686-w64-mingw32\sys-root\mingw\* .
|
||||||
rmdir /q /s usr
|
::rmdir /q /s usr
|
||||||
set OPATH=%PATH%
|
::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
|
::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
|
::cd lib
|
||||||
for %%A in (..\bin\*.dll) do (
|
::for %%A in (..\bin\*.dll) do (
|
||||||
gendef ..\bin\%%A
|
:: gendef ..\bin\%%A
|
||||||
lib /nologo /machine:x86 /def:%%~nA.def
|
:: lib /nologo /machine:x86 /def:%%~nA.def
|
||||||
)
|
::)
|
||||||
cd ..
|
::cd ..
|
||||||
set PATH=%OPATH%
|
::set PATH=%OPATH%
|
||||||
7z x *.7z
|
7z x *.7z
|
||||||
copy /y ..\build\glibconfig-x86.h lib\glib-2.0\include\glibconfig.h
|
7z x *.zip
|
||||||
|
::copy /y ..\build\glibconfig-x86.h lib\glib-2.0\include\glibconfig.h
|
||||||
|
|
||||||
pause
|
pause
|
||||||
|
Loading…
Reference in New Issue
Block a user