You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
16 lines
262 B
Bash
Executable File
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
|