first commit

This commit is contained in:
2022-09-09 18:40:34 +06:00
commit 990af1d10c
14 changed files with 282 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
#!/bin/bash
source cbuild/init.sh
print "${CYAN}==========[build_static_lib]==========\n"
clear_dir "$OUTDIR"
clear_dir "$OBJDIR"
compile_c "$BUILD_STATIC_LIB_C_ARGS" "$SRC_C"
compile_cpp "$BUILD_STATIC_LIB_CPP_ARGS" "$SRC_CPP"
pack_static_lib "$STATIC_LIB_FILE"