summary refs log tree commit diff stats
path: root/win32/dep-extract-x64.bat
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-10-02 19:17:48 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-10-02 19:17:48 +0200
commitccd2fd6c77d2272a67022177bdc1c88f194699b1 (patch)
treefdd63b1a9b8b7705d5199d7b6d5426d7049cff83 /win32/dep-extract-x64.bat
parentcaa270922f3b830adefa7c6280f746c4847047e8 (diff)
Update dependency extractor scripts
Diffstat (limited to 'win32/dep-extract-x64.bat')
-rw-r--r--win32/dep-extract-x64.bat26
1 files changed, 0 insertions, 26 deletions
diff --git a/win32/dep-extract-x64.bat b/win32/dep-extract-x64.bat
deleted file mode 100644
index 133c599d..00000000
--- a/win32/dep-extract-x64.bat
+++ /dev/null
@@ -1,26 +0,0 @@
-@echo off

-set PATH=%PATH%;%PROGRAMW6432%\7-Zip;c:\mozilla-build\gendef

-

-cd x64

-::obs 7z x -y *.rpm

-::obs 7z x *.cpio

-::obs del *.cpio

-::obs xcopy /q /s /i usr\x86_64-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\amd64

-::obs cd lib

-::obs for %%A in (..\bin\*.dll) do (

-::obs 	gendef %%A

-::obs 	lib /nologo /machine:x64 /def:%%~nA.def

-::obs )

-::obs cd ..

-::obs set PATH=%OPATH%

-7z x -y *.zip

-7z x -y *.7z

-::obs copy /y ..\build\glibconfig-x64.h lib\glib-2.0\include\glibconfig.h

-cd share\locale

-del /q /s atk10.mo

-del /q /s gettext-tools.mo

-del /q /s gettext-runtime.mo

-pause