mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 07:50:19 +00:00
Fix GTK-VS installers
This commit is contained in:
@@ -49,6 +49,7 @@ echo 2> portable-mode
|
||||
move portable-mode "$(HexChatRel)"
|
||||
copy changelog.url "$(HexChatRel)"
|
||||
copy readme.url "$(HexChatRel)"
|
||||
copy "$(DepsRoot)\bin\cert.pem" "$(HexChatRel)"
|
||||
copy "$(HexChatBin)hexchat.exe" "$(HexChatRel)"
|
||||
copy "$(HexChatBin)hexchat-text.exe" "$(HexChatRel)"
|
||||
copy "$(HexChatBin)thememan.exe" "$(HexChatRel)"
|
||||
@@ -64,25 +65,24 @@ copy "$(DepsRoot)\bin\gobject-2.0.dll" "$(HexChatRel)
|
||||
copy "$(DepsRoot)\bin\gthread-2.0.dll" "$(HexChatRel)"
|
||||
copy "$(DepsRoot)\bin\gtk-win32-2.0.dll" "$(HexChatRel)"
|
||||
copy "$(DepsRoot)\bin\iconv.dll" "$(HexChatRel)"
|
||||
copy "$(DepsRoot)\bin\libeay32.dll" "$(HexChatRel)"
|
||||
copy "$(DepsRoot)\bin\libenchant.dll" "$(HexChatRel)"
|
||||
copy "$(DepsRoot)\bin\libintl.dll" "$(HexChatRel)"
|
||||
copy "$(DepsRoot)\bin\libpng15.dll" "$(HexChatRel)"
|
||||
copy "$(DepsRoot)\bin\libxml2.dll" "$(HexChatRel)"
|
||||
copy "$(DepsRoot)\bin\lua51.dll" "$(HexChatRel)"
|
||||
copy "$(DepsRoot)\bin\pango-1.0.dll" "$(HexChatRel)"
|
||||
copy "$(DepsRoot)\bin\pangocairo-1.0.dll" "$(HexChatRel)"
|
||||
copy "$(DepsRoot)\bin\pangoft2-1.0.dll" "$(HexChatRel)"
|
||||
copy "$(DepsRoot)\bin\pangowin32-1.0.dll" "$(HexChatRel)"
|
||||
copy "$(DepsRoot)\bin\pixman-1.dll" "$(HexChatRel)"
|
||||
copy "$(DepsRoot)\bin\ssleay32.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\modules\libgail.dll" "$(HexChatRel)\lib\gtk-2.0\modules\"
|
||||
xcopy /q /s /i etc "$(HexChatRel)\etc"
|
||||
xcopy /q /s /i share "$(HexChatRel)\share"
|
||||
xcopy /q /s /i "..\..\share\doc\COPYING" "$(HexChatRel)\share\doc\hexchat\"
|
||||
xcopy /q /s /i "$(DepsRoot)\share\doc" "$(HexChatRel)\share\doc"
|
||||
copy "$(DepsRoot)\bin\libeay32.dll" "$(HexChatRel)"
|
||||
copy "$(DepsRoot)\bin\ssleay32.dll" "$(HexChatRel)"
|
||||
copy "$(DepsRoot)\bin\zlib1.dll" "$(HexChatRel)"
|
||||
copy "$(DepsRoot)\bin\cert.pem" "$(HexChatRel)"
|
||||
copy "$(DepsRoot)\bin\libenchant.dll" "$(HexChatRel)"
|
||||
xcopy /q /s /i "$(DepsRoot)\lib\enchant\libenchant_myspell.dll" "$(HexChatRel)\lib\enchant\"
|
||||
xcopy /q /s /i "$(HexChatBin)hcchecksum.dll" "$(HexChatRel)\plugins\"
|
||||
copy "$(HexChatBin)hcdns.dll" "$(HexChatRel)\plugins"
|
||||
@@ -101,7 +101,6 @@ copy "$(HexChatBin)hcupd.dll" "$(HexChatRel)\plugins"
|
||||
copy "$(HexChatBin)hcwinamp.dll" "$(HexChatRel)\plugins"
|
||||
copy "$(HexChatBin)hcsysinfo.dll" "$(HexChatRel)\plugins"
|
||||
copy "$(HexChatBin)hcwmpa.dll" "$(HexChatRel)\plugins"
|
||||
copy "$(DepsRoot)\bin\lua51.dll" "$(HexChatRel)"
|
||||
xcopy /q /s /i "$(HexChatBin)locale" "$(HexChatRel)\locale"
|
||||
xcopy /q /s /i "$(DepsRoot)\share\locale" "$(HexChatRel)\share\locale"
|
||||
copy "$(ProgramFiles)\Codejock Software\ISSkin\ISSkinU.dll" "$(HexChatRel)"
|
||||
|
||||
Reference in New Issue
Block a user