summary refs log tree commit diff stats
path: root/win32/deps/expat/release-x86.bat
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-10-03 16:31:24 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-10-03 16:31:24 +0200
commit4b699210bd9bab344e1462e7998f863f55836402 (patch)
treeaeb30e4845b81379086eb6d9128e4c4797f40d11 /win32/deps/expat/release-x86.bat
parent73282c2d6cc2d0f44abfd94ccc6090785a64b623 (diff)
Move license files to share\doc
Diffstat (limited to 'win32/deps/expat/release-x86.bat')
-rw-r--r--win32/deps/expat/release-x86.bat5
1 files changed, 4 insertions, 1 deletions
diff --git a/win32/deps/expat/release-x86.bat b/win32/deps/expat/release-x86.bat
index 9c2fe115..64538f33 100644
--- a/win32/deps/expat/release-x86.bat
+++ b/win32/deps/expat/release-x86.bat
@@ -13,6 +13,9 @@ 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

@@ -26,7 +29,7 @@ copy win32\bin\Release\libexpatMT.lib %EXPAT_DEST%\lib
 copy win32\bin\Release\libexpatw.exp %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%\LICENSE.EXPAT

+copy COPYING %EXPAT_DEST%\share\doc\expat

 

 cd %EXPAT_DEST%

 set PATH=%PATH%;%ProgramFiles%\7-zip