From a4cc49350c0e6f9e9bf8ebc6584cb2837db90f1c Mon Sep 17 00:00:00 2001 From: John Emmas Date: Tue, 4 Nov 2014 12:36:50 +0000 Subject: Add some new modules, needed for building the VST scanner app with MSVC --- MSVCvst_scan/MSVCvst_scan.vcproj | 315 +++++++++++++++++++++++++++++++++++++++ MSVCvst_scan/resource | 20 +++ MSVCvst_scan/vst_scan.rc.in | 110 ++++++++++++++ 3 files changed, 445 insertions(+) create mode 100644 MSVCvst_scan/MSVCvst_scan.vcproj create mode 100644 MSVCvst_scan/resource create mode 100644 MSVCvst_scan/vst_scan.rc.in (limited to 'MSVCvst_scan') diff --git a/MSVCvst_scan/MSVCvst_scan.vcproj b/MSVCvst_scan/MSVCvst_scan.vcproj new file mode 100644 index 0000000000..ce2a0a1e23 --- /dev/null +++ b/MSVCvst_scan/MSVCvst_scan.vcproj @@ -0,0 +1,315 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/MSVCvst_scan/resource b/MSVCvst_scan/resource new file mode 100644 index 0000000000..a6e974079a --- /dev/null +++ b/MSVCvst_scan/resource @@ -0,0 +1,20 @@ +//{{NO_DEPENDENCIES}} +// Microsoft Visual C++ generated include file. +// Used by vst_scan.rc +// +#define IDM_ABOUTBOX 0x0010 +#define IDD_ABOUTBOX 100 +#define IDS_ABOUTBOX 101 +#define IDD_MFC_TEST_PROJ_DIALOG 102 +#define IDR_MAINFRAME 128 + +// Next default values for new objects +// +#ifdef APSTUDIO_INVOKED +#ifndef APSTUDIO_READONLY_SYMBOLS +#define _APS_NEXT_RESOURCE_VALUE 129 +#define _APS_NEXT_COMMAND_VALUE 32771 +#define _APS_NEXT_CONTROL_VALUE 1000 +#define _APS_NEXT_SYMED_VALUE 103 +#endif +#endif diff --git a/MSVCvst_scan/vst_scan.rc.in b/MSVCvst_scan/vst_scan.rc.in new file mode 100644 index 0000000000..dcad8eb515 --- /dev/null +++ b/MSVCvst_scan/vst_scan.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_SCANNER_APP_MAJOR@,@MSVC_SCANNER_APP_MINOR@,@MSVC_SCANNER_APP_MICRO@,@MSVC_SCANNER_APP_INTERFACE_AGE@ + PRODUCTVERSION @MSVC_SCANNER_APP_MAJOR@,@MSVC_SCANNER_APP_MINOR@,@MSVC_SCANNER_APP_MICRO@,@MSVC_SCANNER_APP_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", "VST Plugin Scanning Application" + VALUE "FileVersion", "@MSVC_SCANNER_APP_VERSION@.@MSVC_SCANNER_APP_INTERFACE_AGE@" + VALUE "InternalName", "vst_scan@DLL_SUFFIX@" + VALUE "LegalCopyright", "Copyright Paul Davis and others © 1999-2014" + VALUE "LegalTrademarks", "Harrison and Mixbus are trademarks of Harrison Audio LLC" + VALUE "OriginalFilename", "ardour-vst-scanner.exe" + VALUE "ProductName", "MSVCvst_scan" + VALUE "ProductVersion", "@MSVC_SCANNER_APP_MAJOR@, @MSVC_SCANNER_APP_MINOR@, @MSVC_SCANNER_APP_MICRO@, @MSVC_SCANNER_APP_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 + -- cgit v1.2.3