Commit Graph

205 Commits

Author SHA1 Message Date
alexey.lysiuk 6241664404 build script: generalize cross-compilation with cmake 2020-12-30 11:09:38 +02:00
alexey.lysiuk 0099490350 build script: move platform-specific header preparation to a dedicated function 2020-12-30 11:08:36 +02:00
alexey.lysiuk 3ce7756f31 build script: remove no longer needed jpeg-turbo option 2020-12-29 11:56:21 +02:00
alexey.lysiuk 71809fb07e build script: enable vpx cross-compilation 2020-12-29 11:34:45 +02:00
alexey.lysiuk 597281b1a8 build script: enable 64-bit floating point math for mad target
this makes x86_64 and arm64 identical in terms of floating point math
2020-12-29 11:33:53 +02:00
alexey.lysiuk 7889c4670f build script: make output path customizable 2020-12-29 11:32:28 +02:00
alexey.lysiuk dec4c49203 build script: fix update of mikmod config script 2020-12-29 11:31:44 +02:00
alexey.lysiuk f894d9f745 build script: fix update of png config script 2020-12-29 11:31:28 +02:00
alexey.lysiuk 29cb712b50 build script: extract cmake output target class 2020-12-29 11:30:52 +02:00
alexey.lysiuk f28319bf43 build script: complete cross-compilation of gzdoom 2020-12-28 11:12:37 +02:00
alexey.lysiuk 328e783819 build script: support cross-compilation of zdoom based targets 2020-12-28 11:11:22 +02:00
alexey.lysiuk 0bd145ac7c add output path for main targets 2020-12-28 11:10:21 +02:00
alexey.lysiuk 733c81ff0e build script: build native platform first 2020-12-28 11:09:20 +02:00
alexey.lysiuk 6da02a3890 build script: store native build path during multi-platform build 2020-12-28 11:08:14 +02:00
alexey.lysiuk 7ea4611887 build script: make cross-compilation of jpeg-turbo platform agnostic 2020-12-28 11:06:17 +02:00
alexey.lysiuk 1f9e17fc4f build script: support cross-compilation of glib 2020-12-28 11:04:29 +02:00
alexey.lysiuk 958ba8e1c8 build script: put platform specific ffi headers in separate directories 2020-12-28 11:03:47 +02:00
alexey.lysiuk 7e710514e1 build script: install moltenvk universal binary 2020-12-28 11:01:29 +02:00
alexey.lysiuk f17e96b248 build script: disable ad-hoc code sign
it requires a different approach to sign application bundles
2020-12-28 11:00:13 +02:00
alexey.lysiuk 302a21f6b6 build script: merging of installations with missing files and directories 2020-12-28 10:58:50 +02:00
alexey.lysiuk f0b23e87f2 build script: use adjusted environment for target installation 2020-12-28 10:54:40 +02:00
alexey.lysiuk bddd779361 build script: update glib to 2.66.4 2020-12-28 10:51:14 +02:00
alexey.lysiuk 40038b19b3 build script: fix fluidsynth linking 2020-12-28 10:48:51 +02:00
alexey.lysiuk cd6d474727 build script: fix prefix directory creation 2020-12-26 12:00:07 +02:00
alexey.lysiuk 514c017a5a build script: build only base library of jpeg-turbo target 2020-12-26 11:43:16 +02:00
alexey.lysiuk 050803ab47 build script: add .pc patching to jpeg-turbo target 2020-12-26 11:41:58 +02:00
alexey.lysiuk d4da2a15c4 build script: support arm64 cross-compilation for jpeg-turbo 2020-12-26 11:41:39 +02:00
alexey.lysiuk f085959d4b build script: update mpg123 target to 1.26.4 2020-12-26 11:00:01 +02:00
alexey.lysiuk cee1f63836 build script: remove irrelevant option from mpg123 target 2020-12-26 10:59:30 +02:00
alexey.lysiuk 1b8cce4045 build script: add argument to disable one platform 2020-12-25 13:28:47 +02:00
alexey.lysiuk b398a4b50b build script: remove obsolete sdk path and os version 2020-12-25 13:07:34 +02:00
alexey.lysiuk 12ded9d9a7 build script: support building of x64 and arm targets 2020-12-25 13:06:53 +02:00
alexey.lysiuk 4b47e22768 build script: add platform support to cmake target 2020-12-25 13:05:19 +02:00
alexey.lysiuk ed46fee736 build script: add platform support to configure+make target 2020-12-25 13:04:50 +02:00
alexey.lysiuk 23456eaaf7 build script: add platform support to make target 2020-12-25 13:04:12 +02:00
alexey.lysiuk 7d29027d47 build script: add platform support to generic target 2020-12-25 13:02:30 +02:00
alexey.lysiuk 3a5c8cbd06 build script: add notion of target platforms, x86_64 and arm64 2020-12-25 12:59:04 +02:00
alexey.lysiuk 2cc24c6db8 [amend] molten 2020-12-25 12:54:34 +02:00
alexey.lysiuk e007118a87 build script: skip testing step of bzip2 target 2020-12-25 12:53:26 +02:00
alexey.lysiuk 5cd25a6312 build script: mark multi-platform targets 2020-12-25 12:52:03 +02:00
alexey.lysiuk 6a62f3918e build script: simplify .pc files patching function 2020-12-25 12:50:46 +02:00
alexey.lysiuk b399cbcc01 build script: nblood target is based on eduke32
this propagates workaround for missing CLOCK_MONOTONIC definition to nblood target
2020-12-24 10:06:08 +02:00
alexey.lysiuk 72b22160ce build script: add eduke32 target 2020-12-23 10:09:52 +02:00
alexey.lysiuk 3209ba2639 build script: simplify quakespasm target 2020-12-23 10:09:17 +02:00
alexey.lysiuk 95b45db335 build script: add nblood target 2020-12-22 10:53:44 +02:00
alexey.lysiuk 0e2248ba7f build script: allow selection of tool for make target 2020-12-22 10:53:03 +02:00
alexey.lysiuk 7bf030f9c4 build script: add gmake target 2020-12-22 10:51:13 +02:00
alexey.lysiuk b356e8ca44 build script: add portmidi target 2020-12-21 11:47:13 +02:00
alexey.lysiuk e90852ca2d build script: disable dependency tracking if supported 2020-12-20 13:35:26 +02:00
alexey.lysiuk e63f5ada80 build script: remove explicit makefile specification 2020-12-20 13:13:17 +02:00