summaryrefslogtreecommitdiff
path: root/MSVCardour3
AgeCommit message (Collapse)Author
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
2014-12-06Add a newly introduced header file to our MSVC project (gtk2_ardour)John Emmas
2014-11-30Process 'default_ui_config.in' when building with MSVCJohn Emmas
2014-11-28Add some newly introduced header files to our MSVC project (gtk2_ardour)John Emmas
2014-11-24Add a newly introduced header file to our MSVC project (gtk2_ardour)John Emmas
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-04Add some newly introduced source files to our MSVC project (gtk2_ardour)John Emmas
2014-11-04(gtk2_ardour) Remove the reliance on libfst, which we no longer buildJohn Emmas
(fst's functionality has now mostly been moved into libardour)
2014-11-01Add some newly introduced source files to our MSVC project (gtk2_ardour)John Emmas
2014-10-29Add support for USE_CAIRO_IMAGE_SURFACE when building with MSVCJohn Emmas
(new preprocessor directive - greatly improves CPU loading)
2014-10-08MSVC - add support for 'HAVE_NEW_LV2'John Emmas
(after updating to the latest versions of serd, sord, sratom and lilv)
2014-09-13Minor - copy our built executable to a suitable folder for packaging (MSVC)John Emmas
2014-08-04Modify our VC project files to work with msvc32-fixup.plJohn Emmas
2014-08-04Add our various '.in' files (to be processed by msvc32-fixup.pl)John Emmas
2014-08-01Delete '.vsprops' files (MSVC) in preparation for win32-fixup.plJohn Emmas
2014-07-27Add (newly introduced) sources to our MSVC projectJohn Emmas
2014-07-15Update vcproj files for changed LILV config define.David Robillard
2014-06-28Add (newly introduced) sources to our MSVC projectsJohn Emmas
2014-06-15Remove no longer needed sources from MSVC projectsJohn Emmas
2014-05-21Add newly introduced sources to MSVC projectsJohn Emmas
(SoundCloud export stuff)