mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-05 15:03:33 +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.lib \
|
||||||
build/prefab/lib/windows/Debug_Win32/BallisticaCoreGenericInternal.pdb \
|
build/prefab/lib/windows/Debug_Win32/BallisticaCoreGenericInternal.pdb \
|
||||||
ballisticacore-windows/Generic/BallisticaCore.ico
|
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
|
${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
|
# These are 'intermediate' files and will get deleted implicitly by make
|
||||||
# if we don't do this.
|
# if we don't do this.
|
||||||
# See: https://www.gnu.org/software/make/manual/make.html#Special-Targets
|
# See: https://www.gnu.org/software/make/manual/make.html#Special-Targets
|
||||||
|
|||||||
@ -481,7 +481,6 @@ def wsl_path_to_win() -> None:
|
|||||||
import os
|
import os
|
||||||
from efro.error import CleanError
|
from efro.error import CleanError
|
||||||
try:
|
try:
|
||||||
print('HELLO FROM WSL_PATH_TO_WIN', file=sys.stderr)
|
|
||||||
create = False
|
create = False
|
||||||
escape = False
|
escape = False
|
||||||
if len(sys.argv) < 3:
|
if len(sys.argv) < 3:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user