more windows work

This commit is contained in:
Eric Froemling 2021-06-04 13:03:22 -05:00
parent 4b0d7005a9
commit b724e322a7
No known key found for this signature in database
GPG Key ID: 89C93F0F8D6D5A98
2 changed files with 9 additions and 2 deletions

View File

@ -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

View File

@ -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: