mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-06 15:47:06 +08:00
tidying
This commit is contained in:
parent
9bf403b043
commit
c4d089c364
2
Makefile
2
Makefile
@ -746,6 +746,7 @@ windows-debug-build: windows-staging \
|
|||||||
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
|
||||||
@tools/pcommand ensure_prefab_platform windows_x86
|
@tools/pcommand ensure_prefab_platform windows_x86
|
||||||
|
@tools/pcommand wsl_build_check_win_drive
|
||||||
WINDOWS_PROJECT=Generic WINDOWS_CONFIGURATION=Debug WINDOWS_PLATFORM=Win32 \
|
WINDOWS_PROJECT=Generic WINDOWS_CONFIGURATION=Debug WINDOWS_PLATFORM=Win32 \
|
||||||
${MAKE} _windows-wsl-build
|
${MAKE} _windows-wsl-build
|
||||||
|
|
||||||
@ -754,6 +755,7 @@ windows-debug-rebuild: windows-staging \
|
|||||||
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
|
||||||
@tools/pcommand ensure_prefab_platform windows_x86
|
@tools/pcommand ensure_prefab_platform windows_x86
|
||||||
|
@tools/pcommand wsl_build_check_win_drive
|
||||||
WINDOWS_PROJECT=Generic WINDOWS_CONFIGURATION=Debug WINDOWS_PLATFORM=Win32 \
|
WINDOWS_PROJECT=Generic WINDOWS_CONFIGURATION=Debug WINDOWS_PLATFORM=Win32 \
|
||||||
${MAKE} _windows-wsl-rebuild
|
${MAKE} _windows-wsl-rebuild
|
||||||
|
|
||||||
|
|||||||
@ -504,7 +504,7 @@ def wsl_build_check_win_drive() -> None:
|
|||||||
|
|
||||||
raise CleanError('\n\n'.join([
|
raise CleanError('\n\n'.join([
|
||||||
_wrap('ERROR: This project appears to live on the Linux filesystem.'),
|
_wrap('ERROR: This project appears to live on the Linux filesystem.'),
|
||||||
_wrap('Visual Studio builds will error here for reasons related'
|
_wrap('Visual Studio compiles will error here for reasons related'
|
||||||
' to Linux filesystem case-sensitivity, and thus are'
|
' to Linux filesystem case-sensitivity, and thus are'
|
||||||
' disallowed.'
|
' disallowed.'
|
||||||
' Clone the repo to a location that maps to a native'
|
' Clone the repo to a location that maps to a native'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user