Fix libwimp path
This commit is contained in:
parent
f43dfc1099
commit
c409f56e23
|
@ -78,7 +78,7 @@ copy "$(DepsRoot)\bin\pangowin32-1.0.dll" "$(HexChatRel)"
|
||||||
copy "$(DepsRoot)\bin\pixman-1.dll" "$(HexChatRel)"
|
copy "$(DepsRoot)\bin\pixman-1.dll" "$(HexChatRel)"
|
||||||
copy "$(DepsRoot)\bin\ssleay32.dll" "$(HexChatRel)"
|
copy "$(DepsRoot)\bin\ssleay32.dll" "$(HexChatRel)"
|
||||||
copy "$(DepsRoot)\bin\zlib1.dll" "$(HexChatRel)"
|
copy "$(DepsRoot)\bin\zlib1.dll" "$(HexChatRel)"
|
||||||
xcopy /q /s /i "$(DepsRoot)\lib\gtk-2.0\2.10.0\engines" "$(HexChatRel)\lib\gtk-2.0\2.10.0\engines"
|
xcopy /q /s /i "$(DepsRoot)\lib\gtk-2.0\i686-pc-vs10\engines" "$(HexChatRel)\lib\gtk-2.0\i686-pc-vs10\engines"
|
||||||
xcopy /q /s /i etc "$(HexChatRel)\etc"
|
xcopy /q /s /i etc "$(HexChatRel)\etc"
|
||||||
xcopy /q /s /i share "$(HexChatRel)\share"
|
xcopy /q /s /i share "$(HexChatRel)\share"
|
||||||
xcopy /q /s /i "..\..\share\doc\COPYING" "$(HexChatRel)\share\doc\hexchat\"
|
xcopy /q /s /i "..\..\share\doc\COPYING" "$(HexChatRel)\share\doc\hexchat\"
|
||||||
|
|
Loading…
Reference in New Issue