bugfix
This commit is contained in:
parent
a0cdbf5522
commit
8e6b4336d0
@ -42,7 +42,7 @@ exec: build_exec
|
||||
|
||||
# executes $EXEC_FILE
|
||||
exec_dbg: build_exec_dbg
|
||||
@cbuild/call_task.sh exec_dbg 2>&1 | tee -a make_raw.log
|
||||
@cbuild/call_task.sh exec 2>&1 | tee -a make_raw.log
|
||||
|
||||
# executes $EXEC_FILE with valgrind memory checker
|
||||
valgrind: build_exec_dbg
|
||||
|
||||
@ -30,7 +30,7 @@ case "$OS" in
|
||||
SHARED_LIB_FILE="$PROJECT.dll"
|
||||
;;
|
||||
LINUX)
|
||||
EXEC_FILE="$PROJECT.P"
|
||||
EXEC_FILE="$PROJECT"
|
||||
SHARED_LIB_FILE="$PROJECT.so"
|
||||
;;
|
||||
*)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user