mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-29 02:23:22 +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-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} \
|
||||
build/prefab/windows/debug/BallisticaCore.exe
|
||||
@ -199,8 +198,7 @@ build/prefab/windows/debug/BallisticaCore.exe: .efrocachemap
|
||||
@tools/snippets efrocache_get $@
|
||||
|
||||
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} \
|
||||
build/prefab/windows/release/BallisticaCore.exe
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user