Commit Graph

25 Commits

Author SHA1 Message Date
Vladimir 240bf74d3a FS-7728: fix windows build issues 2015-08-04 23:29:01 -05:00
Michael Giagnocavo f116387443 FS-7644. Change 2013.vcxproj references to 2013 2015-06-18 04:17:53 -06:00
Jeff Lenk 345e50d25a FS-7644 2015-06-11 15:29:28 -05:00
Michael Jerris 2cc0348422 FS-7635: remove msvc 2005 2008 and 2010 non working build systems. There are now multiple more recent (3 different ones) and some free versions of the compiler that can be used. 2015-06-10 16:33:14 -04:00
Jeff Lenk 741cb889d9 FS-6349 --resolve 2014-03-22 22:59:32 -05:00
Jeff Lenk 5f3160ef0f FS-5167 2013-04-08 21:17:02 -05:00
Jeff Lenk 16a7014284 add more missing vs2012 project filters 2013-02-27 22:34:16 -06:00
Jeff Lenk dc2c11f13f FS-4768 initial add of vs2012 build support 2012-12-29 14:57:15 -06:00
Jeff Lenk 1977aa8684 VS2010 add missing project filters 2010-08-19 10:38:54 -05:00
Jeff Lenk 7af395ef83 more tweaks for VS2010 2010-07-10 15:22:25 -05:00
Jeff Lenk a87429ac87 Add initial support for VS2010 2010-06-28 15:49:19 -05:00
Michael Jerris bbdf4744aa inital work on x64 windows build (FSBUILD-125)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12215 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-21 00:56:56 +00:00
Michael Jerris 669bb66112 FSCORE-292
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11757 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-11 15:20:27 +00:00
Michael Jerris 3375896456 no need to build files that are not used.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7107 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-06 02:17:20 +00:00
Michael Jerris d0f7f0f137 cleanup build warnings.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6786 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-12-14 03:56:11 +00:00
Michael Jerris 4110f73cf3 add msvc 2008 sln/project files
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6690 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-12-12 01:40:13 +00:00
Michael Jerris bbffdd99ab cleanup some project file properties and hopefully fix the release build enum issue.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5961 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-18 04:15:33 +00:00
Michael Jerris 42e78242a3 add wrapper code to fully encapsulate apr, apr-utils, pcre, and sqlite. fully use switch_ namespace in modules, create our own format and type defines. follow up commit for unix autotools coming soon after this. PLEASE NOTE: you will NEED to do a make megaclean and run configure again after this update (and the following commit) or it will not build.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4494 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-03-09 20:44:13 +00:00
Michael Jerris c64f6ce5c0 copy missing header file to the right place.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4403 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-02-27 19:33:10 +00:00
Michael Jerris 08f512f436 update windows build to use sqlite 3.3.13
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4353 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-02-22 23:13:56 +00:00
Michael Jerris cebf3306af move windows build to use the in tree sqlite
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3741 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-12-19 23:09:46 +00:00
Michael Jerris d5ac9cba0c add quoting for source dir with spaces.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2852 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-09-28 01:19:39 +00:00
Michael Jerris 97a1363c50 cleanup msvc build targets and remove incremental build settings from libs.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2413 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-08-28 01:35:49 +00:00
Michael Jerris ccc83cbccb Let msvc decide if it needs to re-run the download projects based upon the presence of the downloaded directory. This now works properly for these targets when it will scroll pass the target as "up-to-date" instead of running it and doing nothing. This should speed up the build process a bit.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2363 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-08-22 20:31:53 +00:00
Michael Jerris ae380d58ec Update to new build system for windows.
This fixes several issues when debugging code in the ide, and does better dependency tracking.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2317 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-08-17 19:58:55 +00:00