Michael Giagnocavo 5e456fe9a6 FS-7966. First pass at moving to Visual Studio 2015.
The new C compiler breaks a lot of things. snprintf and timespec now exist, and redefining causes an error.
Many more things are warnings, so warnings-as-errors will fail - remove it from some projects for now.
V8: don't pass VS version to build batch file.
mod_sofia: Config has too-long if/elseif chain. Break this up to avoid "parser stack overflow; program too complex".
Add mod_conference.h to project and dir to includes.
2015-08-21 18:28:32 -04:00
..
2014-05-21 17:25:32 +00:00
2009-02-04 21:18:11 +00:00
2009-02-12 00:28:37 +00:00
2014-03-07 18:36:26 -05:00
2006-09-29 21:28:23 +00:00
2015-06-11 15:29:28 -05:00
2015-06-11 15:29:28 -05:00
2007-06-16 03:56:44 +00:00

Install is common:

./configure --with-prefix=<desired prefix>
make
make install