build_static_lib_dbg
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
source build_scripts/init.sh
|
||||
|
||||
print "${CYAN}==========[build_shared_lib]==========\n"
|
||||
print "${CYAN}==========[build_static_lib]==========\n"
|
||||
clear_dir "$OUTDIR"
|
||||
clear_dir "$OBJDIR"
|
||||
compile_c "$BUILD_STATIC_LIB_C_ARGS" "$SRC_C tests/test_marshalling.c"
|
||||
|
||||
10
build_scripts/build_configurations/build_static_lib_dbg.sh
Normal file
10
build_scripts/build_configurations/build_static_lib_dbg.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
source build_scripts/init.sh
|
||||
|
||||
print "${CYAN}==========[build_static_lib_dbg]==========\n"
|
||||
clear_dir "$OUTDIR"
|
||||
clear_dir "$OBJDIR"
|
||||
compile_c "$BUILD_STATIC_LIB_DBG_C_ARGS" "$SRC_C tests/test_marshalling.c"
|
||||
compile_cpp "$BUILD_STATIC_LIB_DBG_CPP_ARGS" "$SRC_CPP"
|
||||
pack_static_lib "$STATIC_LIB_DBG_FILE"
|
||||
Reference in New Issue
Block a user