Files
UnrealEngineUWP/Engine/Source/ThirdParty/hlslcc/UE_BuildThirdPartyLib_Mac.command
Chris Gagnon 41830d88e7 Renaming UE4 build scripts, and removed some really dated documentation.
#rb Josh.Adams

[CL 15068236 by Chris Gagnon in ue5-main branch]
2021-01-13 12:39:56 -04:00

16 lines
262 B
Bash
Executable File

#!/bin/sh
pushd hlslcc
p4 edit $THIRD_PARTY_CHANGELIST lib/Mac/...
# compile Mac
pushd projects/XCode
xcodebuild -configuration Release clean
xcodebuild -configuration Release
xcodebuild -configuration Debug clean
xcodebuild -configuration Debug
popd
popd