Michael Jerris
|
4222a2c320
|
GetLibs.vbs update that now supports compiling the libs and selecting core or Mod_exosip libs. Default behavior is still the same, still to do is removing all the libs from the solution file and adding in pre-build events to auto download and build the appropriate libs.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@75 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2005-11-25 22:31:29 +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
|
efd43d1131
|
Fix GetLibs.vbs registration of the tar and gzip components.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@72 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2005-11-22 01:33:38 +00:00 |
|
Michael Jerris
|
48679c1190
|
Adding GetLibs.vbs. This file is a full replacement for GetLibs.bat and replaces everything in the tools directory except for the osipparser replacement project file. It still uses the tools directory for temporary storage of some files.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@71 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2005-11-21 07:45:31 +00:00 |
|
Michael Jerris
|
3583149437
|
Put modules back in their folders.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@70 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2005-11-21 00:17:49 +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
|
8a96ea83c8
|
Cleanup default MSVC project configurations.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@67 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2005-11-20 20:06:05 +00:00 |
|
Michael Jerris
|
1f8fabcef7
|
Fix default project on fresh checkout to be FreeSwitchConsole instead of the core lib. This makes debugging by hitting the run button a little cleaner.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@65 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2005-11-20 18:27:20 +00:00 |
|
Michael Jerris
|
83b35c5ba3
|
I think this FINALLY corrects the issue with the working directory settings not showing up properly on fresh checkout.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@64 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2005-11-20 18:22:49 +00:00 |
|
Michael Jerris
|
86ffdd7e6c
|
fixed the last of the warning messages in MSVC in mod_exosip.c. There are now no warning messages at all in all of the freeswitch code. The dependency libs are still another story.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@63 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2005-11-20 18:17:35 +00:00 |
|
Michael Jerris
|
f8b4096961
|
Suppress MSVC 8 warnings about crt functions.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@62 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2005-11-20 16:49:14 +00:00 |
|
Michael Jerris
|
fbf4da07ca
|
Update configure for jrtp4c to not have it's own configure stuff.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@61 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2005-11-20 02:57:06 +00:00 |
|
Michael Jerris
|
a12e44e6f2
|
Put sample conf files where they belong so they are there when you try to run in debug mode.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@60 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2005-11-20 02:19:24 +00:00 |
|
Michael Jerris
|
90f178350f
|
Fix build of some deps in MSVC, added copying of conf dir and libapr-1.dll into the output directory and setting the working directory to allow for launching in debug mode from the gui out of the box, disabled acutal building in GetLibs.bat for now, it is only downloading and setting up the lib src as necessary. Still need to add jrtp4c into the core configure\makefile so it builds from there automatically and we can get rid of the other configure script for that lib individually.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@59 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2005-11-20 01:50:04 +00:00 |
|
Michael Jerris
|
9dce3583d4
|
eventually this will be correct.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@58 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2005-11-20 00:58:16 +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
|
aea6b816df
|
freeswitch win32 reorg and cleanup part 1. Everything works but mod_exosip
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@56 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2005-11-19 22:18:34 +00:00 |
|
Michael Jerris
|
c0dedec351
|
Copied remotely
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@55 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2005-11-19 20:13:06 +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 |
|
Michael Jerris
|
3dad4665e2
|
Renamed remotely
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@52 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2005-11-19 20:11:40 +00:00 |
|
Michael Jerris
|
563f584af7
|
Moved remotely
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@49 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2005-11-19 20:09:42 +00:00 |
|
Michael Jerris
|
b266ae8b11
|
Moved remotely
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@48 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2005-11-19 20:09:09 +00:00 |
|
Michael Jerris
|
05262112cb
|
Moved remotely
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@47 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2005-11-19 20:08:57 +00:00 |
|
Michael Jerris
|
af43554c83
|
Moved remotely
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@46 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2005-11-19 20:08:48 +00:00 |
|
Michael Jerris
|
71963ea8f7
|
Copied remotely
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@45 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2005-11-19 20:07:43 +00:00 |
|
Michael Jerris
|
9e25200d8e
|
Removed file/folder
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@44 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2005-11-19 20:05:46 +00:00 |
|
Michael Jerris
|
bf4eac1e34
|
Copied remotely
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@43 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2005-11-19 20:05:29 +00:00 |
|
Travis Cross
|
138e8039bf
|
Initial empty git commit.
Migrated the FreeSWITCH project from Subversion to Git in March 2010.
|
2010-03-30 06:50:18 +00:00 |
|
Michael Jerris
|
f3834f1941
|
Docs tweaks and cleanps.
git-svn-id: http://svn.freeswitch.org/svn/local/src/freeswitch@42 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2005-11-19 14:08:33 +00:00 |
|
Anthony Minessale
|
a6e9f279b2
|
update
git-svn-id: http://svn.freeswitch.org/svn/local/src/freeswitch@41 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2005-11-19 00:10:16 +00:00 |
|
Michael Jerris
|
f7ac01ce60
|
remove stuff for ccrtp patching and solution file too.
git-svn-id: http://svn.freeswitch.org/svn/local/src/freeswitch@36 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2005-11-18 21:39:25 +00:00 |
|
Michael Jerris
|
c9117dc47b
|
Remove ccrtp stuff from GetLibs.bat
git-svn-id: http://svn.freeswitch.org/svn/local/src/freeswitch@35 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2005-11-18 21:37:31 +00:00 |
|
Anthony Minessale
|
64fa492caa
|
git-svn-id: http://svn.freeswitch.org/svn/local/src/freeswitch@33 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2005-11-18 19:51:25 +00:00 |
|
Anthony Minessale
|
c01811f845
|
commit
git-svn-id: http://svn.freeswitch.org/svn/local/src/freeswitch@29 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2005-11-18 18:18:53 +00:00 |
|
Michael Jerris
|
5c37e18c77
|
Scripts for MSVC\Windows to download and compile dependency libs. Still to do, consolidate scripts into 1 vbscript and probably a bat file stub to launch the vbscript.
git-svn-id: http://svn.freeswitch.org/svn/local/src/freeswitch@23 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2005-11-18 01:22:56 +00:00 |
|
Anthony Minessale
|
b91edd017c
|
update
git-svn-id: http://svn.freeswitch.org/svn/local/src/freeswitch@21 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2005-11-17 16:21:58 +00:00 |
|
Anthony Minessale
|
7362b108db
|
git-svn-id: http://svn.freeswitch.org/svn/local/src/freeswitch@20 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2005-11-16 15:36:18 +00:00 |
|
Anthony Minessale
|
f5497f6f2e
|
updated
git-svn-id: http://svn.freeswitch.org/svn/local/src/freeswitch@18 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2005-11-14 20:51:51 +00:00 |
|
Michael Jerris
|
b2ced66851
|
cleanup even more files
git-svn-id: http://svn.freeswitch.org/svn/local/src/freeswitch@15 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2005-11-13 01:50:13 +00:00 |
|
Michael Jerris
|
d2ab2b3dea
|
cleanup files
git-svn-id: http://svn.freeswitch.org/svn/local/src/freeswitch@13 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2005-11-13 01:29:57 +00:00 |
|
Anthony Minessale
|
4da77ea5c5
|
hi
git-svn-id: http://svn.freeswitch.org/svn/local/src/freeswitch@11 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2005-11-12 21:27:19 +00:00 |
|