diff --git a/Makefile b/Makefile index b54ae17c..3ff4a6a6 100644 --- a/Makefile +++ b/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 diff --git a/tools/batools/pcommand.py b/tools/batools/pcommand.py index a1d874ac..1a3c48a3 100644 --- a/tools/batools/pcommand.py +++ b/tools/batools/pcommand.py @@ -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: