summary refs log tree commit diff stats
path: root/win32/deps-extract-xp-x64.bat
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2013-04-01 05:05:33 +0200
committerBerke Viktor <bviktor@hexchat.org>2013-04-01 05:05:33 +0200
commit110a2625fe7dcee78b96ca8589b6e0d5f2f76983 (patch)
treebd1c3adbc2b23a55cfb5b02f18a533e1aeaa7900 /win32/deps-extract-xp-x64.bat
parentb70062d6d257be8bf0d9f1260c519e5de129b580 (diff)
Remove another bunch of obsolete junk
Diffstat (limited to 'win32/deps-extract-xp-x64.bat')
-rw-r--r--win32/deps-extract-xp-x64.bat26
1 files changed, 0 insertions, 26 deletions
diff --git a/win32/deps-extract-xp-x64.bat b/win32/deps-extract-xp-x64.bat
deleted file mode 100644
index 133c599d..00000000
--- a/win32/deps-extract-xp-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