Lots of work on build-everything

This commit is contained in:
2025-06-06 19:12:32 -04:00
parent e26739a0ac
commit 61209d4c2f
4 changed files with 192 additions and 215 deletions

12
Makefile.tpl.txt Normal file
View File

@@ -0,0 +1,12 @@
# This makefile just invokes the unreal build system, then the luprex build system.
#
# Do not edit Makefile, instead, edit Makefile.tpl.txt
#
all:
(cd luprex ; make all)
[UNREALENGINE]/Engine/Build/BatchFiles/[BUILD_BAT] IntegrationEditor [OS] DebugGame [INTEGRATION]/Integration.uproject -waitmutex
clean:
(cd luprex ; make clean)
[UNREALENGINE]/Engine/Build/BatchFiles/[BUILD_BAT] IntegrationEditor [OS] DebugGame [INTEGRATION]/Integration.uproject -waitmutex -clean