mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-06 23:59:18 +08:00
tidying and build-complete messages
This commit is contained in:
parent
f1921837a4
commit
422058166c
17
Makefile
17
Makefile
@ -999,21 +999,22 @@ CMAKE_BUILD_TYPE ?= Debug
|
|||||||
cmake: cmake-build
|
cmake: cmake-build
|
||||||
@cd build/cmake/$(CM_BT_LC) && ./ballisticakit
|
@cd build/cmake/$(CM_BT_LC) && ./ballisticakit
|
||||||
|
|
||||||
# Build and run the cmake build under lldb.
|
# Build and run the cmake build under the gdb debugger.
|
||||||
# Sets up the ballistica environment to do things like abort() out to the
|
|
||||||
# debugger on errors instead of trying to cleanly exit.
|
|
||||||
cmake-lldb: cmake-build
|
|
||||||
@cd build/cmake/$(CM_BT_LC) && BA_DEBUGGER_ATTACHED=1 lldb ./ballisticakit
|
|
||||||
|
|
||||||
# Build and run the cmake build under lldb.
|
|
||||||
# Sets up the ballistica environment to do things like abort() out to the
|
# Sets up the ballistica environment to do things like abort() out to the
|
||||||
# debugger on errors instead of trying to cleanly exit.
|
# debugger on errors instead of trying to cleanly exit.
|
||||||
cmake-gdb: cmake-build
|
cmake-gdb: cmake-build
|
||||||
@cd build/cmake/$(CM_BT_LC) && BA_DEBUGGER_ATTACHED=1 gdb ./ballisticakit
|
@cd build/cmake/$(CM_BT_LC) && BA_DEBUGGER_ATTACHED=1 gdb ./ballisticakit
|
||||||
|
|
||||||
|
# Build and run the cmake build under the lldb debugger.
|
||||||
|
# Sets up the ballistica environment to do things like abort() out to the
|
||||||
|
# debugger on errors instead of trying to cleanly exit.
|
||||||
|
cmake-lldb: cmake-build
|
||||||
|
@cd build/cmake/$(CM_BT_LC) && BA_DEBUGGER_ATTACHED=1 lldb ./ballisticakit
|
||||||
|
|
||||||
# Build but don't run it.
|
# Build but don't run it.
|
||||||
cmake-build: assets-cmake resources cmake-binary
|
cmake-build: assets-cmake resources cmake-binary
|
||||||
@$(STAGE_ASSETS) -cmake build/cmake/$(CM_BT_LC)
|
@$(STAGE_ASSETS) -cmake build/cmake/$(CM_BT_LC)
|
||||||
|
@tools/pcommand echo BLD Build complete: BLU build/cmake/$(CM_BT_LC)
|
||||||
|
|
||||||
cmake-binary: meta
|
cmake-binary: meta
|
||||||
@tools/pcommand cmake_prep_dir build/cmake/$(CM_BT_LC)
|
@tools/pcommand cmake_prep_dir build/cmake/$(CM_BT_LC)
|
||||||
@ -1031,6 +1032,8 @@ cmake-server: cmake-server-build
|
|||||||
|
|
||||||
cmake-server-build: assets-cmake resources meta cmake-server-binary
|
cmake-server-build: assets-cmake resources meta cmake-server-binary
|
||||||
@$(STAGE_ASSETS) -cmakeserver -$(CM_BT_LC) build/cmake/server-$(CM_BT_LC)
|
@$(STAGE_ASSETS) -cmakeserver -$(CM_BT_LC) build/cmake/server-$(CM_BT_LC)
|
||||||
|
@tools/pcommand echo BLD \
|
||||||
|
Server build complete: BLU build/cmake/server-$(CM_BT_LC)
|
||||||
|
|
||||||
# Build just the headless binary.
|
# Build just the headless binary.
|
||||||
# Note: We currently symlink FOO_headless. In packaged builds we rename it.
|
# Note: We currently symlink FOO_headless. In packaged builds we rename it.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user