summaryrefslogtreecommitdiff
path: root/MSVCardour3
AgeCommit message (Collapse)Author
2016-10-20Remove some (no longer needed) source files from our MSVC project (gtk2_ardour)John Emmas
2016-09-30Accommodate a header file that's been moved from gtk2_ardour into libardourJohn Emmas
2016-09-22Accommodate newly introduced source(s) in our MSVC project (gtk2_ardour)John Emmas
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-08-28Accommodate newly introduced source(s) in our MSVC project (gtk2_ardour)John Emmas
2016-07-21Accommodate newly introduced source(s) in our MSVC project (gtk2_ardour)John Emmas
2016-07-18Remove 'i18n.h' from some VC projects where it's no longer neededJohn Emmas
2016-07-07Remove some (no longer needed) source files from our MSVC project (gtk2_ardour)John Emmas
2016-07-04Accommodate newly introduced source(s) in our MSVC project (gtk2_ardour)John Emmas
2016-06-10Accommodate newly introduced source(s) in our MSVC project (gtk2_ardour)John Emmas
2016-06-08Experiment - change the Windows icon (gtk2_ardour/icons/ardour.ico) so that ↵John Emmas
it doesn't contain compressed images Windows itself is happy with compressed icons but they seem to upset the MSVC linker. If there are no ill-effects I'll change the Mixbus icon which will allow me to remove the older style icons (that were only needed for MSVC)
2016-06-08Accommodate newly introduced source(s) in our MSVC project (gtk2_ardour)John Emmas
2016-06-01Accommodate recently introduced source(s) in our MSVC project (gtk2_ardour)John Emmas
2016-05-28Accommodate newly introduced source(s) in our MSVC project (gtk2_ardour)John Emmas
2016-05-21When copying the PNG files from 'gtk2_ardour/resources', copy them to ↵John Emmas
'$(TargetFolder/resources' rather than '$(TargetFolder/icons' (otherwise the opening splash image doesn't get found)
2016-05-21Accommodate newly introduced source(s) in our MSVC project (gtk2_ardour)John Emmas
2016-05-21Don't copy the xpm pixmaps as they apparently aren't needed any moreJohn Emmas
2016-05-21Accommodate the fact that our Mixbus icons got moved to a new pathJohn Emmas
2016-05-21Accommodate the fact that 'msvc_resources.rc.in' got moved to a new pathJohn Emmas
2016-04-05When building with MSVC don't attempt to link to the 'old' lua libs (i.e. ↵John Emmas
the static libraries)
2016-04-04Modify our MSVC projects to build liblua as a DLL rather than a static libJohn Emmas
2016-04-03Accommodate newly introduced source(s) in our MSVC project (gtk2_ardour)John Emmas
2016-03-23 LV2_EXTENDED also needs to be defined when building gtk2_ardourJohn Emmas
(was already defined for waf builds - but was missing for MSVC)
2016-03-12Accommodate newly introduced source(s) in our MSVC project (gtk2_ardour)John Emmas
2016-02-27Accommodate newly introduced source(s) in our MSVC project (gtk2_ardour)John Emmas
2016-02-23Adapt the MSVC project (gtk2_ardour) add new lua-sourcesRobin Gareus
modified version from John Emmas' lua branch
2016-02-12Remove no longer needed 'prolooks' source(s) from our MSVC projects ↵John Emmas
(gtkmm2ext & gtk2_ardour)
2016-02-10Add newly introduced source(s) to our MSVC project (gtk2_ardour)John Emmas
2015-12-23Add some newly introduced sources to our MSVC project (gtk2_ardour)John Emmas
2015-09-18MSVC - add support for newly introduced gtk2_ardour/tooltips.cc and tooltips.hJohn Emmas
2015-08-10Add support for building the new 'ptformat' library with MSVCJohn Emmas
2015-06-18Rename 'insert_time_dialog.cc/.h' (in our MSVC project)John Emmas
2015-06-09Add a new preprocessor directive (UINTSDEFINED) which is rather annoyingly ↵John Emmas
needed if liblo gets built with MSVC
2015-06-09Add a new link library that's needed when building against the newer version ↵John Emmas
of liblo (0.28) (probably only needed when building with MSVC)
2015-04-22Add some newly introduced sources to our MSVC project (gtk2_ardour)John Emmas
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-03-03Adapt our MSVC projects to use our (newly re-built) libsuilJohn Emmas
2015-01-12Following my last change we can now give 'MSVCArdour3.vsprops.in' its ↵John Emmas
correct name This change is MSVC specific and shouldn't affect the other builds
2015-01-12When building with MSVC make sure any backends / panners etc get copied to ↵John Emmas
the correct target folder (i.e. 'lib/ardour3' or 'lib/mixbus3' as appropriate) These changes are MSVC specific and shouldn't affect the other builds
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.
2015-01-10Accommodate a newly introduced #define ('PROGRAM_VERSION') when building ↵John Emmas
with MSVC This change is MSVC specific and shouldn't affect the other builds.
2015-01-02Accommodate some newly introduced source files for building with MSVC ↵John Emmas
(gtk2_ardour)
2014-12-29Add some newly introduced source files to our MSVC project (gtk2_ardour)John Emmas
2014-12-26Add some newly introduced source files to our MSVC project (gtk2_ardour)John Emmas
2014-12-24Factor out instrument selector.David Robillard
2014-12-21Copy pixmaps and icon files to wherever they're required at run timeJohn Emmas
2014-12-20Add some newly introduced source files to our MSVC project (gtk2_ardour)John Emmas
2014-12-19Add some newly introduced source files to our MSVC project (gtk2_ardour)John Emmas
2014-12-15Remove (no longer needed) header files from our MSVC project (gtk2_ardour)John Emmas
2014-12-07Add a newly introduced header file to our MSVC project (gtk2_ardour)John Emmas