Michael Jerris
|
55baa5c0d6
|
add howl to build system for msvc
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@605 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2006-02-13 19:59:57 +00:00 |
Michael Jerris
|
0a3be18663
|
openldap build for msvc part 1
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@585 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2006-02-10 21:22:51 +00:00 |
Michael Jerris
|
9b38d5dfa5
|
Fix msvc mod_Pcre release build.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@470 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2006-01-28 17:45:34 +00:00 |
Michael Jerris
|
b243f79024
|
add mod_pcre to msvc build. Add building of pcre library.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@380 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2006-01-14 15:00:01 +00:00 |
Michael Jerris
|
1af8795b2f
|
move download libs to www.freeswitch.org. Cleanup output when running switch_version.h generation on msvc. Add needed files to build pcre on msvc.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@379 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2006-01-14 13:23:42 +00:00 |
Michael Jerris
|
98908d68ab
|
cleanup
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@343 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2006-01-13 13:08:04 +00:00 |
Michael Jerris
|
95fbd20408
|
make release build stop crashing on msvc. Stop crashing.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@340 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2006-01-13 02:33:56 +00:00 |
Michael Jerris
|
9bc5523674
|
silence some warnings.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@276 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2006-01-03 23:42:09 +00:00 |
Michael Jerris
|
f5a25e1635
|
fix libsndfile msvc build to not use unicode and break everything.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@226 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2005-12-28 17:52:46 +00:00 |
Michael Jerris
|
ca68da9517
|
make libsndfile compile as c and not c++ code in msvc
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@225 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2005-12-28 17:21:20 +00:00 |
Michael Jerris
|
7b5bb11138
|
msvc build for mod_sndfile
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@215 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2005-12-27 22:48:58 +00:00 |
Michael Jerris
|
00aaadc4b4
|
numerous fixes to msvc build.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@199 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2005-12-23 03:39:33 +00:00 |
Michael Jerris
|
c574627ee7
|
project and build files for gnutls for msvc. Still need to do the scripting for autobuild. In the meantime, each w32.zip file should be extracted to a w32 dir in the appropriate lib, and built.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@183 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2005-12-21 08:04:08 +00:00 |
Michael Jerris
|
f13315cb41
|
iksemel build on win32.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@179 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2005-12-20 19:10:21 +00:00 |
Anthony Minessale
|
7b9975902f
|
iksemel
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@178 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2005-12-20 18:45:20 +00:00 |
Michael Jerris
|
89cfca15ea
|
MSVC project files and generated header files to build pcre 6.4. This can be downloaded from ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-6.4.tar.gz or http://www.sofaswitch.org/mikej/pcre-6.4.tar.gz To build on msvc, create a subdir in the extracted tar file (called w32 or somthing of the sort), copy the 3 committed files to that dir, and build the appropriate configuration from the vcproj. This file includes both dll and static lib both debug and release.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@161 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2005-12-16 08:56:01 +00:00 |
Michael Jerris
|
fc008444f7
|
Added speex codec to solution including autodownload of speex from speex.org. Added scripted build of g729 build.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@109 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2005-12-10 04:42:08 +00:00 |
Michael Jerris
|
3db9df6899
|
Fix all warnings on MSVC 8 (.net 2005), add support for VS Express edition 2005, changed build to use vcbuild instead of devenv, reduced the number of out of tree project files we are managing in tree by patching the files as necessary in scripts. Now only sqlite (which does not come with a project file) and apr (which does not come with a vcproj, only dsp file) are managed in tree. We still need to come up with a way to convert dsp to vcproj files in vbscript.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@85 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2005-12-05 09:56:44 +00:00 |
Michael Jerris
|
fb17ae1e1f
|
Update sqlite.vcproj to suppress casting warning messages.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@83 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2005-12-05 08:36:10 +00:00 |
Michael Jerris
|
27d114602e
|
add libapr.vcproj so we don't have to upgrade it, because you can't upgrade dsp files with VS2005 express edition.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@82 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2005-12-05 08:15:10 +00:00 |
Michael Jerris
|
13f7b29956
|
Update to use exosip and osip 2.2.2. Modified GetLibs.vbs to rebuild jrtp when any of the libs are not there.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@78 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2005-11-26 16:50:25 +00:00 |
Michael Jerris
|
68db73041b
|
Add sqlite to the downloaded libs in GetLibs.vbs and cleanup some of the old GetLibs.bat stuff and it's dependencies.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@74 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2005-11-24 20:06:54 +00:00 |
Michael Jerris
|
3dc4d76134
|
update to fix download and extract from getlibs.vbs
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@73 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2005-11-22 20:28:21 +00:00 |
Michael Jerris
|
cda3669b86
|
upgrade.vbs fix to upgrade to correct version typo.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@69 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2005-11-21 00:12:18 +00:00 |
Michael Jerris
|
dbb2f6f63e
|
GetLibs.bat cleanups. No longer re-runs upgrades and such on multiple runs of the file if it doesn't need to. Added backup download locations to the bat file.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@68 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2005-11-20 20:40:31 +00:00 |
Michael Jerris
|
d589778755
|
More win32 build cleanups
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@57 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2005-11-20 00:45:09 +00:00 |
Michael Jerris
|
836bd19070
|
Renamed remotely
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@54 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2005-11-19 20:12:30 +00:00 |