From 3437cf267762016aa293a8d3b56ee132809ad1bd Mon Sep 17 00:00:00 2001 From: John Emmas Date: Mon, 4 Aug 2014 09:00:11 +0100 Subject: [PATCH] Add our various '.in' files (to be processed by msvc32-fixup.pl) --- MSVCMixbus3/MSVCMixbus3.vsprops.in | 131 +++++++++++++++++++++++++++++ MSVCardour3/MSVCMixbus3.vsprops.in | 131 +++++++++++++++++++++++++++++ icons/win32/msvc_resources.rc.in | 110 ++++++++++++++++++++++++ 3 files changed, 372 insertions(+) create mode 100644 MSVCMixbus3/MSVCMixbus3.vsprops.in create mode 100644 MSVCardour3/MSVCMixbus3.vsprops.in create mode 100644 icons/win32/msvc_resources.rc.in diff --git a/MSVCMixbus3/MSVCMixbus3.vsprops.in b/MSVCMixbus3/MSVCMixbus3.vsprops.in new file mode 100644 index 0000000000..fe5e65455a --- /dev/null +++ b/MSVCMixbus3/MSVCMixbus3.vsprops.in @@ -0,0 +1,131 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/MSVCardour3/MSVCMixbus3.vsprops.in b/MSVCardour3/MSVCMixbus3.vsprops.in new file mode 100644 index 0000000000..fe5e65455a --- /dev/null +++ b/MSVCardour3/MSVCMixbus3.vsprops.in @@ -0,0 +1,131 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/win32/msvc_resources.rc.in b/icons/win32/msvc_resources.rc.in new file mode 100644 index 0000000000..c9a8b52028 --- /dev/null +++ b/icons/win32/msvc_resources.rc.in @@ -0,0 +1,110 @@ +// Microsoft Visual C++ generated resource script. +// +#include "resource." + +#define APSTUDIO_READONLY_SYMBOLS +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 2 resource. +// +#include "afxres.h" + +///////////////////////////////////////////////////////////////////////////// +#undef APSTUDIO_READONLY_SYMBOLS + +///////////////////////////////////////////////////////////////////////////// +// English (U.K.) resources + +#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENG) +#ifdef _WIN32 +LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_UK +#pragma code_page(1252) +#endif //_WIN32 + +///////////////////////////////////////////////////////////////////////////// +// +// Icon +// + +// Icon with lowest ID value placed first to ensure application icon +// remains consistent on all systems. +IDR_MAINFRAME ICON ".\\res\\mixbus_icon_32px.ico" + +///////////////////////////////////////////////////////////////////////////// +// +// Version +// + +1 VERSIONINFO + FILEVERSION @MSVC_MIXBUS_MAJOR@,@MSVC_MIXBUS_MINOR@,@MSVC_MIXBUS_MICRO@,@MSVC_MIXBUS_INTERFACE_AGE@ + PRODUCTVERSION @MSVC_MIXBUS_MAJOR@,@MSVC_MIXBUS_MINOR@,@MSVC_MIXBUS_MICRO@,@MSVC_MIXBUS_INTERFACE_AGE@ + FILEFLAGSMASK 0x3fL +#ifdef _DEBUG + FILEFLAGS 0x29L +#else + FILEFLAGS 0x28L +#endif + FILEOS 0x4L + FILETYPE 0x1L + FILESUBTYPE 0x0L +BEGIN + BLOCK "StringFileInfo" + BEGIN + BLOCK "080904b0" + BEGIN + VALUE "CompanyName", "Harrison Audio LLC" + VALUE "FileDescription", "Mixbus" + VALUE "FileVersion", "@MSVC_MIXBUS_VERSION@.@MSVC_MIXBUS_INTERFACE_AGE@" + VALUE "InternalName", "MixbusWin@DLL_SUFFIX@" + VALUE "LegalCopyright", "Copyright Paul Davis and others © 1999-2014" + VALUE "LegalTrademarks", "Harrison and Mixbus are trademarks of Harrison Audio LLC" + VALUE "OriginalFilename", "Mixbus2-@DLL_SUFFIX@" + VALUE "ProductName", "MSVCMixbus" + VALUE "ProductVersion", "@MSVC_MIXBUS_MAJOR@, @MSVC_MIXBUS_MINOR@, @MSVC_MIXBUS_MICRO@, @MSVC_MIXBUS_INTERFACE_AGE@" + VALUE "SpecialBuild", "Built for Microsoft Windows by John Emmas - (© 2014)" + END + END + BLOCK "VarFileInfo" + BEGIN + VALUE "Translation", 0x809, 1200 + END +END + + +#ifdef APSTUDIO_INVOKED +///////////////////////////////////////////////////////////////////////////// +// +// TEXTINCLUDE +// + +1 TEXTINCLUDE +BEGIN + "resource.\0" +END + +3 TEXTINCLUDE +BEGIN + "\r\0" +END + +2 TEXTINCLUDE +BEGIN + "#include ""afxres.h""\r\0" +END + +#endif // APSTUDIO_INVOKED + +#endif // English (U.K.) resources +///////////////////////////////////////////////////////////////////////////// + + + +#ifndef APSTUDIO_INVOKED +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 3 resource. +// + +///////////////////////////////////////////////////////////////////////////// +#endif // not APSTUDIO_INVOKED + -- 2.30.2