Commit Graph

101 Commits

Author SHA1 Message Date
Andrey Volk
193316b244 [Build-System] Remove mod_unimrcp from the Windows build. 2022-08-29 20:17:12 +03:00
Andrey Volk
e173578a78 [Build-System] Sign FreeSWITCH modules with timestamp on Windows when new version is released. 2021-10-23 22:00:16 +03:00
Andrey Volk
1984e88f6a [Build-System] Sign FreeSWITCH MSI Package with the Code Signing Certificate on Windows. 2021-10-23 22:00:16 +03:00
Stefan Weil
6609ce9510 Fix some typos (most found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2021-02-24 13:59:11 +01:00
Andrey Volk
7490fba772 [Build-System] Fix Visual Studio detection logic to use the latest installed when building FreeSWITCH or sound packages. 2020-05-25 16:41:16 +04:00
Andrey Volk
4a2812aaf5 FS-11727: [mod_mariadb] Add MariaDB (MySQL) support 2019-07-23 20:07:16 +04:00
Andrey Volk
ccc4ae282a FS-11880: [Core,mod_pgsql] Remove native PostgreSQL support from the core, add mod_pgsql database module. 2019-07-18 00:20:50 +04:00
Andrey Volk
89c2dc04a0 FS-11513: [Build-System] Fix Windows versioning. 2019-07-16 22:23:38 +04:00
Andrey Volk
a1f3b4862e FS-11849: [Build-System] Add mod_av based on ffmpeg and openh264 to MSI package on Windows. 2019-05-17 16:46:58 +04:00
Andrey Volk
a8aced2411 FS-11729: [Build-System] Fix Visual Studio 2017 15.9 Redist files detection. 2019-03-29 18:45:45 +04:00
Andrey Volk
d0cca7e222 FS-11555: [mod_signalwire] Initial commit. 2018-12-21 21:45:59 +04:00
Andrey Volk
a503166dcb FS-11403: [Build-System] Add missing htdocs, images, fonts, grammar to the Windows installer. Add descriptions to the installed components. Cleanup legacy project files. 2018-09-21 22:16:10 +03:00
Andrey Volk
efd592899f FS-11394: [mod_av] Fix Windows build. 2018-09-21 16:47:57 +03:00
Andrey Volk
5409a47885 FS-11400: [Build-System] FreeSWITCH Sound packages on Windows. 2018-09-20 17:47:20 +03:00
Andrey Volk
0b2f72ff97 FS-11394: [mod_av] Enable HW acceleration on Windows. Use FFmpeg 3.4.4 instead of libav. 2018-09-19 19:16:36 +03:00
Andrey Volk
144bbec7fd FS-11303: [Build-System] Migrate Visual C++ components redistribution using merge modules from v140 to v141 (VS2017), minor cleanup. 2018-08-01 18:49:24 +03:00
Andrey Volk
87f004bc16 FS-11271: [Build-System] Add mod_cdr_mongodb to the Windows build. 2018-08-01 00:52:01 +03:00
Andrey Volk
21b135cc16 FS-11297: [Build-System] Add mod_cidlookup to the Windows build. 2018-07-31 23:20:14 +03:00
Andrey Volk
e08406d1c4 FS-11288: [Build-System] Refactor WIX project to not miss modules in msi on slow machines. Move Windows build logic from legacy util.vbs to modern props. Fix sound packages improper extraction. Fix multiprocessor build under msbuild. 2018-07-27 18:56:46 +03:00
Andrey Volk
671da28796 FS-11263: [Build-System] Move FreeSWITCH build system to Visual Studio 2017 on Windows. 2018-07-24 07:21:55 +00:00
Andrey Volk
3645facb84 FS-11122: [Build-System] Fix improper use of debug symbols settings on Windows. 2018-07-24 07:21:50 +00:00
Andrey Volk
2e7e6221f8 FS-11083: [Build-System] Add mod_cdr_sqlite to the Windows build. 2018-07-24 07:21:46 +00:00
Andrey Volk
5c04c4ad6b FS-11082: [Build-System] Add mod_odbc_cdr to the Windows build. 2018-07-24 07:21:46 +00:00
Andrey Volk
d91374edde FS-11078: [Build-System] Add mod_say_(es_ar, fa, he, hr, hu, ja, pl, th) modules to the Windows build. 2018-07-24 07:21:44 +00:00
Andrey Volk
cd0fdcd58b FS-11076: [mod_cdr_pg_csv] Add mod_cdr_pg_csv to the Windows build. 2018-07-24 07:21:44 +00:00
Andrey Volk
fe9f2713b4 FS-11075: [mod_amqp] Add mod_amqp to the Windows build. 2018-07-24 07:21:44 +00:00
Andrey Volk
1396f5c5fe FS-11066: [Build-System] Make WIX project be able to produce snapshots with proper msi naming on windows. 2018-07-24 07:21:42 +00:00
Andrey Volk
af29a31c7f FS-11020: [Build-System] On Windows: Add missing modules to the msi installer, fix mod_gsmopen build, remove mod_skyopen, disable libav and libx264, cleanup. 2018-07-24 07:21:42 +00:00
Andrey Volk
0bdd607c94 FS-9717 [Build-System] Fix missing mods in msi packages. Fix x64 release build on a clean tree on windows. 2017-06-22 01:51:46 +03:00
Andrey Volk
9aae875bd7 FS-10034 [WIX] Fix WIX to respect Win32/x64 binary output folders. 2017-02-12 15:55:41 +03:00
Andrey Volk
7d1210237a FS-10010 [WIX] Fix windows WIX installer by including a proper vc runtime 2017-02-04 15:44:29 +03:00
Ken Rice
0c413afccd FS-8664 #resolve add fs_cli.exe to msi so its installed.
Tweak the wix configs to actually build a 64bit installer.
unfortunately this breaks the 32bit msi without edits to the Setup.2015
WiX configs for the 32bit temp pathes. We are looking for a solution for
this.
2015-12-15 14:12:27 -06:00
Ken Rice
ebda34e1d9 FS-8655 #resolve Update the windows build for MSVS2015 and WiX 3.10.1 to build an MSI 2015-12-14 10:58:29 -06:00
Ken Rice
cbc23f4db8 Revert "explore use of nuget for wix build dependency"
This reverts commit 31065883df.
2015-12-11 16:38:31 -06:00
Jeff Lenk
31065883df explore use of nuget for wix build dependency 2015-09-07 18:14:42 -05:00
Michael Jerris
164c6111a1 FS-7966: remove some older versions of msvc build system as these will no longer work soon, please use 2015 instead 2015-08-31 10:19:10 -05:00
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
Jeff Lenk
345e50d25a FS-7644 2015-06-11 15:29:28 -05:00
Michael Jerris
91a6fc82c0 FS-7338: remove libsndfile from tree, use system lib instead
FS-7338: remove libsilk from tree, use system lib instead
FS-7338: change to always use system liblua
FS-7338: remove libbroadvoice from tree, use system lib instead
FS-7338: remove libilbc from tree, use system lib instead
FS-7338: remove libs using system libs from bootstrap
FS-7338: remove libg722_1 from tree, use system lib instead
FS-7338: remove mod_celt, it has be superseded by mod_opus
FS-7338: remove libcodec2 from tree, use system lib instead
FS-7338: remove libopus from tree, use system lib instead
FS-7338: remove libsoundtouch build from tree, use system lib instead
FS-7338: remove flite build from tree, use system lib instead
FS-7338: remove openldap build from tree, use system lib instead
FS-7338: remove libmongoc build from tree, use system lib instead
FS-7338: remove mod_mongo deps that are no longer actually required
FS-7338: remove some dup demo modules and don't include demo code in packages
2015-05-28 12:47:24 -05:00
Ken Rice
861c4e9c47 update URLs for sound files 2015-05-26 00:05:37 -05:00
Jeff Lenk
01c1195ef4 FS-4768 VS2012 add Setup Heat xslt filter to project 2013-01-06 11:53:43 -06:00
Jeff Lenk
cca667ade4 FS-4768 add wix 3.7 support this is a work in progress 2013-01-04 12:18:56 -06:00
Jeff Lenk
4d91d9f265 windows use standard environment variable for installer build 2012-10-20 13:48:33 -05:00
Jeff Lenk
e977d15844 FS-4343 --resolve add mod_directory, mod_callcenter, mod_skypopen 2012-09-10 08:54:53 -05:00
Jeff Lenk
d015395566 FS-4203 --resolve add service setup to windows installer 2012-05-15 11:26:16 -05:00
Jeff Lenk
ebb636f340 fix path with prebuilt windows installers 2012-03-24 12:55:32 -05:00
Jeff Lenk
f85eb0d61f conf: setup change for windows with vanilla conf 2012-03-24 04:14:19 +00:00
Jeff Lenk
62dc305092 add mod_abstraction to windows build 2012-01-25 17:56:08 -06:00
Jeff Lenk
080b89244e add mod_httapi to windows vs2010 binary distribution 2012-01-06 11:10:04 -06:00
Jeff Lenk
de96c09d96 VS2008 VS2010 remove mod_file_string from solutions 2011-03-29 23:37:55 -05:00