Initial changes needed for building Mixbus (with MSVC) as version 5

(Mixbus itself will probably need extra changes)
This commit is contained in:
John Emmas
2018-09-10 07:14:59 +01:00
parent 2172337306
commit 79f01bc889
35 changed files with 203 additions and 195 deletions

View File

@@ -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