From: Steve Brokenshire Date: Sat, 2 Jan 2021 15:38:19 +0000 (+0000) Subject: Add files for Win32 support X-Git-Tag: release-0.08~3 X-Git-Url: http://Server1/repobrowser/?p=xestiacalendar%2F.git;a=commitdiff_plain;h=92d79d49f4b10d975a31bc1d71bd2fe55952f91e Add files for Win32 support --- diff --git a/source/os/msw/resource.h b/source/os/msw/resource.h new file mode 100644 index 0000000..013927b --- /dev/null +++ b/source/os/msw/resource.h @@ -0,0 +1,5 @@ +#ifndef IDC_STATIC +#define IDC_STATIC (-1) +#endif + +#define XCAL_MAINICON 100 diff --git a/source/os/msw/xestiacalendar.rc b/source/os/msw/xestiacalendar.rc new file mode 100644 index 0000000..1465ddf --- /dev/null +++ b/source/os/msw/xestiacalendar.rc @@ -0,0 +1,56 @@ +// Generated by ResEdit 1.6.6 +// Copyright (C) 2006-2015 +// http://www.resedit.net + +#include +#include +#include +#include "resource.h" + + + + +// +// Icon resources +// +LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL +XAB_MAINICON ICON "xestiacalendar_win32icon.ico" + + + +// +// Version Information resources +// +LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL +1 VERSIONINFO + FILEVERSION 0,8,0,0 + PRODUCTVERSION 0,8,0,0 + FILEOS VOS__WINDOWS32 + FILETYPE VFT_APP + FILESUBTYPE VFT2_UNKNOWN + FILEFLAGSMASK 0 + FILEFLAGS 0 +{ + BLOCK "StringFileInfo" + { + BLOCK "0809FDE9" + { + VALUE "Comments", "For more information, visit http://xestia.co.uk/calendar" + VALUE "CompanyName", "Xestia Software Development" + VALUE "FileDescription", "Xestia Calendar" + VALUE "FileVersion", "0.08" + VALUE "InternalName", "xestiacalendar.exe" + VALUE "LegalCopyright", "(c) 2016-2020 Xestia Software Development" + VALUE "LegalTrademarks", "" + VALUE "OriginalFilename", "xestiacalendar.exe" + VALUE "PrivateBuild", "" + VALUE "ProductName", "Xestia Address Book" + VALUE "ProductVersion", "0.08" + VALUE "SpecialBuild", "" + } + } + BLOCK "VarFileInfo" + { + VALUE "Translation", 0x0809, 0xFDE9 + } +} diff --git a/source/os/msw/xestiacalendar_win32icon.ico b/source/os/msw/xestiacalendar_win32icon.ico new file mode 100644 index 0000000..b8451aa Binary files /dev/null and b/source/os/msw/xestiacalendar_win32icon.ico differ