Files
UnrealEngineUWP/Engine/Source/Programs/UnrealTraceServer/makefile
martin ridgers cd254090f1 Polyglot makefile
b18d259 / Martin Ridgers / 2021-08-16 14:49:33 +0200

#ROBOMERGE-SOURCE: CL 17229263 in //UE5/Main/...
#ROBOMERGE-BOT: STARSHIP (Main -> Release-Engine-Test) (v855-17104924)

[CL 17229266 by martin ridgers in ue5-release-engine-test branch]
2021-08-19 03:42:27 -04:00

18 lines
323 B
Makefile

# vim: expandtab foldlevel=1 ft=make
# Ensure "all" is the first encountered target so it is the default
all :
ifdef MAKEDIR: # gmake=false condition, nmake=two unused targets
!ifdef MAKEDIR # gmake=skipped, nmake=true condition
!include build/nmake.makefile
!else
else
include build/gmake.makefile
endif
!endif :