Lots of work on build-everything
This commit is contained in:
12
Makefile.tpl.txt
Normal file
12
Makefile.tpl.txt
Normal 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
|
||||
Reference in New Issue
Block a user