[Opalvoip-devel] Problems building opal on windows command line using msbuild
Brought to you by:
csoutheren,
rjongbloed
From: Robert R. <re...@ea...> - 2016-10-04 22:54:22
|
I'm trying to add opal to our build scripts and ran into a problem with the Visual Studio 2012 and 2013 solution files. msbuild gives an error about 2 projects with the same name. There are 2 projects with the same name (Console Application) because they are missing the " - Static" and " - DLL" that the 2010 project has. This is easily fixed by adding the missing text in the solution files. Could you please fix the opal 2012 and 2013 solution files? The bigger problem is we are using Visual Studio 2015 and there are no solution and project files for it. It is possible to upgrade the solution and project files from the command line using "devenv.exe /upgrade" but this doesn't work with opal and ptlib because the project names and the project file names are different. The project files have _2013 appended to the file names and msbuild can't handle it. We are currently loading the solutions into Visual Studio 2015 and converting them before running our script but that makes it impossible to automate the build process. Could we please have Visual Studio 2015 solution and project files added to git? |