mirror of
https://github.com/Poikilos/b3view.git
synced 2023-10-03 07:58:48 -07:00
Get build.sh improvements from irrPaint3D.
This commit is contained in:
parent
51e6536901
commit
ba9f4372b2
6
build.sh
6
build.sh
@ -143,6 +143,8 @@ if [ -z "$BUILD_DIR" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
OUT_BIN="$BUILD_DIR/$BIN_NAME"
|
OUT_BIN="$BUILD_DIR/$BIN_NAME"
|
||||||
|
OUT_BIN_PATH="`realpath $OUT_BIN`"
|
||||||
|
OUT_BIN_CWD="`realpath $BUILD_DIR`"
|
||||||
|
|
||||||
if [ "@$DEBUG" = "@true" ]; then
|
if [ "@$DEBUG" = "@true" ]; then
|
||||||
OPTION1="-g"
|
OPTION1="-g"
|
||||||
@ -307,4 +309,6 @@ if [ "@$DEBUG" != "@true" ]; then
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
echo "Done"
|
echo "Done"
|
||||||
|
echo "You can now make a shortcut to:"
|
||||||
|
echo " Exec=$OUT_BIN_PATH"
|
||||||
|
echo " Path=$OUT_BIN_CWD"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user