Commit Graph

12 Commits

Author SHA1 Message Date
otavepto
82197aefdd update Windows 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
a642521a88 updated Windows 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
13bc94ad75 for Windows build script, inline the cleanup procedure and deprecate the separate/dedicated cleanup script 2023-12-25 01:58:45 +02:00
otavepto
c190c6ff93 updated the Windows build script to include the source files of the Mbed TLS library + refactored to be similar to the Linux script & use a common variable for source files 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
ce0d862b67 updated Windows build script for the utf-8 lib 2023-12-14 04:48:25 +02:00
a
37f8c34dc8 added proper build scripts for Windows + clean build script 2023-12-14 04:41:30 +02:00