Commit Graph

18 Commits

Author SHA1 Message Date
otavepto
f8dd6540b0 update Linux build script to avoid removing the entire build folder before building + introduce -clean flag 2023-12-25 18:30:44 +02:00
otavepto
36f57bfd04 remove +lowperf flag for now from all build scripts 2023-12-25 18:30:44 +02:00
otavepto
1b63208dbf updated Linux build script to add the mbedtls static lib and its include dir to the build process 2023-12-25 18:30:44 +02:00
otavepto
91d470a358 fixed all incorrect usages of NULL in place of a decimal number + removed compiler flags: -Wno-int-to-void-pointer-cast and -Wno-null-conversion 2023-12-25 04:09:49 +02:00
otavepto
1ed450b8e9 fixed all non-void functions missing return values + removed the compiler flag -Wno-return-type 2023-12-25 04:09:49 +02:00
otavepto
fb44c1f964 updated Linux build script to build the find_interfaces tool for Linux as well + copy the new steamclient_loader script files 2023-12-25 01:58:45 +02:00
otavepto
7a3d31cabe updated the Linux build script to include the source files of the Mbed TLS library 2023-12-24 14:33:40 +02:00
otavepto
bdd0bf3bda updated Windows + Linux build scripts to add the includes folder for the new Mbed TLS library 2023-12-24 14:33:40 +02:00
otavepto
a1c41db373 updated Windows + Linux build scripts to include the new folder for fifo_map library 2023-12-24 14:33:40 +02:00
otavepto
6374c9e7f3 + in Linux build scripts don't use -d flag with rm
+ add global build stat message
2023-12-21 19:33:05 +02:00
otavepto
0b49bd3338 + fixed error propagation in Windows build script, apparently set /a var+=another_var works only if another_var is a defined env var but NOT one of the "magic" builtins like errorlevel
+ output niceness when running protob compiler in Linux build
2023-12-20 05:30:17 +02:00
ota
2e69c038cc + check for vswhere before attempting any detection
+ niceness for terminal output

+ update Windows + Linux scripts to use the new directories of third party + propagate exit error code + fix line ending

+ update Windows deps build script to clean generated build files by cmake after install + propagate exit code of all builds

+ update Linux deps build script to clean generated build files by cmake after install + propagate exit code of all builds

+ fix line ending!
2023-12-18 02:50:05 +02:00
a
32983f861a updated Linux build script for the utf-8 lib 2023-12-14 04:48:37 +02:00
a
71ee66a1a4 added proper build scripts for Linux + deps build script 2023-12-14 04:41:30 +02:00
a
a0b8881c99 remove all Linux build scripts 2023-12-14 04:41:28 +02:00
Mr_Goldberg
a32853e643
Use C++14 instead of C++11 2021-09-19 01:09:25 -04:00
Nemirtingas
b17e3b7be3 Added win static build for curl 2019-08-21 21:35:41 +02:00
Mr_Goldberg
d968c3e1b5
Initial commit. 2019-04-13 12:21:56 -04:00