mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-07 08:03:30 +08:00
switched windows builds to console mode to make python more accessible in them
This commit is contained in:
parent
bf930adc7a
commit
1852f4f278
6
Makefile
6
Makefile
@ -188,8 +188,7 @@ build/prefab/linux/release/ballisticacore: .efrocachemap
|
|||||||
PREFAB_WINDOWS_PLATFORM = x64
|
PREFAB_WINDOWS_PLATFORM = x64
|
||||||
|
|
||||||
prefab-windows-debug: prefab-windows-debug-build
|
prefab-windows-debug: prefab-windows-debug-build
|
||||||
@echo Build successful - now run:\
|
build/prefab/windows/debug/BallisticaCore.exe
|
||||||
build/prefab/windows/debug/BallisticaCore.exe
|
|
||||||
|
|
||||||
prefab-windows-debug-build: assets-windows-${PREFAB_WINDOWS_PLATFORM} \
|
prefab-windows-debug-build: assets-windows-${PREFAB_WINDOWS_PLATFORM} \
|
||||||
build/prefab/windows/debug/BallisticaCore.exe
|
build/prefab/windows/debug/BallisticaCore.exe
|
||||||
@ -199,8 +198,7 @@ build/prefab/windows/debug/BallisticaCore.exe: .efrocachemap
|
|||||||
@tools/snippets efrocache_get $@
|
@tools/snippets efrocache_get $@
|
||||||
|
|
||||||
prefab-windows-release: prefab-windows-release-build
|
prefab-windows-release: prefab-windows-release-build
|
||||||
@echo Build successful - now run:\
|
build/prefab/windows/release/BallisticaCore.exe
|
||||||
build/prefab/windows/release/BallisticaCore.exe
|
|
||||||
|
|
||||||
prefab-windows-release-build: assets-windows-${PREFAB_WINDOWS_PLATFORM} \
|
prefab-windows-release-build: assets-windows-${PREFAB_WINDOWS_PLATFORM} \
|
||||||
build/prefab/windows/release/BallisticaCore.exe
|
build/prefab/windows/release/BallisticaCore.exe
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user