mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-08 08:45:43 +08:00
More win compile cleanup
This commit is contained in:
parent
93eb876e5f
commit
cc16682637
15
Makefile
15
Makefile
@ -496,13 +496,20 @@ ballisticacore-windows/Generic/BallisticaCore.ico: .efrocachemap
|
|||||||
@tools/pcommand efrocache_get $@
|
@tools/pcommand efrocache_get $@
|
||||||
|
|
||||||
ballisticacore-windows/build/Debug_%/BallisticaCoreGenericInternal.exe: \
|
ballisticacore-windows/build/Debug_%/BallisticaCoreGenericInternal.exe: \
|
||||||
ballisticacore-windows/build/Debug_%/BallisticaCoreGenericInternal.lib \
|
ballisticacore-windows/build/Debug_%/BallisticaCoreGenericInternal.lib \
|
||||||
ballisticacore-windows/build/Debug_%/BallisticaCoreGenericInternal.pdb \
|
ballisticacore-windows/build/Debug_%/BallisticaCoreGenericInternal.pdb \
|
||||||
ballisticacore-windows/Generic/BallisticaCore.ico \
|
ballisticacore-windows/Generic/BallisticaCore.ico \
|
||||||
prereqs code resources
|
prereqs code resources
|
||||||
WINDOWS_PROJECT=Generic WINDOWS_CONFIGURATION=Debug WINDOWS_PLATFORM=$* \
|
WINDOWS_PROJECT=Generic WINDOWS_CONFIGURATION=Debug WINDOWS_PLATFORM=$* \
|
||||||
${MAKE} _windows-wsl-build
|
${MAKE} _windows-wsl-build
|
||||||
|
|
||||||
|
# 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
|
||||||
|
.PRECIOUS: \
|
||||||
|
ballisticacore-windows/build/Debug_%/BallisticaCoreGenericInternal.lib \
|
||||||
|
ballisticacore-windows/build/Debug_%/BallisticaCoreGenericInternal.pdb
|
||||||
|
|
||||||
# Tell make which of these targets don't represent files.
|
# Tell make which of these targets don't represent files.
|
||||||
.PHONY: prefab-debug prefab-release prefab-debug-build prefab-release-build \
|
.PHONY: prefab-debug prefab-release prefab-debug-build prefab-release-build \
|
||||||
prefab-server-debug prefab-server-release prefab-server-debug-build \
|
prefab-server-debug prefab-server-release prefab-server-debug-build \
|
||||||
|
|||||||
@ -76,9 +76,9 @@ class SourceCategory(Enum):
|
|||||||
|
|
||||||
class PrefabTarget(Enum):
|
class PrefabTarget(Enum):
|
||||||
"""Types of prefab builds able to be run."""
|
"""Types of prefab builds able to be run."""
|
||||||
DEBUG = 'gui-debug'
|
GUI_DEBUG = 'gui-debug'
|
||||||
SERVER_DEBUG = 'server-debug'
|
SERVER_DEBUG = 'server-debug'
|
||||||
RELEASE = 'gui-release'
|
GUI_RELEASE = 'gui-release'
|
||||||
SERVER_RELEASE = 'server-release'
|
SERVER_RELEASE = 'server-release'
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user