Fixes after file moves

This commit is contained in:
Berke Viktor
2012-10-26 01:13:32 +02:00
parent ef158aadbf
commit bf42c2b60f
3 changed files with 3 additions and 4 deletions

View File

@@ -75,7 +75,7 @@ copy "$(DepsRoot)\bin\pixman-1.dll" "$(HexChatRel)"
::xcopy /q /s /i "$(DepsRoot)\lib\gtk-2.0\modules\libgail.dll" "$(HexChatRel)\lib\gtk-2.0\modules\"
xcopy /q /s /i etc "$(HexChatRel)\etc"
xcopy /q /s /i share "$(HexChatRel)\share"
copy "..\..\COPYING" "$(HexChatRel)"
copy "..\..\share\doc\COPYING" "$(HexChatRel)"
copy "$(DepsRoot)\LICENSE.ATK" "$(HexChatRel)\share"
copy "$(DepsRoot)\LICENSE.CAIRO" "$(HexChatRel)\share"
copy "$(DepsRoot)\LICENSE.ENCHANT" "$(HexChatRel)\share"