freeswitch/libs/libteletone
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
..
build/config
src Cleanup bad whitespace 2014-05-21 17:25:32 +00:00
.update
AUTHORS update email 2009-02-04 21:18:11 +00:00
CMakeLists.txt Added CMAKE libteletone 2009-02-12 00:28:37 +00:00
COPYING
ChangeLog
INSTALL
Makefile.am [5/6] libteletone: Rename AUTOMAKE_OPTS to AUTOMAKE_OPTIONS 2011-11-04 14:21:37 +01:00
NEWS
README
acsite.m4
configure.ac clean up some bootstrap warnings 2014-03-07 18:36:26 -05:00
configure.gnu fix calling of sub configure.gnu files during --srcdir build (FSBUILD-211) 2009-11-24 23:04:21 +00:00
libteletone.2008.vcproj update api visibility macros for windows 2009-03-10 15:45:29 +00:00
libteletone.2010.vcxproj.filters VS2010 add missing project filters 2010-08-19 10:38:54 -05:00
libteletone.2012.vcxproj FS-4768 initial add of vs2012 build support 2012-12-29 14:57:15 -06:00
libteletone.2012.vcxproj.filters add more missing vs2012 project filters 2013-02-27 22:34:16 -06:00
libteletone.2013.vcxproj FS-7644 2015-06-11 15:29:28 -05:00
libteletone.2013.vcxproj.filters FS-7644 2015-06-11 15:29:28 -05:00
libteletone.2015.vcxproj FS-7966. First pass at moving to Visual Studio 2015. 2015-08-21 18:28:32 -04:00
libteletone.vcproj update api visibility macros for windows 2009-03-10 15:45:29 +00:00
teletone.def

README

Install is common:

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