scripts fixed again
This commit is contained in:
parent
d9dc064793
commit
eb72368958
@ -3,8 +3,8 @@
|
||||
source build_scripts/init.sh
|
||||
|
||||
print "${CYAN}=============[build_lib]==============\n"
|
||||
clear_dir bin
|
||||
clear_dir obj
|
||||
clear_dir "$OUTDIR"
|
||||
clear_dir "$OBJDIR"
|
||||
compile_c "$BUILD_LIB_C_ARGS" "$SRC_C tests/test_marshalling.c"
|
||||
compile_cpp "$BUILD_LIB_C_ARGS" "$SRC_CPP"
|
||||
link "$BUILD_LIB_CPP_ARGS $BUILD_LIB_LINKER_ARGS" "$LIB_FILE"
|
||||
|
||||
@ -3,8 +3,8 @@
|
||||
source build_scripts/init.sh
|
||||
|
||||
print "${CYAN}=============[build_test]=============\n"
|
||||
clear_dir bin
|
||||
clear_dir obj
|
||||
clear_dir "$OUTDIR"
|
||||
clear_dir "$OBJDIR"
|
||||
compile_c "$BUILD_TEST_C_ARGS" "$SRC_C $TESTS_C"
|
||||
compile_cpp "$BUILD_TEST_CPP_ARGS" "$SRC_CPP $TESTS_CPP"
|
||||
link "$BUILD_TEST_CPP_ARGS $BUILD_TEST_LINKER_ARGS" $TEST_FILE
|
||||
|
||||
Loading…
Reference in New Issue
Block a user