d1d8b1aae7
Accommodate newly introduced source(s) in our MSVC project (gtk2_ardour)
2016-09-22 10:54:48 +01:00
0ff233d234
Update our MSVC project files to generate the most recent Ardour session file format (ver 5) rather than the older v3 format
2016-08-30 07:15:00 +01:00
390b3073e1
Accommodate newly introduced source(s) in our MSVC project (gtk2_ardour)
2016-08-28 10:19:42 +01:00
39adc85e29
Accommodate newly introduced source(s) in our MSVC project (gtk2_ardour)
2016-07-21 09:01:21 +01:00
062712c691
Remove 'i18n.h' from some VC projects where it's no longer needed
2016-07-18 09:41:46 +01:00
ad63e78338
Remove some (no longer needed) source files from our MSVC project (gtk2_ardour)
2016-07-07 13:26:57 +01:00
cad28bc150
Accommodate newly introduced source(s) in our MSVC project (gtk2_ardour)
2016-07-04 09:41:31 +01:00
b130db2c60
Accommodate newly introduced source(s) in our MSVC project (gtk2_ardour)
2016-06-10 12:32:01 +01:00
5c6846a169
Experiment - change the Windows icon (gtk2_ardour/icons/ardour.ico) so that 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-08 15:20:19 +01:00
8a3cf9ab8d
Accommodate newly introduced source(s) in our MSVC project (gtk2_ardour)
2016-06-08 15:20:18 +01:00
be6400aba4
Accommodate recently introduced source(s) in our MSVC project (gtk2_ardour)
2016-06-01 14:30:26 +01:00
ebeffdd294
Accommodate newly introduced source(s) in our MSVC project (gtk2_ardour)
2016-05-28 10:44:28 +01:00
e4a5c3609d
When copying the PNG files from 'gtk2_ardour/resources', copy them to '$(TargetFolder/resources' rather than '$(TargetFolder/icons'
...
(otherwise the opening splash image doesn't get found)
2016-05-21 12:37:35 +01:00
722609da15
Accommodate newly introduced source(s) in our MSVC project (gtk2_ardour)
2016-05-21 11:37:50 +01:00
8fcb19eb4c
Don't copy the xpm pixmaps as they apparently aren't needed any more
2016-05-21 10:33:19 +01:00
126dbac5e5
Accommodate the fact that our Mixbus icons got moved to a new path
2016-05-21 10:33:18 +01:00
b0200b23f2
Accommodate the fact that 'msvc_resources.rc.in' got moved to a new path
2016-05-21 10:33:18 +01:00
e15fb85443
When building with MSVC don't attempt to link to the 'old' lua libs (i.e. the static libraries)
2016-04-05 12:25:24 +01:00
40aa4cfe06
Modify our MSVC projects to build liblua as a DLL rather than a static lib
2016-04-04 16:40:20 +01:00
4071e77314
Accommodate newly introduced source(s) in our MSVC project (gtk2_ardour)
2016-04-03 15:24:22 +01:00
367e4f94db
LV2_EXTENDED also needs to be defined when building gtk2_ardour
...
(was already defined for waf builds - but was missing for MSVC)
2016-03-23 08:06:04 +00:00
9a34017b79
Accommodate newly introduced source(s) in our MSVC project (gtk2_ardour)
2016-03-12 13:41:44 +00:00
5fd27e56fc
Accommodate newly introduced source(s) in our MSVC project (gtk2_ardour)
2016-02-27 16:29:55 +00:00
44ce56a9e1
Adapt the MSVC project (gtk2_ardour) add new lua-sources
...
modified version from John Emmas' lua branch
2016-02-23 15:43:00 +01:00
3f43e5cd04
Remove no longer needed 'prolooks' source(s) from our MSVC projects (gtkmm2ext & gtk2_ardour)
2016-02-12 12:31:22 +00:00
a92dd3e76d
Add newly introduced source(s) to our MSVC project (gtk2_ardour)
2016-02-10 10:56:14 +00:00
67f0f11732
Add some newly introduced sources to our MSVC project (gtk2_ardour)
2015-12-23 15:09:17 +00:00
b548b6213d
MSVC - add support for newly introduced gtk2_ardour/tooltips.cc and tooltips.h
2015-09-18 10:29:31 +01:00
7d9069032e
Add support for building the new 'ptformat' library with MSVC
2015-08-10 17:15:53 +01:00
14f3d8005e
Rename 'insert_time_dialog.cc/.h' (in our MSVC project)
2015-06-18 09:22:34 +01:00
f33c8aeb33
Add a new preprocessor directive (UINTSDEFINED) which is rather annoyingly needed if liblo gets built with MSVC
2015-06-09 12:09:21 +01:00
b79c5d4f1b
Add a new link library that's needed when building against the newer version of liblo (0.28)
...
(probably only needed when building with MSVC)
2015-06-09 12:06:49 +01:00
47e6e2b905
Add some newly introduced sources to our MSVC project (gtk2_ardour)
2015-04-22 10:48:08 +01:00
94e36450d2
Fix some build anomalies between PROGRAM_NAME and PROGRAM_VERSION
...
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-13 17:40:53 +00:00
a173c74f2d
Adapt our MSVC projects to use our (newly re-built) libsuil
2015-03-03 14:51:59 +00:00
95091a52a0
When building with MSVC make sure any backends / panners etc get copied to 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-12 14:43:22 +00:00
9e873acedb
Accommodate a newly introduced #define ('LIBARDOUR') when building with MSVC
...
These changes are MSVC specific and shouldn't affect the other builds.
2015-01-10 12:15:47 +00:00
821761e0c4
Accommodate a newly introduced #define ('PROGRAM_VERSION') when building with MSVC
...
This change is MSVC specific and shouldn't affect the other builds.
2015-01-10 12:13:33 +00:00
041b729de7
Accommodate some newly introduced source files for building with MSVC (gtk2_ardour)
2015-01-02 15:31:39 +00:00
ac4560cd09
Add some newly introduced source files to our MSVC project (gtk2_ardour)
2014-12-29 11:07:12 +00:00
5dddd8cb8f
Add some newly introduced source files to our MSVC project (gtk2_ardour)
2014-12-26 09:14:01 +00:00
10ad55fcf5
Factor out instrument selector.
2014-12-24 18:39:15 -05:00
d44051ef36
Copy pixmaps and icon files to wherever they're required at run time
2014-12-21 13:15:34 +00:00
abe97dbc8c
Add some newly introduced source files to our MSVC project (gtk2_ardour)
2014-12-20 09:30:17 +00:00
55d91f71e0
Add some newly introduced source files to our MSVC project (gtk2_ardour)
2014-12-19 10:41:02 +00:00
566c021c3a
Remove (no longer needed) header files from our MSVC project (gtk2_ardour)
2014-12-15 10:22:20 +00:00
01747cc5f7
Add a newly introduced header file to our MSVC project (gtk2_ardour)
2014-12-07 13:32:50 +00:00
d30df2a991
Add a newly introduced header file to our MSVC project (gtk2_ardour)
2014-12-06 11:02:37 +00:00
2996e677c4
Process 'default_ui_config.in' when building with MSVC
2014-11-30 17:57:44 +00:00
4984d203f8
Add some newly introduced header files to our MSVC project (gtk2_ardour)
2014-11-28 14:43:34 +00:00