diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-11-06 18:03:08 +0100 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-11-06 18:03:08 +0100 |
commit | ca9661779adf7bf12abc2df9fe46f4dd705f46fe (patch) | |
tree | 5d99b246b8f5a8423c341d6793fb0c0cd7470484 /win32/deps/expat/release-x64.bat | |
parent | 2c0f050df0b3fdb66f11c3b56fc4808bd902e257 (diff) |
Move GTK+ to a separate repo
Diffstat (limited to 'win32/deps/expat/release-x64.bat')
-rw-r--r-- | win32/deps/expat/release-x64.bat | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/win32/deps/expat/release-x64.bat b/win32/deps/expat/release-x64.bat deleted file mode 100644 index 56125957..00000000 --- a/win32/deps/expat/release-x64.bat +++ /dev/null @@ -1,40 +0,0 @@ -:: run this from a command prompt -@echo off - -SET PACKAGE_NAME=expat-2.1.0 - -set EXPAT_SRC=%cd% -set EXPAT_DEST=%cd%-x64 -echo.Press return when ready to install! -pause - -rmdir /q /s %EXPAT_DEST% -mkdir %EXPAT_DEST% -mkdir %EXPAT_DEST%\bin -mkdir %EXPAT_DEST%\include -mkdir %EXPAT_DEST%\lib -mkdir %EXPAT_DEST%\share -mkdir %EXPAT_DEST%\share\doc -mkdir %EXPAT_DEST%\share\doc\expat -copy win32\bin\Release\elements.exe %EXPAT_DEST%\bin -copy win32\bin\Release\libexpat.dll %EXPAT_DEST%\bin -copy win32\bin\Release\libexpatw.dll %EXPAT_DEST%\bin -copy win32\bin\Release\outline.exe %EXPAT_DEST%\bin -copy win32\bin\Release\xmlwf.exe %EXPAT_DEST%\bin -copy lib\expat.h %EXPAT_DEST%\include -copy lib\expat_external.h %EXPAT_DEST%\include -copy win32\bin\Release\libexpat.lib %EXPAT_DEST%\lib -copy win32\bin\Release\libexpatMT.lib %EXPAT_DEST%\lib -copy win32\bin\Release\libexpatw.lib %EXPAT_DEST%\lib -copy win32\bin\Release\libexpatwMT.lib %EXPAT_DEST%\lib -copy COPYING %EXPAT_DEST%\share\doc\expat - -cd %EXPAT_DEST% -set PATH=%PATH%;%ProgramFiles%\7-zip -del ..\%PACKAGE_NAME%-x64.7z -7z a ..\%PACKAGE_NAME%-x64.7z * -cd %EXPAT_SRC% -rmdir /q /s %EXPAT_DEST% - -echo.Finished! -pause |