From 79f01bc889d6c928345214eaba9016c6396bcfca Mon Sep 17 00:00:00 2001 From: John Emmas Date: Mon, 10 Sep 2018 07:14:59 +0100 Subject: Initial changes needed for building Mixbus (with MSVC) as version 5 (Mixbus itself will probably need extra changes) --- msvc_extra_headers/ardourext/sys/targetsxs.h.input | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'msvc_extra_headers') diff --git a/msvc_extra_headers/ardourext/sys/targetsxs.h.input b/msvc_extra_headers/ardourext/sys/targetsxs.h.input index 0ca7baf73c..cc18c61b81 100644 --- a/msvc_extra_headers/ardourext/sys/targetsxs.h.input +++ b/msvc_extra_headers/ardourext/sys/targetsxs.h.input @@ -16,11 +16,19 @@ /* Comment out the above line to build Mixbus without VST support */ #endif +#ifndef PROGRAM_NAME +#ifdef MIXBUS +#define PROGRAM_NAME "Mixbus" +#else +#define PROGRAM_NAME "Ardour" +#endif +#endif + #ifndef CURRENT_SESSION_FILE_VERSION #ifdef MIXBUS #define CURRENT_SESSION_FILE_VERSION 5990 #else -#define CURRENT_SESSION_FILE_VERSION 5990 +#define CURRENT_SESSION_FILE_VERSION 3002 #endif #endif -- cgit v1.2.3