From eb30a73faa4b0384f3707f44067d9f6e9356d640 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 27 Sep 2017 19:32:51 +0300 Subject: fix for typos in build scripts --- tools/build_scripts/z2_PackPluginUpater.bat | 129 ------------ tools/build_scripts/z2_PackPluginUpater_x32.txt | 248 ----------------------- tools/build_scripts/z2_PackPluginUpater_x64.txt | 246 ---------------------- tools/build_scripts/z2_PackPluginUpdater.bat | 127 ++++++++++++ tools/build_scripts/z2_PackPluginUpdater_x32.txt | 248 +++++++++++++++++++++++ tools/build_scripts/z2_PackPluginUpdater_x64.txt | 246 ++++++++++++++++++++++ tools/build_scripts/zz_zBuildNightly.bat | 4 +- tools/build_scripts/zz_zRebuildUploadStable.bat | 4 +- tools/build_scripts/zz_zRebuildUploadTrunk.bat | 4 +- 9 files changed, 627 insertions(+), 629 deletions(-) delete mode 100644 tools/build_scripts/z2_PackPluginUpater.bat delete mode 100644 tools/build_scripts/z2_PackPluginUpater_x32.txt delete mode 100644 tools/build_scripts/z2_PackPluginUpater_x64.txt create mode 100644 tools/build_scripts/z2_PackPluginUpdater.bat create mode 100644 tools/build_scripts/z2_PackPluginUpdater_x32.txt create mode 100644 tools/build_scripts/z2_PackPluginUpdater_x64.txt diff --git a/tools/build_scripts/z2_PackPluginUpater.bat b/tools/build_scripts/z2_PackPluginUpater.bat deleted file mode 100644 index c58a529849..0000000000 --- a/tools/build_scripts/z2_PackPluginUpater.bat +++ /dev/null @@ -1,129 +0,0 @@ -title MirandaNG packer -rem Packing compiled MirandaNG -rem use with param 32 or 64 -rem set target platform %tp% from first parameter -set tp=%1 -set dp=%2 -if "%tp%"=="" (echo "please specify target platform 32 or 64!"&&pause&&goto :EOF) - -call a_SetVar%tp%.bat - -if exist %Arch% rd /Q /S "%Arch%" >nul - -rem making temp dirs -mkdir %Arch% - -if not exist "bin10\Release%tp%" goto EOF - -:FILECHECK -pushd "bin10\Release%tp%" -if exist %Errors% del /F /Q %Errors% -if exist %NoErrors% del /F /Q %NoErrors% -for /f %%a in (..\..\z2_PackPluginUpater_x%tp%.txt) do (if not exist %%a echo %%a >> %Errors%) - -:COMPRESS -REM Core -%ZipIt% "%Arch%\miranda%tp%.zip" "Miranda%tp%.exe" "Core\*.dll" "Plugins\Dbx_mmap.dll" "Plugins\DbChecker.dll" "Icons\Proto_MetaContacts.dll" "Libs\mir_app.mir" "Libs\mir_core.mir" "Libs\libjson.mir" "Libs\Pcre16.mir" "Libs\Zlib.mir" "Libs\libeay32.mir" "Libs\ssleay32.mir" -%ZipIt% "%Arch%\msvcp100.zip" msvcp100.dll -%ZipIt% "%Arch%\msvcr100.zip" msvcr100.dll -REM end Core - -REM Langpacks -for /f %%a in ('dir Languages\lang*.txt /B /L') do (%ZipIt% "%Arch%\Languages\%%~na.zip" "Languages\%%~nXa") -REM end Langpacks - -REM Protocols -REM for /f %%a in ('dir Protocols\*.dll /B /L') do (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Plugins\%%~nXa") -REM end Protocols - -REM Plugins -for /f %%a in ('dir plugins\*.dll /B /L') do ( - rem check for special plugins and pack additional files first. - if /I "%%a"=="Actman.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Plugins\services.ini") - if /I "%%a"=="AIM.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Proto_AIM.dll") - if /I "%%a"=="BASS_interface.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Plugins\BASS\*.dll") - if /I "%%a"=="Boltun.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Plugins\boltun.mindw") - if /I "%%a"=="Clist_modern.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Plugins\AVS.dll" "Icons\Toolbar_icons.dll") - if /I "%%a"=="CmdLine.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "MimCmd.exe") - if /I "%%a"=="Discord.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Proto_Discord.dll") - if /I "%%a"=="Dropbox.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Proto_Dropbox.dll") - if /I "%%a"=="Dummy.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Proto_Dummy.dll") - if /I "%%a"=="Facebook.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Proto_Facebook.dll") - if /I "%%a"=="FavContacts.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Gadgets\favcontacts.gadget") - if /I "%%a"=="Fingerprint.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Fp_icons.dll") - if /I "%%a"=="FTPFile.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Libs\libcurl.mir") - if /I "%%a"=="GG.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Proto_GG.dll") - if /I "%%a"=="HistoryPP.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\HistoryPP_icons.dll") - if /I "%%a"=="ICQ.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Proto_ICQ.dll" "Icons\xStatus_ICQ.dll") - if /I "%%a"=="ImportTXT.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Libs\pcre3.dll" Plugins\Importtxt\*.ini) - if /I "%%a"=="IRC.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Proto_IRC.dll") - if /I "%%a"=="Jabber.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Proto_Jabber.dll" "Icons\xStatus_Jabber.dll" "Libs\libaxolotl.mir") - if /I "%%a"=="Listeningto.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Plugins\Listeningto\*.dll") - if /I "%%a"=="MinecraftDynmap.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Proto_MinecraftDynmap.dll") - if /I "%%a"=="MirLua.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Scripts\*.dll" "Libs\lua*.dll") - if /I "%%a"=="MRA.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Proto_MRA.dll" "Icons\xStatus_MRA.dll") - if /I "%%a"=="mRadio.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Proto_mRadio.dll" "Plugins\BASS\*.dll") - if /I "%%a"=="MSN.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Proto_MSN.dll") - if /I "%%a"=="NewsAggregator.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Proto_NewsAggregator.dll") - if /I "%%a"=="NotifyAnything.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "SendLog*.exe") - if /I "%%a"=="Nudge.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Sounds\nudge.wav") - if /I "%%a"=="Omegle.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Proto_Omegle.dll") - if /I "%%a"=="PluginUpdater.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "pu_stub.exe") - if /I "%%a"=="Quotes.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Proto_Quotes.dll" "Plugins\Quotes\*.xml") - if /I "%%a"=="RemovePersonalSettings.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "RemovePersonalSettings.ini") - if /I "%%a"=="Sametime.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Proto_Sametime.dll") - if /I "%%a"=="SecureIM.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Plugins\CryptoPP.dll" "Icons\SecureIM_icons.dll") - if /I "%%a"=="SkypeWeb.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Proto_Skype.dll") - if /I "%%a"=="SpellChecker.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Flags_icons.dll" "Libs\hunspell.mir") - if /I "%%a"=="Steam.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Proto_Steam.dll") - if /I "%%a"=="TabSRMM.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\TabSRMM_icons.dll") - if /I "%%a"=="Tlen.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Proto_Tlen.dll") - if /I "%%a"=="Tox.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Proto_Tox.dll" "Libs\libtox.dll") - if /I "%%a"=="Twitter.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Proto_Twitter.dll") - if /I "%%a"=="UInfoEx.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\UInfoEx_icons.dll") - if /I "%%a"=="VKontakte.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Proto_VKontakte.dll") - if /I "%%a"=="Watrack.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Watrack_buttons.dll" "Icons\Watrack_icons.dll" "Plugins\player.ini") - if /I "%%a"=="Weather.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Proto_Weather.dll" "Plugins\Weather\*.ini") - if /I "%%a"=="WhatsApp.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Proto_WhatsApp.dll" "Libs\libaxolotl.mir") - if /I "%%a"=="YAMN.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Proto_YAMN.dll") - rem now adding plugin itself into archive - %ZipIt% "%Arch%\Plugins\%%~na.zip" %%a -) -REM end Plugins - -REM Icons -for /f %%a in ('dir .\Icons\*.dll /B /L') do (%ZipIt% "%Arch%\Icons\%%~na.zip" "-ir-!Icons\%%~nXa") -REM end Icons - -REM CRC32 -copy /y /v hashes.txt %Arch%\hash.txt -copy /y /v ..\CRC32.exe %Arch% -pushd %Arch% - -if /i '%dp%' == 'DEV_N_STABLE' ( - echo ;DoNotSwitchToStable > hashes.txt -) else if /i '%dp%' == 'DEV_ONLY' ( - echo DoNotSwitchToStable > hashes.txt -) else ( - echo ;StableAllowed > hashes.txt -) - -for /f "tokens=1,2 delims= " %%i in (hash.txt) do call :WriteLine %%i %%j -%ZipIt% "hashes.zip" hashes.txt -del /f /q hash*.txt -del /f /q CRC32.exe -popd -REM end CRC32 - -if not exist %Errors% echo "No errors!" >> %NoErrors% - -cd .. - -:EOF -popd -goto :eof -:: END OF WORK - -:WriteLine -for /F "tokens=1,2 delims=:" %%i in ('crc32.exe %~dpn1.zip') do echo %1 %2 %%j >> hashes.txt -goto :eof diff --git a/tools/build_scripts/z2_PackPluginUpater_x32.txt b/tools/build_scripts/z2_PackPluginUpater_x32.txt deleted file mode 100644 index 1789c769a7..0000000000 --- a/tools/build_scripts/z2_PackPluginUpater_x32.txt +++ /dev/null @@ -1,248 +0,0 @@ -hashes.txt -miranda32.exe -pu_stub.exe -sendlog.exe -sendlogwin.exe - - -Plugins\actman.dll -Plugins\addcontactplus.dll -Plugins\advaimg.dll -Plugins\aim.dll -Plugins\alarms.dll -Plugins\assinglewindow.dll -Plugins\assocmgr.dll -Plugins\authstate.dll -Plugins\autorun.dll -Plugins\autoshutdown.dll -Plugins\avatarhistory.dll -Plugins\avs.dll -Plugins\basichistory.dll -Plugins\bass_interface.dll -Plugins\boltun.dll -Plugins\bosskey.dll -Plugins\buddyexpectator.dll -Plugins\buddypounce.dll -Plugins\changekeyboardlayout.dll -Plugins\clientchangenotify.dll -Plugins\clist_blind.dll -Plugins\clist_modern.dll -Plugins\clist_nicer.dll -Plugins\cln_skinedit.dll -Plugins\cloudfile.dll -Plugins\cmdline.dll -Plugins\connectionnotify.dll -Plugins\console.dll -Plugins\contacts.dll -Plugins\crashdumper.dll -Plugins\cryptopp.dll -Plugins\cslist.dll -Plugins\cyrtranslit.dll -Plugins\dbchecker.dll -Plugins\dbeditorpp.dll -Plugins\dbx_mmap.dll -Plugins\db_autobackups.dll -Plugins\discord.dll -Plugins\dropbox.dll -Plugins\dummy.dll -Plugins\emlanproto.dll -Plugins\exchange.dll -Plugins\facebook.dll -Plugins\favcontacts.dll -Plugins\fileasmessage.dll -Plugins\fingerprint.dll -Plugins\flags.dll -Plugins\fltcontacts.dll -Plugins\folders.dll -Plugins\ftpfile.dll -Plugins\gg.dll -Plugins\gmailnotifier.dll -Plugins\historypp.dll -Plugins\historystats.dll -Plugins\historysweeperlight.dll -Plugins\httpserver.dll -Plugins\hwhotkeys.dll -Plugins\icq.dll -Plugins\icqcorp.dll -Plugins\iehistory.dll -Plugins\ieview.dll -Plugins\ignorestate.dll -Plugins\import.dll -Plugins\importtxt.dll -Plugins\irc.dll -Plugins\jabber.dll -Plugins\keyboardnotify.dll -Plugins\linklist.dll -Plugins\listeningto.dll -Plugins\lotusnotify.dll -Plugins\menuex.dll -Plugins\messagestate.dll -Plugins\minecraftdynmap.dll -Plugins\mirandag15.dll -Plugins\mirfox.dll -Plugins\mirlua.dll -Plugins\mirotr.dll -Plugins\mobilestate.dll -Plugins\mra.dll -Plugins\mradio.dll -Plugins\msg_export.dll -Plugins\msgpopup.dll -Plugins\msn.dll -Plugins\mtextcontrol.dll -Plugins\mydetails.dll -Plugins\new_gpg.dll -Plugins\newawaysys.dll -Plugins\neweventnotify.dll -Plugins\newsaggregator.dll -Plugins\newxstatusnotify.dll -Plugins\nimcontact.dll -Plugins\nohistory.dll -Plugins\notesreminders.dll -Plugins\notifyanything.dll -Plugins\nudge.dll -Plugins\omegle.dll -Plugins\openfolder.dll -Plugins\openssl.dll -Plugins\packupdater.dll -Plugins\pasteit.dll -Plugins\ping.dll -Plugins\pluginupdater.dll -Plugins\pmanagerex.dll -Plugins\popup.dll -Plugins\quickcontacts.dll -Plugins\quickmessages.dll -Plugins\quickreplies.dll -Plugins\quicksearch.dll -Plugins\quotes.dll -Plugins\rate.dll -Plugins\recentcontacts.dll -Plugins\removepersonalsettings.dll -Plugins\restart.dll -Plugins\sametime.dll -Plugins\scriver.dll -Plugins\secureim.dll -Plugins\seenplugin.dll -Plugins\sendss.dll -Plugins\sessions.dll -Plugins\shlext.dll -Plugins\simplear.dll -Plugins\simplestatusmsg.dll -Plugins\skypestatuschange.dll -Plugins\skypeweb.dll -Plugins\smileyadd.dll -Plugins\sms.dll -Plugins\spamotron.dll -Plugins\spellchecker.dll -Plugins\splashscreen.dll -Plugins\startposition.dll -Plugins\startupsilence.dll -Plugins\statuschange.dll -Plugins\statusmanager.dll -Plugins\steam.dll -Plugins\stopspam.dll -Plugins\stopspammod.dll -Plugins\tabsrmm.dll -Plugins\tipper.dll -Plugins\tlen.dll -Plugins\toaster.dll -Plugins\tooltipnotify.dll -Plugins\toptoolbar.dll -Plugins\tox.dll -Plugins\trafficcounter.dll -Plugins\translitswitcher.dll -Plugins\twitter.dll -Plugins\uinfoex.dll -Plugins\userguide.dll -Plugins\variables.dll -Plugins\vkontakte.dll -Plugins\watrack.dll -Plugins\watrack_mpd.dll -Plugins\wbosd.dll -Plugins\weather.dll -Plugins\webview.dll -Plugins\whatsapp.dll -Plugins\whenwasit.dll -Plugins\whousesmyfiles.dll -Plugins\winterspeak.dll -Plugins\xsoundnotify.dll -Plugins\yamn.dll -Plugins\yapp.dll -Plugins\yarelay.dll -Plugins\zeronotify.dll -Plugins\zeroswitch.dll - - -Core\stdauth.dll -Core\stdautoaway.dll -Core\stdaway.dll -Core\stdclist.dll -Core\stdcrypt.dll -Core\stdemail.dll -Core\stdfile.dll -Core\stdhelp.dll -Core\stdidle.dll -Core\stdmsg.dll -Core\stdssl.dll -Core\stduihist.dll -Core\stduserinfo.dll -Core\stduseronline.dll - - -Libs\hunspell.mir -Libs\libaxolotl.mir -Libs\libeay32.mir -Libs\libcurl.mir -Libs\libjson.mir -Libs\mir_app.mir -Libs\mir_core.mir -Libs\pcre16.mir -Libs\ssleay32.mir -Libs\zlib.mir - - -Scripts\m_popup.dll -Scripts\m_schedule.dll -Scripts\m_toptoolbar.dll -Scripts\m_variables.dll -Scripts\winapi.dll - - -Icons\flags_icons.dll -Icons\fp_icons.dll -Icons\historypp_icons.dll -Icons\proto_aim.dll -Icons\proto_discord.dll -Icons\proto_dropbox.dll -Icons\proto_dummy.dll -Icons\proto_facebook.dll -Icons\proto_gg.dll -Icons\proto_icq.dll -Icons\proto_irc.dll -Icons\proto_jabber.dll -Icons\proto_metacontacts.dll -Icons\proto_minecraftdynmap.dll -Icons\proto_mra.dll -Icons\proto_mradio.dll -Icons\proto_msn.dll -Icons\proto_newsaggregator.dll -Icons\proto_omegle.dll -Icons\proto_quotes.dll -Icons\proto_sametime.dll -Icons\proto_skype.dll -Icons\proto_steam.dll -Icons\proto_tlen.dll -Icons\proto_tox.dll -Icons\proto_twitter.dll -Icons\proto_vkontakte.dll -Icons\proto_weather.dll -Icons\proto_whatsapp.dll -Icons\proto_yamn.dll -Icons\secureim_icons.dll -Icons\tabsrmm_icons.dll -Icons\toolbar_icons.dll -Icons\uinfoex_icons.dll -Icons\watrack_buttons.dll -Icons\watrack_icons.dll -Icons\xstatus_icq.dll -Icons\xstatus_jabber.dll -Icons\xstatus_mra.dll \ No newline at end of file diff --git a/tools/build_scripts/z2_PackPluginUpater_x64.txt b/tools/build_scripts/z2_PackPluginUpater_x64.txt deleted file mode 100644 index f9c0156f6d..0000000000 --- a/tools/build_scripts/z2_PackPluginUpater_x64.txt +++ /dev/null @@ -1,246 +0,0 @@ -hashes.txt -miranda64.exe -pu_stub.exe -sendlog.exe -sendlogwin.exe - - -Plugins\actman.dll -Plugins\addcontactplus.dll -Plugins\advaimg.dll -Plugins\aim.dll -Plugins\alarms.dll -Plugins\assinglewindow.dll -Plugins\assocmgr.dll -Plugins\authstate.dll -Plugins\autorun.dll -Plugins\autoshutdown.dll -Plugins\avatarhistory.dll -Plugins\avs.dll -Plugins\basichistory.dll -Plugins\bass_interface.dll -Plugins\boltun.dll -Plugins\bosskey.dll -Plugins\buddyexpectator.dll -Plugins\buddypounce.dll -Plugins\changekeyboardlayout.dll -Plugins\clientchangenotify.dll -Plugins\clist_blind.dll -Plugins\clist_modern.dll -Plugins\clist_nicer.dll -Plugins\cln_skinedit.dll -Plugins\cloudfile.dll -Plugins\cmdline.dll -Plugins\connectionnotify.dll -Plugins\console.dll -Plugins\contacts.dll -Plugins\crashdumper.dll -Plugins\cryptopp.dll -Plugins\cslist.dll -Plugins\cyrtranslit.dll -Plugins\dbchecker.dll -Plugins\dbeditorpp.dll -Plugins\dbx_mmap.dll -Plugins\db_autobackups.dll -Plugins\discord.dll -Plugins\dropbox.dll -Plugins\dummy.dll -Plugins\emlanproto.dll -Plugins\exchange.dll -Plugins\facebook.dll -Plugins\favcontacts.dll -Plugins\fileasmessage.dll -Plugins\fingerprint.dll -Plugins\flags.dll -Plugins\fltcontacts.dll -Plugins\folders.dll -Plugins\ftpfile.dll -Plugins\gg.dll -Plugins\gmailnotifier.dll -Plugins\historypp.dll -Plugins\historystats.dll -Plugins\historysweeperlight.dll -Plugins\httpserver.dll -Plugins\hwhotkeys.dll -Plugins\icq.dll -Plugins\icqcorp.dll -Plugins\iehistory.dll -Plugins\ieview.dll -Plugins\ignorestate.dll -Plugins\import.dll -Plugins\irc.dll -Plugins\jabber.dll -Plugins\keyboardnotify.dll -Plugins\linklist.dll -Plugins\listeningto.dll -Plugins\menuex.dll -Plugins\messagestate.dll -Plugins\minecraftdynmap.dll -Plugins\mirandag15.dll -Plugins\mirfox.dll -Plugins\mirlua.dll -Plugins\mirotr.dll -Plugins\mobilestate.dll -Plugins\mra.dll -Plugins\mradio.dll -Plugins\msg_export.dll -Plugins\msgpopup.dll -Plugins\msn.dll -Plugins\mtextcontrol.dll -Plugins\mydetails.dll -Plugins\new_gpg.dll -Plugins\newawaysys.dll -Plugins\neweventnotify.dll -Plugins\newsaggregator.dll -Plugins\newxstatusnotify.dll -Plugins\nimcontact.dll -Plugins\nohistory.dll -Plugins\notesreminders.dll -Plugins\notifyanything.dll -Plugins\nudge.dll -Plugins\omegle.dll -Plugins\openfolder.dll -Plugins\openssl.dll -Plugins\packupdater.dll -Plugins\pasteit.dll -Plugins\ping.dll -Plugins\pluginupdater.dll -Plugins\pmanagerex.dll -Plugins\popup.dll -Plugins\quickcontacts.dll -Plugins\quickmessages.dll -Plugins\quickreplies.dll -Plugins\quicksearch.dll -Plugins\quotes.dll -Plugins\rate.dll -Plugins\recentcontacts.dll -Plugins\removepersonalsettings.dll -Plugins\restart.dll -Plugins\sametime.dll -Plugins\scriver.dll -Plugins\secureim.dll -Plugins\seenplugin.dll -Plugins\sendss.dll -Plugins\sessions.dll -Plugins\shlext.dll -Plugins\simplear.dll -Plugins\simplestatusmsg.dll -Plugins\skypestatuschange.dll -Plugins\skypeweb.dll -Plugins\smileyadd.dll -Plugins\sms.dll -Plugins\spamotron.dll -Plugins\spellchecker.dll -Plugins\splashscreen.dll -Plugins\startposition.dll -Plugins\startupsilence.dll -Plugins\statuschange.dll -Plugins\statusmanager.dll -Plugins\steam.dll -Plugins\stopspam.dll -Plugins\stopspammod.dll -Plugins\tabsrmm.dll -Plugins\tipper.dll -Plugins\tlen.dll -Plugins\toaster.dll -Plugins\tooltipnotify.dll -Plugins\toptoolbar.dll -Plugins\tox.dll -Plugins\trafficcounter.dll -Plugins\translitswitcher.dll -Plugins\twitter.dll -Plugins\uinfoex.dll -Plugins\userguide.dll -Plugins\variables.dll -Plugins\vkontakte.dll -Plugins\watrack.dll -Plugins\watrack_mpd.dll -Plugins\wbosd.dll -Plugins\weather.dll -Plugins\webview.dll -Plugins\whatsapp.dll -Plugins\whenwasit.dll -Plugins\whousesmyfiles.dll -Plugins\winterspeak.dll -Plugins\xsoundnotify.dll -Plugins\yamn.dll -Plugins\yapp.dll -Plugins\yarelay.dll -Plugins\zeronotify.dll -Plugins\zeroswitch.dll - - -Core\stdauth.dll -Core\stdautoaway.dll -Core\stdaway.dll -Core\stdclist.dll -Core\stdcrypt.dll -Core\stdemail.dll -Core\stdfile.dll -Core\stdhelp.dll -Core\stdidle.dll -Core\stdmsg.dll -Core\stdssl.dll -Core\stduihist.dll -Core\stduserinfo.dll -Core\stduseronline.dll - - -Libs\hunspell.mir -Libs\libaxolotl.mir -Libs\libeay32.mir -Libs\libcurl.mir -Libs\libjson.mir -Libs\mir_app.mir -Libs\mir_core.mir -Libs\pcre16.mir -Libs\ssleay32.mir -Libs\zlib.mir - - -Scripts\m_popup.dll -Scripts\m_schedule.dll -Scripts\m_toptoolbar.dll -Scripts\m_variables.dll -Scripts\winapi.dll - - -Icons\flags_icons.dll -Icons\fp_icons.dll -Icons\historypp_icons.dll -Icons\proto_aim.dll -Icons\proto_discord.dll -Icons\proto_dropbox.dll -Icons\proto_dummy.dll -Icons\proto_facebook.dll -Icons\proto_gg.dll -Icons\proto_icq.dll -Icons\proto_irc.dll -Icons\proto_jabber.dll -Icons\proto_metacontacts.dll -Icons\proto_minecraftdynmap.dll -Icons\proto_mra.dll -Icons\proto_mradio.dll -Icons\proto_msn.dll -Icons\proto_newsaggregator.dll -Icons\proto_omegle.dll -Icons\proto_quotes.dll -Icons\proto_sametime.dll -Icons\proto_skype.dll -Icons\proto_steam.dll -Icons\proto_tlen.dll -Icons\proto_tox.dll -Icons\proto_twitter.dll -Icons\proto_vkontakte.dll -Icons\proto_weather.dll -Icons\proto_whatsapp.dll -Icons\proto_yamn.dll -Icons\secureim_icons.dll -Icons\tabsrmm_icons.dll -Icons\toolbar_icons.dll -Icons\uinfoex_icons.dll -Icons\watrack_buttons.dll -Icons\watrack_icons.dll -Icons\xstatus_icq.dll -Icons\xstatus_jabber.dll -Icons\xstatus_mra.dll \ No newline at end of file diff --git a/tools/build_scripts/z2_PackPluginUpdater.bat b/tools/build_scripts/z2_PackPluginUpdater.bat new file mode 100644 index 0000000000..f200e2d07c --- /dev/null +++ b/tools/build_scripts/z2_PackPluginUpdater.bat @@ -0,0 +1,127 @@ +title MirandaNG packer +rem Packing compiled MirandaNG +rem use with param 32 or 64 +rem set target platform %tp% from first parameter +set tp=%1 +set dp=%2 +if "%tp%"=="" (echo "please specify target platform 32 or 64!"&&pause&&goto :EOF) + +call a_SetVar%tp%.bat + +if exist %Arch% rd /Q /S "%Arch%" >nul + +rem making temp dirs +mkdir %Arch% + +if not exist "bin10\Release%tp%" goto EOF + +:FILECHECK +pushd "bin10\Release%tp%" +if exist %Errors% del /F /Q %Errors% +if exist %NoErrors% del /F /Q %NoErrors% +for /f %%a in (..\..\z2_PackPluginUpdater_x%tp%.txt) do (if not exist %%a echo %%a >> %Errors%) + +:COMPRESS +REM Core +%ZipIt% "%Arch%\miranda%tp%.zip" "Miranda%tp%.exe" "Core\*.dll" "Plugins\Dbx_mmap.dll" "Plugins\DbChecker.dll" "Icons\Proto_MetaContacts.dll" "Libs\mir_app.mir" "Libs\mir_core.mir" "Libs\libjson.mir" "Libs\Pcre16.mir" "Libs\Zlib.mir" "Libs\libeay32.mir" "Libs\ssleay32.mir" +%ZipIt% "%Arch%\msvcp100.zip" msvcp100.dll +%ZipIt% "%Arch%\msvcr100.zip" msvcr100.dll +REM end Core + +REM Langpacks +for /f %%a in ('dir Languages\lang*.txt /B /L') do (%ZipIt% "%Arch%\Languages\%%~na.zip" "Languages\%%~nXa") +REM end Langpacks + +REM Protocols +REM for /f %%a in ('dir Protocols\*.dll /B /L') do (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Plugins\%%~nXa") +REM end Protocols + +REM Plugins +for /f %%a in ('dir plugins\*.dll /B /L') do ( + rem check for special plugins and pack additional files first. + if /I "%%a"=="Actman.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Plugins\services.ini") + if /I "%%a"=="AIM.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Proto_AIM.dll") + if /I "%%a"=="BASS_interface.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Plugins\BASS\*.dll") + if /I "%%a"=="Boltun.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Plugins\boltun.mindw") + if /I "%%a"=="Clist_modern.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Plugins\AVS.dll" "Icons\Toolbar_icons.dll") + if /I "%%a"=="CmdLine.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "MimCmd.exe") + if /I "%%a"=="Discord.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Proto_Discord.dll") + if /I "%%a"=="Dropbox.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Proto_Dropbox.dll") + if /I "%%a"=="Dummy.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Proto_Dummy.dll") + if /I "%%a"=="Facebook.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Proto_Facebook.dll") + if /I "%%a"=="FavContacts.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Gadgets\favcontacts.gadget") + if /I "%%a"=="Fingerprint.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Fp_icons.dll") + if /I "%%a"=="FTPFile.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Libs\libcurl.mir") + if /I "%%a"=="GG.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Proto_GG.dll") + if /I "%%a"=="HistoryPP.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\HistoryPP_icons.dll") + if /I "%%a"=="ICQ.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Proto_ICQ.dll" "Icons\xStatus_ICQ.dll") + if /I "%%a"=="ImportTXT.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Libs\pcre3.dll" Plugins\Importtxt\*.ini) + if /I "%%a"=="IRC.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Proto_IRC.dll") + if /I "%%a"=="Jabber.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Proto_Jabber.dll" "Icons\xStatus_Jabber.dll" "Libs\libaxolotl.mir") + if /I "%%a"=="Listeningto.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Plugins\Listeningto\*.dll") + if /I "%%a"=="MinecraftDynmap.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Proto_MinecraftDynmap.dll") + if /I "%%a"=="MirLua.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Scripts\*.dll" "Libs\lua*.dll") + if /I "%%a"=="MRA.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Proto_MRA.dll" "Icons\xStatus_MRA.dll") + if /I "%%a"=="mRadio.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Proto_mRadio.dll" "Plugins\BASS\*.dll") + if /I "%%a"=="MSN.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Proto_MSN.dll") + if /I "%%a"=="NewsAggregator.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Proto_NewsAggregator.dll") + if /I "%%a"=="NotifyAnything.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "SendLog*.exe") + if /I "%%a"=="Nudge.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Sounds\nudge.wav") + if /I "%%a"=="Omegle.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Proto_Omegle.dll") + if /I "%%a"=="PluginUpdater.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "pu_stub.exe") + if /I "%%a"=="Quotes.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Proto_Quotes.dll" "Plugins\Quotes\*.xml") + if /I "%%a"=="RemovePersonalSettings.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "RemovePersonalSettings.ini") + if /I "%%a"=="Sametime.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Proto_Sametime.dll") + if /I "%%a"=="SecureIM.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Plugins\CryptoPP.dll" "Icons\SecureIM_icons.dll") + if /I "%%a"=="SkypeWeb.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Proto_Skype.dll") + if /I "%%a"=="SpellChecker.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Flags_icons.dll" "Libs\hunspell.mir") + if /I "%%a"=="Steam.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Proto_Steam.dll") + if /I "%%a"=="TabSRMM.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\TabSRMM_icons.dll") + if /I "%%a"=="Tlen.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Proto_Tlen.dll") + if /I "%%a"=="Tox.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Proto_Tox.dll" "Libs\libtox.dll") + if /I "%%a"=="Twitter.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Proto_Twitter.dll") + if /I "%%a"=="UInfoEx.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\UInfoEx_icons.dll") + if /I "%%a"=="VKontakte.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Proto_VKontakte.dll") + if /I "%%a"=="Watrack.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Watrack_buttons.dll" "Icons\Watrack_icons.dll" "Plugins\player.ini") + if /I "%%a"=="Weather.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Proto_Weather.dll" "Plugins\Weather\*.ini") + if /I "%%a"=="WhatsApp.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Proto_WhatsApp.dll" "Libs\libaxolotl.mir") + if /I "%%a"=="YAMN.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Proto_YAMN.dll") + rem now adding plugin itself into archive + %ZipIt% "%Arch%\Plugins\%%~na.zip" %%a +) +REM end Plugins + +REM Icons +for /f %%a in ('dir .\Icons\*.dll /B /L') do (%ZipIt% "%Arch%\Icons\%%~na.zip" "-ir-!Icons\%%~nXa") +REM end Icons + +REM CRC32 +copy /y /v hashes.txt %Arch%\hash.txt +pushd %Arch% + +if /i '%dp%' == 'DEV_N_STABLE' ( + echo ;DoNotSwitchToStable > hashes.txt +) else if /i '%dp%' == 'DEV_ONLY' ( + echo DoNotSwitchToStable > hashes.txt +) else ( + echo ;StableAllowed > hashes.txt +) + +for /f "tokens=1,2 delims= " %%i in (hash.txt) do call :WriteLine %%i %%j +%ZipIt% "hashes.zip" hashes.txt +del /f /q hash*.txt +popd +REM end CRC32 + +if not exist %Errors% echo "No errors!" >> %NoErrors% + +cd .. + +:EOF +popd +goto :eof +:: END OF WORK + +:WriteLine +for /F "tokens=1,2 delims=:" %%i in ('%SourceDir%\tools\crc32.exe %~dpn1.zip') do echo %1 %2 %%j >> hashes.txt +goto :eof diff --git a/tools/build_scripts/z2_PackPluginUpdater_x32.txt b/tools/build_scripts/z2_PackPluginUpdater_x32.txt new file mode 100644 index 0000000000..1789c769a7 --- /dev/null +++ b/tools/build_scripts/z2_PackPluginUpdater_x32.txt @@ -0,0 +1,248 @@ +hashes.txt +miranda32.exe +pu_stub.exe +sendlog.exe +sendlogwin.exe + + +Plugins\actman.dll +Plugins\addcontactplus.dll +Plugins\advaimg.dll +Plugins\aim.dll +Plugins\alarms.dll +Plugins\assinglewindow.dll +Plugins\assocmgr.dll +Plugins\authstate.dll +Plugins\autorun.dll +Plugins\autoshutdown.dll +Plugins\avatarhistory.dll +Plugins\avs.dll +Plugins\basichistory.dll +Plugins\bass_interface.dll +Plugins\boltun.dll +Plugins\bosskey.dll +Plugins\buddyexpectator.dll +Plugins\buddypounce.dll +Plugins\changekeyboardlayout.dll +Plugins\clientchangenotify.dll +Plugins\clist_blind.dll +Plugins\clist_modern.dll +Plugins\clist_nicer.dll +Plugins\cln_skinedit.dll +Plugins\cloudfile.dll +Plugins\cmdline.dll +Plugins\connectionnotify.dll +Plugins\console.dll +Plugins\contacts.dll +Plugins\crashdumper.dll +Plugins\cryptopp.dll +Plugins\cslist.dll +Plugins\cyrtranslit.dll +Plugins\dbchecker.dll +Plugins\dbeditorpp.dll +Plugins\dbx_mmap.dll +Plugins\db_autobackups.dll +Plugins\discord.dll +Plugins\dropbox.dll +Plugins\dummy.dll +Plugins\emlanproto.dll +Plugins\exchange.dll +Plugins\facebook.dll +Plugins\favcontacts.dll +Plugins\fileasmessage.dll +Plugins\fingerprint.dll +Plugins\flags.dll +Plugins\fltcontacts.dll +Plugins\folders.dll +Plugins\ftpfile.dll +Plugins\gg.dll +Plugins\gmailnotifier.dll +Plugins\historypp.dll +Plugins\historystats.dll +Plugins\historysweeperlight.dll +Plugins\httpserver.dll +Plugins\hwhotkeys.dll +Plugins\icq.dll +Plugins\icqcorp.dll +Plugins\iehistory.dll +Plugins\ieview.dll +Plugins\ignorestate.dll +Plugins\import.dll +Plugins\importtxt.dll +Plugins\irc.dll +Plugins\jabber.dll +Plugins\keyboardnotify.dll +Plugins\linklist.dll +Plugins\listeningto.dll +Plugins\lotusnotify.dll +Plugins\menuex.dll +Plugins\messagestate.dll +Plugins\minecraftdynmap.dll +Plugins\mirandag15.dll +Plugins\mirfox.dll +Plugins\mirlua.dll +Plugins\mirotr.dll +Plugins\mobilestate.dll +Plugins\mra.dll +Plugins\mradio.dll +Plugins\msg_export.dll +Plugins\msgpopup.dll +Plugins\msn.dll +Plugins\mtextcontrol.dll +Plugins\mydetails.dll +Plugins\new_gpg.dll +Plugins\newawaysys.dll +Plugins\neweventnotify.dll +Plugins\newsaggregator.dll +Plugins\newxstatusnotify.dll +Plugins\nimcontact.dll +Plugins\nohistory.dll +Plugins\notesreminders.dll +Plugins\notifyanything.dll +Plugins\nudge.dll +Plugins\omegle.dll +Plugins\openfolder.dll +Plugins\openssl.dll +Plugins\packupdater.dll +Plugins\pasteit.dll +Plugins\ping.dll +Plugins\pluginupdater.dll +Plugins\pmanagerex.dll +Plugins\popup.dll +Plugins\quickcontacts.dll +Plugins\quickmessages.dll +Plugins\quickreplies.dll +Plugins\quicksearch.dll +Plugins\quotes.dll +Plugins\rate.dll +Plugins\recentcontacts.dll +Plugins\removepersonalsettings.dll +Plugins\restart.dll +Plugins\sametime.dll +Plugins\scriver.dll +Plugins\secureim.dll +Plugins\seenplugin.dll +Plugins\sendss.dll +Plugins\sessions.dll +Plugins\shlext.dll +Plugins\simplear.dll +Plugins\simplestatusmsg.dll +Plugins\skypestatuschange.dll +Plugins\skypeweb.dll +Plugins\smileyadd.dll +Plugins\sms.dll +Plugins\spamotron.dll +Plugins\spellchecker.dll +Plugins\splashscreen.dll +Plugins\startposition.dll +Plugins\startupsilence.dll +Plugins\statuschange.dll +Plugins\statusmanager.dll +Plugins\steam.dll +Plugins\stopspam.dll +Plugins\stopspammod.dll +Plugins\tabsrmm.dll +Plugins\tipper.dll +Plugins\tlen.dll +Plugins\toaster.dll +Plugins\tooltipnotify.dll +Plugins\toptoolbar.dll +Plugins\tox.dll +Plugins\trafficcounter.dll +Plugins\translitswitcher.dll +Plugins\twitter.dll +Plugins\uinfoex.dll +Plugins\userguide.dll +Plugins\variables.dll +Plugins\vkontakte.dll +Plugins\watrack.dll +Plugins\watrack_mpd.dll +Plugins\wbosd.dll +Plugins\weather.dll +Plugins\webview.dll +Plugins\whatsapp.dll +Plugins\whenwasit.dll +Plugins\whousesmyfiles.dll +Plugins\winterspeak.dll +Plugins\xsoundnotify.dll +Plugins\yamn.dll +Plugins\yapp.dll +Plugins\yarelay.dll +Plugins\zeronotify.dll +Plugins\zeroswitch.dll + + +Core\stdauth.dll +Core\stdautoaway.dll +Core\stdaway.dll +Core\stdclist.dll +Core\stdcrypt.dll +Core\stdemail.dll +Core\stdfile.dll +Core\stdhelp.dll +Core\stdidle.dll +Core\stdmsg.dll +Core\stdssl.dll +Core\stduihist.dll +Core\stduserinfo.dll +Core\stduseronline.dll + + +Libs\hunspell.mir +Libs\libaxolotl.mir +Libs\libeay32.mir +Libs\libcurl.mir +Libs\libjson.mir +Libs\mir_app.mir +Libs\mir_core.mir +Libs\pcre16.mir +Libs\ssleay32.mir +Libs\zlib.mir + + +Scripts\m_popup.dll +Scripts\m_schedule.dll +Scripts\m_toptoolbar.dll +Scripts\m_variables.dll +Scripts\winapi.dll + + +Icons\flags_icons.dll +Icons\fp_icons.dll +Icons\historypp_icons.dll +Icons\proto_aim.dll +Icons\proto_discord.dll +Icons\proto_dropbox.dll +Icons\proto_dummy.dll +Icons\proto_facebook.dll +Icons\proto_gg.dll +Icons\proto_icq.dll +Icons\proto_irc.dll +Icons\proto_jabber.dll +Icons\proto_metacontacts.dll +Icons\proto_minecraftdynmap.dll +Icons\proto_mra.dll +Icons\proto_mradio.dll +Icons\proto_msn.dll +Icons\proto_newsaggregator.dll +Icons\proto_omegle.dll +Icons\proto_quotes.dll +Icons\proto_sametime.dll +Icons\proto_skype.dll +Icons\proto_steam.dll +Icons\proto_tlen.dll +Icons\proto_tox.dll +Icons\proto_twitter.dll +Icons\proto_vkontakte.dll +Icons\proto_weather.dll +Icons\proto_whatsapp.dll +Icons\proto_yamn.dll +Icons\secureim_icons.dll +Icons\tabsrmm_icons.dll +Icons\toolbar_icons.dll +Icons\uinfoex_icons.dll +Icons\watrack_buttons.dll +Icons\watrack_icons.dll +Icons\xstatus_icq.dll +Icons\xstatus_jabber.dll +Icons\xstatus_mra.dll \ No newline at end of file diff --git a/tools/build_scripts/z2_PackPluginUpdater_x64.txt b/tools/build_scripts/z2_PackPluginUpdater_x64.txt new file mode 100644 index 0000000000..f9c0156f6d --- /dev/null +++ b/tools/build_scripts/z2_PackPluginUpdater_x64.txt @@ -0,0 +1,246 @@ +hashes.txt +miranda64.exe +pu_stub.exe +sendlog.exe +sendlogwin.exe + + +Plugins\actman.dll +Plugins\addcontactplus.dll +Plugins\advaimg.dll +Plugins\aim.dll +Plugins\alarms.dll +Plugins\assinglewindow.dll +Plugins\assocmgr.dll +Plugins\authstate.dll +Plugins\autorun.dll +Plugins\autoshutdown.dll +Plugins\avatarhistory.dll +Plugins\avs.dll +Plugins\basichistory.dll +Plugins\bass_interface.dll +Plugins\boltun.dll +Plugins\bosskey.dll +Plugins\buddyexpectator.dll +Plugins\buddypounce.dll +Plugins\changekeyboardlayout.dll +Plugins\clientchangenotify.dll +Plugins\clist_blind.dll +Plugins\clist_modern.dll +Plugins\clist_nicer.dll +Plugins\cln_skinedit.dll +Plugins\cloudfile.dll +Plugins\cmdline.dll +Plugins\connectionnotify.dll +Plugins\console.dll +Plugins\contacts.dll +Plugins\crashdumper.dll +Plugins\cryptopp.dll +Plugins\cslist.dll +Plugins\cyrtranslit.dll +Plugins\dbchecker.dll +Plugins\dbeditorpp.dll +Plugins\dbx_mmap.dll +Plugins\db_autobackups.dll +Plugins\discord.dll +Plugins\dropbox.dll +Plugins\dummy.dll +Plugins\emlanproto.dll +Plugins\exchange.dll +Plugins\facebook.dll +Plugins\favcontacts.dll +Plugins\fileasmessage.dll +Plugins\fingerprint.dll +Plugins\flags.dll +Plugins\fltcontacts.dll +Plugins\folders.dll +Plugins\ftpfile.dll +Plugins\gg.dll +Plugins\gmailnotifier.dll +Plugins\historypp.dll +Plugins\historystats.dll +Plugins\historysweeperlight.dll +Plugins\httpserver.dll +Plugins\hwhotkeys.dll +Plugins\icq.dll +Plugins\icqcorp.dll +Plugins\iehistory.dll +Plugins\ieview.dll +Plugins\ignorestate.dll +Plugins\import.dll +Plugins\irc.dll +Plugins\jabber.dll +Plugins\keyboardnotify.dll +Plugins\linklist.dll +Plugins\listeningto.dll +Plugins\menuex.dll +Plugins\messagestate.dll +Plugins\minecraftdynmap.dll +Plugins\mirandag15.dll +Plugins\mirfox.dll +Plugins\mirlua.dll +Plugins\mirotr.dll +Plugins\mobilestate.dll +Plugins\mra.dll +Plugins\mradio.dll +Plugins\msg_export.dll +Plugins\msgpopup.dll +Plugins\msn.dll +Plugins\mtextcontrol.dll +Plugins\mydetails.dll +Plugins\new_gpg.dll +Plugins\newawaysys.dll +Plugins\neweventnotify.dll +Plugins\newsaggregator.dll +Plugins\newxstatusnotify.dll +Plugins\nimcontact.dll +Plugins\nohistory.dll +Plugins\notesreminders.dll +Plugins\notifyanything.dll +Plugins\nudge.dll +Plugins\omegle.dll +Plugins\openfolder.dll +Plugins\openssl.dll +Plugins\packupdater.dll +Plugins\pasteit.dll +Plugins\ping.dll +Plugins\pluginupdater.dll +Plugins\pmanagerex.dll +Plugins\popup.dll +Plugins\quickcontacts.dll +Plugins\quickmessages.dll +Plugins\quickreplies.dll +Plugins\quicksearch.dll +Plugins\quotes.dll +Plugins\rate.dll +Plugins\recentcontacts.dll +Plugins\removepersonalsettings.dll +Plugins\restart.dll +Plugins\sametime.dll +Plugins\scriver.dll +Plugins\secureim.dll +Plugins\seenplugin.dll +Plugins\sendss.dll +Plugins\sessions.dll +Plugins\shlext.dll +Plugins\simplear.dll +Plugins\simplestatusmsg.dll +Plugins\skypestatuschange.dll +Plugins\skypeweb.dll +Plugins\smileyadd.dll +Plugins\sms.dll +Plugins\spamotron.dll +Plugins\spellchecker.dll +Plugins\splashscreen.dll +Plugins\startposition.dll +Plugins\startupsilence.dll +Plugins\statuschange.dll +Plugins\statusmanager.dll +Plugins\steam.dll +Plugins\stopspam.dll +Plugins\stopspammod.dll +Plugins\tabsrmm.dll +Plugins\tipper.dll +Plugins\tlen.dll +Plugins\toaster.dll +Plugins\tooltipnotify.dll +Plugins\toptoolbar.dll +Plugins\tox.dll +Plugins\trafficcounter.dll +Plugins\translitswitcher.dll +Plugins\twitter.dll +Plugins\uinfoex.dll +Plugins\userguide.dll +Plugins\variables.dll +Plugins\vkontakte.dll +Plugins\watrack.dll +Plugins\watrack_mpd.dll +Plugins\wbosd.dll +Plugins\weather.dll +Plugins\webview.dll +Plugins\whatsapp.dll +Plugins\whenwasit.dll +Plugins\whousesmyfiles.dll +Plugins\winterspeak.dll +Plugins\xsoundnotify.dll +Plugins\yamn.dll +Plugins\yapp.dll +Plugins\yarelay.dll +Plugins\zeronotify.dll +Plugins\zeroswitch.dll + + +Core\stdauth.dll +Core\stdautoaway.dll +Core\stdaway.dll +Core\stdclist.dll +Core\stdcrypt.dll +Core\stdemail.dll +Core\stdfile.dll +Core\stdhelp.dll +Core\stdidle.dll +Core\stdmsg.dll +Core\stdssl.dll +Core\stduihist.dll +Core\stduserinfo.dll +Core\stduseronline.dll + + +Libs\hunspell.mir +Libs\libaxolotl.mir +Libs\libeay32.mir +Libs\libcurl.mir +Libs\libjson.mir +Libs\mir_app.mir +Libs\mir_core.mir +Libs\pcre16.mir +Libs\ssleay32.mir +Libs\zlib.mir + + +Scripts\m_popup.dll +Scripts\m_schedule.dll +Scripts\m_toptoolbar.dll +Scripts\m_variables.dll +Scripts\winapi.dll + + +Icons\flags_icons.dll +Icons\fp_icons.dll +Icons\historypp_icons.dll +Icons\proto_aim.dll +Icons\proto_discord.dll +Icons\proto_dropbox.dll +Icons\proto_dummy.dll +Icons\proto_facebook.dll +Icons\proto_gg.dll +Icons\proto_icq.dll +Icons\proto_irc.dll +Icons\proto_jabber.dll +Icons\proto_metacontacts.dll +Icons\proto_minecraftdynmap.dll +Icons\proto_mra.dll +Icons\proto_mradio.dll +Icons\proto_msn.dll +Icons\proto_newsaggregator.dll +Icons\proto_omegle.dll +Icons\proto_quotes.dll +Icons\proto_sametime.dll +Icons\proto_skype.dll +Icons\proto_steam.dll +Icons\proto_tlen.dll +Icons\proto_tox.dll +Icons\proto_twitter.dll +Icons\proto_vkontakte.dll +Icons\proto_weather.dll +Icons\proto_whatsapp.dll +Icons\proto_yamn.dll +Icons\secureim_icons.dll +Icons\tabsrmm_icons.dll +Icons\toolbar_icons.dll +Icons\uinfoex_icons.dll +Icons\watrack_buttons.dll +Icons\watrack_icons.dll +Icons\xstatus_icq.dll +Icons\xstatus_jabber.dll +Icons\xstatus_mra.dll \ No newline at end of file diff --git a/tools/build_scripts/zz_zBuildNightly.bat b/tools/build_scripts/zz_zBuildNightly.bat index b267b77414..a3007a662a 100644 --- a/tools/build_scripts/zz_zBuildNightly.bat +++ b/tools/build_scripts/zz_zBuildNightly.bat @@ -2,9 +2,9 @@ call z1_ReBuild_Full.bat 32 call z1_ReBuild_Full.bat 64 -call z2_PackPluginUpater.bat 32 DEV_N_STABLE +call z2_PackPluginUpdater.bat 32 DEV_N_STABLE -call z2_PackPluginUpater.bat 64 DEV_N_STABLE +call z2_PackPluginUpdater.bat 64 DEV_N_STABLE pushd bin10 if exist z_Errors*.txt echo There were errors! && pause diff --git a/tools/build_scripts/zz_zRebuildUploadStable.bat b/tools/build_scripts/zz_zRebuildUploadStable.bat index 114f9be581..851cecee03 100644 --- a/tools/build_scripts/zz_zRebuildUploadStable.bat +++ b/tools/build_scripts/zz_zRebuildUploadStable.bat @@ -13,9 +13,9 @@ call z1_ReBuild_Full_Stable.bat 32 call z1_ReBuild_Full_Stable.bat 64 -call z2_PackPluginUpater.bat 32 +call z2_PackPluginUpdater.bat 32 -call z2_PackPluginUpater.bat 64 +call z2_PackPluginUpdater.bat 64 pushd bin10 if exist z_Errors*.txt echo There were errors! && pause diff --git a/tools/build_scripts/zz_zRebuildUploadTrunk.bat b/tools/build_scripts/zz_zRebuildUploadTrunk.bat index 0e9012346f..89e9224fed 100644 --- a/tools/build_scripts/zz_zRebuildUploadTrunk.bat +++ b/tools/build_scripts/zz_zRebuildUploadTrunk.bat @@ -7,9 +7,9 @@ call z1_ReBuild_Full.bat 32 call z1_ReBuild_Full.bat 64 -call z2_PackPluginUpater.bat 32 DEV_N_STABLE +call z2_PackPluginUpdater.bat 32 DEV_N_STABLE -call z2_PackPluginUpater.bat 64 DEV_N_STABLE +call z2_PackPluginUpdater.bat 64 DEV_N_STABLE pushd bin10 if exist z_Errors*.txt echo There were errors! && pause -- cgit v1.2.3