From 067c164a66c60dc311cad9202953aafd36895079 Mon Sep 17 00:00:00 2001 From: Eric Froemling Date: Thu, 17 Oct 2019 18:09:39 -0700 Subject: [PATCH] minor fixes to windows prefab builds --- Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 36037fe6..1128d8de 100644 --- a/Makefile +++ b/Makefile @@ -175,8 +175,11 @@ prefab-linux-release-build: assets-cmake \ build/prefab/linux/release/ballisticacore: .efrocachemap @tools/snippets efrocache_get $@ +PREFAB_WINDOWS_PLATFORM = x64 + prefab-windows-debug: prefab-windows-debug-build - @echo Build succesful - now run build/prefab/windows/debug/BallisticaCore.exe + @echo Build succesful - now run:\ + build/prefab/windows/debug/BallisticaCore.exe prefab-windows-debug-build: assets-windows \ build/prefab/windows/debug/BallisticaCore.exe @@ -186,7 +189,8 @@ build/prefab/windows/debug/BallisticaCore.exe: .efrocachemap @tools/snippets efrocache_get $@ prefab-windows-release: prefab-windows-release-build - @echo Build succesful - now run build/prefab/windows/release/BallisticaCore.exe + @echo Build succesful - now run:\ + build/prefab/windows/release/BallisticaCore.exe prefab-windows-release-build: assets-windows \ build/prefab/windows/release/BallisticaCore.exe