summaryrefslogtreecommitdiff
path: root/MSVCvst_scan
AgeCommit message (Collapse)Author
2016-08-30Update our MSVC project files to generate the most recent Ardour session ↵John Emmas
file format (ver 5) rather than the older v3 format
2016-04-04Modify our MSVC projects to build liblua as a DLL rather than a static libJohn Emmas
2015-06-09Add the new (UINTSDEFINED) preprocessor directive to all out MSVC projects ↵John Emmas
(just to be on the safe side)
2015-03-13Fix some build anomalies between PROGRAM_NAME and PROGRAM_VERSIONJohn Emmas
When building with MSVC, some libraries had PROGRAM_NAME set to "Mixbus" and PROGRAM_VERSION set to "3". Whereas other libraries had PROGRAM_NAME set to "Mixbus3" while PROGRAM_VERSION was an empty string. I've a horrible feeling there must have been a reason for this but I can't quite think what it was. Hopefully though, this change will standardize everything.
2015-01-10Accommodate a newly introduced #define ('LIBARDOUR') when building with MSVCJohn Emmas
These changes are MSVC specific and shouldn't affect the other builds.
2014-11-08Add a small dummy command to a couple of MSVC build projectsJohn Emmas
These are trivial (no-op) fudges - to ensure that if we can't copy the built executable for whatever reason, it won't get flagged up as a build failure.
2014-11-04Remove an unneeded icon when building the VST scanner app with MSVCJohn Emmas
2014-11-04Add some new modules, needed for building the VST scanner app with MSVCJohn Emmas