Ben Allison wrote:> Visual Studio files (which don't use config.h, but define various things > in the project settings) are compiling with the wrong FLAC version string > (1.2.0 or 1.2.1)Is there really no other way to set the version string?> I've attached the patch.Thanks. I'm wondering if it really should be 1.3.0 and not 1.3.0pre1 which is more accurate at least for now.> Maintaining Visual Studio project files in a cross-platform open-sourceQuite honestly I'm a little surprised it worked at all :-).> project tends to be a pain unless one of the principal developers is using > it on a daily basis (as I know you've experienced with libsndfile, Erik).Yes, painfully aware of this. I'll be relying on others to keep the VS project files up-to-date. Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/
Hi, In article <20130304070023.141c9f101622a34c46d68c80 at mega-nerd.com>, Erik de Castro Lopo<mle+la at mega-nerd.com> wrote:>> project tends to be a pain unless one of the principal developers is using >> it on a daily basis (as I know you've experienced with libsndfile, Erik). > > Yes, painfully aware of this. I'll be relying on others to keep the VS > project files up-to-date.Not sure if you've considered it, but cmake allows you to generate Visual Studio project files automatically, while still allowing cross platform builds. Andy
Andy Hawkins wrote:> Hi, > > In article <20130304070023.141c9f101622a34c46d68c80 at mega-nerd.com>, > Erik de Castro Lopo<mle+la at mega-nerd.com> wrote: > >> project tends to be a pain unless one of the principal developers is using > >> it on a daily basis (as I know you've experienced with libsndfile, Erik). > > > > Yes, painfully aware of this. I'll be relying on others to keep the VS > > project files up-to-date. > > Not sure if you've considered it, but cmake allows you to generate Visual > Studio project files automatically, while still allowing cross platform > builds.May look at CMake after this current release. Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/
On 13-03-04 12:05 PM, Andy Hawkins wrote:> Not sure if you've considered it, but cmake allows you to generate Visual > Studio project files automatically, while still allowing cross platform > builds.Does this still require a Visual Studio install? If so this feature isn't much help for developers based on non-Windows systems. -r