mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-25 08:23:35 +08:00
more windows work
This commit is contained in:
parent
4b0d7005a9
commit
b724e322a7
10
Makefile
10
Makefile
@ -500,9 +500,17 @@ windows-wsl-debug-build: \
|
||||
build/prefab/lib/windows/Debug_Win32/BallisticaCoreGenericInternal.lib \
|
||||
build/prefab/lib/windows/Debug_Win32/BallisticaCoreGenericInternal.pdb \
|
||||
ballisticacore-windows/Generic/BallisticaCore.ico
|
||||
WINDOWS_PROJECT=Generic WINDOWS_CONFIGURATION=Debug WINDOWS_PLATFORM=$* \
|
||||
WINDOWS_PROJECT=Generic WINDOWS_CONFIGURATION=Debug WINDOWS_PLATFORM=Win32 \
|
||||
${MAKE} _windows-wsl-build
|
||||
|
||||
windows-wsl-debug-rebuild: \
|
||||
prereqs code resources \
|
||||
build/prefab/lib/windows/Debug_Win32/BallisticaCoreGenericInternal.lib \
|
||||
build/prefab/lib/windows/Debug_Win32/BallisticaCoreGenericInternal.pdb \
|
||||
ballisticacore-windows/Generic/BallisticaCore.ico
|
||||
WINDOWS_PROJECT=Generic WINDOWS_CONFIGURATION=Debug WINDOWS_PLATFORM=Win32 \
|
||||
${MAKE} _windows-wsl-rebuild
|
||||
|
||||
# These are 'intermediate' files and will get deleted implicitly by make
|
||||
# if we don't do this.
|
||||
# See: https://www.gnu.org/software/make/manual/make.html#Special-Targets
|
||||
|
||||
@ -481,7 +481,6 @@ def wsl_path_to_win() -> None:
|
||||
import os
|
||||
from efro.error import CleanError
|
||||
try:
|
||||
print('HELLO FROM WSL_PATH_TO_WIN', file=sys.stderr)
|
||||
create = False
|
||||
escape = False
|
||||
if len(sys.argv) < 3:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user