summaryrefslogtreecommitdiff
path: root/msvc_extra_headers
diff options
context:
space:
mode:
authorJohn Emmas <johne53@tiscali.co.uk>2018-09-10 07:14:59 +0100
committerJohn Emmas <johne53@tiscali.co.uk>2018-09-10 07:14:59 +0100
commit79f01bc889d6c928345214eaba9016c6396bcfca (patch)
treea3e2b481e28220b38d36b09c0853f19c039e9d93 /msvc_extra_headers
parent2172337306cf7a331d6b2c7347b7132b88e8ad3f (diff)
Initial changes needed for building Mixbus (with MSVC) as version 5
(Mixbus itself will probably need extra changes)
Diffstat (limited to 'msvc_extra_headers')
-rw-r--r--msvc_extra_headers/ardourext/sys/targetsxs.h.input10
1 files changed, 9 insertions, 1 deletions
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