You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
#lockdown Nick.Penwarden
#rb none
==========================
MAJOR FEATURES + CHANGES
==========================
[NOTE: Switch changes have been removed from this list, and will be in a comment in //UE4/Main/Engine/Build/Switch/SwitchChanges.txt]
Change 3207431 on 2016/11/22 by Keith.Judge
Make VectorSign on XB1 match (incorrect) SSE implementation rather than the reference FPU implementation. Too many things seem to rely on this to change the default behaviour now.
#jira UE-36921
#jira UE-38560
Change 3208206 on 2016/11/22 by Josh.Adams
- Changed plugins upgrading a content-only project to code-based, even if the modules inside aren't compiled for the current platform. There are issues with runtime not knowing the plugin isn't needed. The proper way is to non-whitelist the platform in the project, not in the modules, if you don't want it to upgrade the project. See the comments in this change for more info.
#jira UE-38929
Change 3209137 on 2016/11/23 by Alicia.Cano
Add a check to iOS tool chain for exception flag
#jira UE-36528
#ios
Change 3209296 on 2016/11/23 by Ben.Marsh
Always send build failure notifications in Dev-Platform to Will.Fissler@epicgames.com and Owen.Stupka@epicgames.com
Change 3211316 on 2016/11/28 by Joe.Barnes
Fix some typos
Change 3211318 on 2016/11/28 by Joe.Barnes
Fix wrong function name in header file. Didn't match actual function name in RenderingThread.cpp
Change 3213227 on 2016/11/29 by Dmitry.Rekman
Add -fPIC to libwebsockets on Linux.
Change 3213463 on 2016/11/29 by Nick.Shin
helper build scripts for CentOS 7 Linux (via Docker)
LINUX: pull source and compile: zlib openssl libcurl & libwebsockets
using [ glibc 2.17 ] & [ gcc 4.8.5 ]
Docker creates an image (that is essentially a CentOS box) and runs the build script within that environment (called a container). think of this as a VM -- but waaaaaaay better -- nothing is virtualized -- it's all on the metal.
#jira UEPLAT-1246 - Update libWebsockets
#jira UEPLAT-1221 - update websocket library
#jira UEPLAT-1203 - Add Linux library for libwebsockets
#jira UEPLAT-1204 - Rebuild libwebsockets with SSL
Change 3213939 on 2016/11/29 by Michael.Trepka
Ignore parent widget's geometry scale when showing a popup menu in a separate window
#jira UE-38706
Change 3215583 on 2016/11/30 by Josh.Adams
Merging //UE4/Dev-Main to Dev-Platform (//UE4/Dev-Platform)
Change 3216345 on 2016/11/30 by Josh.Adams
Better fix for poison proxy fix
Change 3217106 on 2016/12/01 by Michael.Trepka
Fixed a crash caused by an attempt to use FPlayWorldCommands::GlobalPlayWorldActions before it's initialized when showing suppressable warning dialogs in UEditorEngine::UpdateAutoLoadProject()
#jira UE-38816
Change 3217223 on 2016/12/01 by Josh.Adams
- Fixed some TEXT macro warnings that crept in from IWYU changes
Change 3217253 on 2016/12/01 by Dmitry.Rekman
Linux: fix GL crash (UE-17649).
- Making sure all streams are set up. Fix by Cengiz.
Change 3217473 on 2016/12/01 by Daniel.Lamb
Fixed a case when we load a map it might not have it's sublevels loaded because it's not treated like a map.
#test cook run QAGame
Change 3217588 on 2016/12/01 by Peter.Sauerbrei
Pull in IPv6 fix
Change 3217654 on 2016/12/01 by Michael.Trepka
Changed the Mac-specific high DPI code to use system backingScaleFactor only if NSHighResolutionCapable in Info.plist is set to true. This solves the problem with macOS Sierra giving us actual backingScaleFactor values even in low DPI modes.
Change 3217873 on 2016/12/01 by Josh.Adams
- Added some logging to a tvOS assert, since debugging it right away is tricky
Change 3218097 on 2016/12/01 by Josh.Adams
- Fixed up the Switch MediaFramework, making editor better, etc
- ALso changed PS4 and Xbox plugins to be enabled by default by having two entries in the plugin module for the Factory modules (an editor only entry, and a platform specific runtime entry... this will make it so that UE4Game.exe won't ahve it compiled in, even with it enabled by default)
Change 3218133 on 2016/12/01 by Dmitry.Rekman
Linux: report server hangs by crashing the hung thread (UE-39164).
Change 3218512 on 2016/12/01 by Josh.Adams
- Made the MfMedia plugin to be distributable in public builds, since it's for Windows and Xbox
Change 3219804 on 2016/12/02 by Dmitry.Rekman
Linux: fix project settings crash (UE-38800).
- Also submitted as a pull request #2945.
Change 3220027 on 2016/12/02 by Nick.Shin
plow all physx libs into build
NOTE: most browsers will not function
- chrome and firefox nightly only works
checking this in as per email
#jira UE-38323 VehicleTemplate Vehicle does not move in HTML5
Change 3221620 on 2016/12/05 by Joe.Barnes
UE-37275 - Temporary workaround for log lines losing carriage returns. Add's a \n when outputting lines if there isn't one at the end.
Change 3221689 on 2016/12/05 by Dmitry.Rekman
Attempt to change/rename.
Change 3221700 on 2016/12/05 by Dmitry.Rekman
Another attempt to change renamed file (from Linux).
Change 3221731 on 2016/12/05 by Michael.Trepka
Added missing initialization for FAvfVideoSampler::MetalTextureCache
#jira UE-38689
Change 3221792 on 2016/12/05 by Michael.Trepka
Fixed a crash in FMetalDynamicRHI::RHIAsyncReallocateTexture2D for PVRTC2 textures
Change 3222675 on 2016/12/05 by Josh.Adams
- Removed some resolution setting junk that was recently added to PlatformerGame - settings resolution on AppleTV is bad, it doesn't need to change resolution on non-desktop platforms
#jira UE-39188
Change 3223546 on 2016/12/06 by Brent.Pease
+ Properly set and use the realtime compression for ios.
+ Reduce unused memory on ios from the precached first buffer
+ Fix a resource tracking issue that was causing a double free on the sound buffer
Change 3223785 on 2016/12/06 by Brent.Pease
+ Add support for iPhone7 (implemented by peter.sauerbrei, merged in from WEX)
#jira ue-38701
Change 3224314 on 2016/12/06 by Chris.Babcock
Send OnTargetPlatformChangedSupportedFormats when format changed in Android project settings in editor
#jira UE-38361
#ue4
#android
Change 3225367 on 2016/12/07 by Josh.Adams
- Added FKey::Virtual_Accept and Virtual_Back, which will map to FaceButton Right/Down appropriately based on platform (Switch swaps them)
- Made changes to ShooterGame and VehicleGame for Virtual_Accept and Back
- Added some icons for ShooterGame, and changed some text blocks to SRichTextBlock to insert the icons
Change 3225426 on 2016/12/07 by Chris.Babcock
Add missing Android UPL file for binary builds
#jira UE-39420
#ue4
#android
Change 3225471 on 2016/12/07 by Dmitry.Rekman
Update all platforms to C++14.
Change 3225525 on 2016/12/07 by Nick.Shin
Cook-On-The-Fly for HTML5
- re-enabled: ENetworkFileServerProtocol::NFSP_Http
- cleaned up port numbers used with cook-on-the-fly situations
- fixed null_ptr in NetworkFileServerHttp.cpp
- fix CORS issue with HTML5LaunchHelper (not really needed -- but doesn't hurt to have it in the test server)
- finally, the core of the jira issue:
o fix serialization bug: do not append zero sized data
o fix de-serialization bug: removed double insertion of packet "Marker and Size" header
#jira UE-38281 Quicklaunch UFE HTML5 fails to get COTF Header Size
Change 3225690 on 2016/12/07 by Dmitry.Rekman
Linux: improvements in touch support.
- Multiple fingers.
- Filtering out "moved" events from the same location.
- Consistent logging.
(Edigrating 3225194 from Wombat to Dev-Platform)
Change 3225868 on 2016/12/07 by Josh.Stoddard
Gracefully handle delete without matching new on iOS & Mac
#jira UE-39395
Change 3226159 on 2016/12/07 by Omar.Rodriguez
UEPLAT-1423 WEX: Improved virtual keyboard for Android
* Renamed old virtual keyboard functions by adding "Dialog" suffix to the name
* Added new virtual keyboard functions that use InputMethodManager to show/hide keyboard
* Hide the virtual keyboard, if shown, onPause
* Slate edit box decides which functions to call for showing/hiding keyboard
- eventually will be based on command line parameter like in IOS
#jira UEPLAT-1423
Change 3226167 on 2016/12/07 by Dmitry.Rekman
Allow running as root on ARM.
(Edigrating 3204974 to Dev-Platform)
Change 3226168 on 2016/12/07 by Dmitry.Rekman
Print current CVar value when denying an override.
(Based on CL 3205476).
Change 3226169 on 2016/12/07 by Dmitry.Rekman
Allow enabling sound (if disabled by default).
(Based on CL 3205505)
Change 3226171 on 2016/12/07 by Dmitry.Rekman
Allow running from symlinks.
(Edigrating 3205518 to Dev-Platform).
Change 3226174 on 2016/12/07 by Dmitry.Rekman
Linux: do not init SDL audio (we do not use it anyway).
(Based on CL 3205505).
Change 3226327 on 2016/12/07 by Nick.Shin
fix CIS warning
#jira UE-38281 Quicklaunch UFE HTML5 fails to get COTF Header Size
Change 3226506 on 2016/12/08 by Dmitry.Rekman
Fix one more case-sensitive misspelling (UE-39030).
- Submitted as part of PR #2976.
Change 3226542 on 2016/12/08 by Dmitry.Rekman
Linux: fix weirdness with tesselation in GL4 (UE-32865).
- Workaround by CengizT. Proper fix tracked as UE-39489.
Change 3226570 on 2016/12/08 by Dmitry.Rekman
Fix for ar failing due to too long command line (UE-39009).
- Based on PR #2973.
Change 3226575 on 2016/12/08 by Dmitry.Rekman
Add build-essential to dependencies (UE-39053).
- PR #2981 contributed by cpyarger.
Change 3227129 on 2016/12/08 by Josh.Adams
Merging //UE4/Dev-Main to Dev-Platform (//UE4/Dev-Platform)
Fixed up a deferred GL error as well
Fixed some copyrights of files not in main
Change 3227260 on 2016/12/08 by Omar.Rodriguez
UE-39140 Projects with iCloud are failing provisioning check when code signing.
* Set default value of bEnableCloudKitSupport to False
* Set value of get-task-allow to true only on non-distribution builds
* Only write out the entitlements file if changes have been made
#jira UE-39140
Change 3229312 on 2016/12/09 by Dmitry.Rekman
Fix missing responses (UE-39572).
- Proper implementation of UE-39009.
Change 3230849 on 2016/12/12 by Dmitry.Rekman
Linux: fixed Android packaging (UE-39635).
- Misspelled case; fixed by JohnHenry Carawon.
#jira UE-39635
Change 3231591 on 2016/12/12 by Peter.Sauerbrei
fix for splash screen not being turned off by default
#jira UE-39591
Change 3231880 on 2016/12/12 by Josh.Adams
- Fixing StaticAnalysis warnings, but -enablecodeanalysis stopped working for some reason, and the /Zm thing has hit me really hard, so this is a hopeful checkin for static analysis issues
#jira UE-39680
Change 3232816 on 2016/12/13 by Dmitry.Rekman
Linux: fix for CEF (UE-39682)
- Fix by Cengiz.Terzibas.
Change 3232873 on 2016/12/13 by Josh.Adams
Merging //UE4/Dev-Main to Dev-Platform (//UE4/Dev-Platform)
Change 3232933 on 2016/12/13 by Josh.Adams
- Missed the files that were needed to fix up after merge from main, but didn';t come from main
Change 3233066 on 2016/12/13 by Ben.Marsh
UBT: Ignore exception if PATH variable contains invalid characters when looking for XGE.
Change 3233512 on 2016/12/13 by Ben.Marsh
Fix static analysis warnings.
[CL 3233813 by Josh Adams in Main branch]
148 lines
10 KiB
XML
148 lines
10 KiB
XML
<?xml version='1.0' ?>
|
|
<BuildGraph xmlns="http://www.epicgames.com/BuildGraph" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.epicgames.com/BuildGraph ../../Engine/Build/Graph/Schema.xsd" >
|
|
<EnvVar Name="COMMANDER_JOBID"/>
|
|
<Option Name="PreflightChange" DefaultValue="" Description="Preflight CL number if preflight, empty otherwise"/>
|
|
|
|
<Option Name="SkipBuildSolutions" DefaultValue="false" Description="If we don't want to build solutions"/>
|
|
<Option Name="SkipBuild" DefaultValue="false" Description="Skip build"/>
|
|
<Option Name="SkipCreateChangelist" DefaultValue="false" Description="Whether or not to make a changelist"/>
|
|
<Option Name="SkipSubmit" DefaultValue="false" Description="Whether or not to submit changelist"/>
|
|
<Option Name="TargetLibs" DefaultValue="PhysX+APEX" Description="Target libs"/>
|
|
<Option Name="TargetConfigs" DefaultValue="profile+release+checked" Description="Target Configs"/>
|
|
<Option Name="TargetWindowsCompilers" DefaultValue="VisualStudio2015+VisualStudio2013" Description="Target Compilers"/>
|
|
<Option Name="WithWin32" DefaultValue="false" Description="Compile for Win32"/>
|
|
<Option Name="WithWin64" DefaultValue="false" Description="Compile for Win64"/>
|
|
<Option Name="WithPS4" DefaultValue="false" Description="Compile for PS4"/>
|
|
<Option Name="WithXboxOne" DefaultValue="false" Description="Compile for Xbox One"/>
|
|
<Option Name="WithLinux" DefaultValue="false" Description="Compile for Linux"/>
|
|
<Option Name="WithLinux-ARM32" DefaultValue="false" Description="Compile for Linux ARM32"/>
|
|
<Option Name="WithLinux-ARM64" DefaultValue="false" Description="Compile for Linux ARM64"/>
|
|
<Option Name="WithMac" DefaultValue="false" Description="Compile for Mac"/>
|
|
<Option Name="WithIOS" DefaultValue="false" Description="Compile for IOS"/>
|
|
<Option Name="WithTVOS" DefaultValue="false" Description="Compile for TVOS"/>
|
|
<Option Name="WithAndroid-ARMv7" DefaultValue="false" Description="Compile for Android ARMv7"/>
|
|
<Option Name="WithAndroid-ARM64" DefaultValue="false" Description="Compile for Android ARM64"/>
|
|
<Option Name="WithAndroid-x86" DefaultValue="false" Description="Compile for Android x86"/>
|
|
<Option Name="WithAndroid-x64" DefaultValue="false" Description="Compile for Android x64"/>
|
|
<Option Name="WithHTML5" DefaultValue="false" Description="Compile for HTML5"/>
|
|
<Option Name="WithSwitch" DefaultValue="false" Description="Compile for Switch"/>
|
|
|
|
<Property Name="OtherArgs" Value=""/>
|
|
<Property Name="OtherArgs" Value="$(OtherArgs) -SkipBuildSolutions" If="$(SkipBuildSolutions)"/>
|
|
<Property Name="OtherArgs" Value="$(OtherArgs) -SkipBuild" If="$(SkipBuild)"/>
|
|
<Property Name="OtherArgs" Value="$(OtherArgs) -SkipCreateChangelist" If="$(SkipCreateChangelist)"/>
|
|
<Property Name="OtherArgs" Value="$(OtherArgs) -SkipSubmit" If="$(SkipSubmit)"/>
|
|
|
|
<Agent Name="PhysX Win32" Type="EngineWin64;PhysX_CompileWin64">
|
|
<Node Name="Compile PhysX Win32">
|
|
<Command Name="BuildPhysX" Arguments="-TargetPlatforms=Win32 -TargetConfigs="$(TargetConfigs)" -TargetWindowsCompilers="$(TargetWindowsCompilers)" $(OtherArgs)"/>
|
|
</Node>
|
|
</Agent>
|
|
<Agent Name="PhysX Win64" Type="EngineWin64;PhysX_CompileWin64">
|
|
<Node Name="Compile PhysX Win64">
|
|
<Command Name="BuildPhysX" Arguments="-TargetPlatforms=Win64 -TargetConfigs="$(TargetConfigs)" -TargetWindowsCompilers="$(TargetWindowsCompilers)" $(OtherArgs)"/>
|
|
</Node>
|
|
</Agent>
|
|
<Agent Name="PhysX PS4" Type="EngineWin64;PhysX_CompileWin64">
|
|
<Node Name="Compile PhysX PS4">
|
|
<Command Name="BuildPhysX" Arguments="-TargetPlatforms=PS4 -TargetConfigs="$(TargetConfigs)" -TargetWindowsCompilers="$(TargetWindowsCompilers)" $(OtherArgs)"/>
|
|
</Node>
|
|
</Agent>
|
|
<Agent Name="PhysX XboxOne" Type="EngineWin64;PhysX_CompileWin64">
|
|
<Node Name="Compile PhysX XboxOne">
|
|
<Command Name="BuildPhysX" Arguments="-TargetPlatforms=XboxOne -TargetConfigs="$(TargetConfigs)" -TargetWindowsCompilers="$(TargetWindowsCompilers)" $(OtherArgs)"/>
|
|
</Node>
|
|
</Agent>
|
|
<Agent Name="PhysX Linux" Type="EngineWin64;PhysX_CompileWin64">
|
|
<Node Name="Compile PhysX Linux">
|
|
<Command Name="BuildPhysX" Arguments="-TargetPlatforms=Linux -TargetConfigs="$(TargetConfigs)" -TargetWindowsCompilers="$(TargetWindowsCompilers)" $(OtherArgs)"/>
|
|
</Node>
|
|
</Agent>
|
|
<Agent Name="PhysX Linux ARM32" Type="EngineWin64;PhysX_CompileWin64">
|
|
<Node Name="Compile PhysX Linux ARM32">
|
|
<Command Name="BuildPhysX" Arguments="-TargetPlatforms=Linux-arm-unknown-linux-gnueabihf -TargetConfigs="$(TargetConfigs)" -TargetWindowsCompilers="$(TargetWindowsCompilers)" $(OtherArgs)"/>
|
|
</Node>
|
|
</Agent>
|
|
<Agent Name="PhysX Linux ARM64" Type="EngineWin64;Win64">
|
|
<Node Name="Compile PhysX Linux ARM64">
|
|
<Command Name="BuildPhysX" Arguments="-TargetPlatforms=Linux-aarch64-unknown-linux-gnueabi -TargetConfigs="$(TargetConfigs)" -TargetWindowsCompilers="$(TargetWindowsCompilers)" $(OtherArgs)"/>
|
|
</Node>
|
|
</Agent>
|
|
<Agent Name="PhysX Android Armv7" Type="EngineWin64;PhysX_CompileWin64">
|
|
<Node Name="Compile PhysX Android Armv7">
|
|
<Command Name="BuildPhysX" Arguments="-TargetPlatforms=Android-armv7 -TargetConfigs="$(TargetConfigs)" -TargetWindowsCompilers="$(TargetWindowsCompilers)" $(OtherArgs)"/>
|
|
</Node>
|
|
</Agent>
|
|
<Agent Name="PhysX Android Arm64" Type="EngineWin64;PhysX_CompileWin64">
|
|
<Node Name="Compile PhysX Android Arm64">
|
|
<Command Name="BuildPhysX" Arguments="-TargetPlatforms=Android-arm64 -TargetConfigs="$(TargetConfigs)" -TargetWindowsCompilers="$(TargetWindowsCompilers)" $(OtherArgs)"/>
|
|
</Node>
|
|
</Agent>
|
|
<Agent Name="PhysX Android x86" Type="EngineWin64;PhysX_CompileWin64">
|
|
<Node Name="Compile PhysX Android x86">
|
|
<Command Name="BuildPhysX" Arguments="-TargetPlatforms=Android-x86 -TargetConfigs="$(TargetConfigs)" -TargetWindowsCompilers="$(TargetWindowsCompilers)" $(OtherArgs)"/>
|
|
</Node>
|
|
</Agent>
|
|
<Agent Name="PhysX Android x64" Type="EngineWin64;PhysX_CompileWin64">
|
|
<Node Name="Compile PhysX Android x64">
|
|
<Command Name="BuildPhysX" Arguments="-TargetPlatforms=Android-x64 -TargetConfigs="$(TargetConfigs)" -TargetWindowsCompilers="$(TargetWindowsCompilers)" $(OtherArgs)"/>
|
|
</Node>
|
|
</Agent>
|
|
<Agent Name="PhysX HTML5" Type="EngineWin64;PhysX_CompileWin64">
|
|
<Node Name="Compile PhysX HTML5">
|
|
<Command Name="BuildPhysX" Arguments="-TargetPlatforms=HTML5 -TargetConfigs="$(TargetConfigs)" -TargetWindowsCompilers="$(TargetWindowsCompilers)" $(OtherArgs)"/>
|
|
</Node>
|
|
</Agent>
|
|
<Agent Name="PhysX Mac" Type="EngineMac;PhysX_CompileMac">
|
|
<Node Name="Compile PhysX Mac">
|
|
<Command Name="BuildPhysX" Arguments="-TargetPlatforms=Mac -TargetConfigs="$(TargetConfigs)" $(OtherArgs)"/>
|
|
</Node>
|
|
</Agent>
|
|
<Agent Name="PhysX IOS" Type="EngineMac;PhysX_CompileMac">
|
|
<Node Name="Compile PhysX IOS">
|
|
<Command Name="BuildPhysX" Arguments="-TargetPlatforms=IOS -TargetConfigs="$(TargetConfigs)" $(OtherArgs)"/>
|
|
</Node>
|
|
</Agent>
|
|
<Agent Name="PhysX TVOS" Type="EngineMac;PhysX_CompileMac">
|
|
<Node Name="Compile PhysX TVOS">
|
|
<Command Name="BuildPhysX" Arguments="-TargetPlatforms=TVOS -TargetConfigs="$(TargetConfigs)" $(OtherArgs)"/>
|
|
</Node>
|
|
</Agent>
|
|
<Agent Name="PhysX Switch" Type="EngineWin64;PhysX_CompileSwitch">
|
|
<Node Name="Compile PhysX Switch">
|
|
<Command Name="BuildPhysX" Arguments="-TargetPlatforms=Switch -TargetConfigs="$(TargetConfigs)" $(OtherArgs)"/>
|
|
</Node>
|
|
</Agent>
|
|
|
|
<Property Name="PhysXTargets" Value=""/>
|
|
<Property Name="PhysXTargets" Value="$(PhysXTargets);Compile PhysX Win32" If="$(WithWin32)"/>
|
|
<Property Name="PhysXTargets" Value="$(PhysXTargets);Compile PhysX Win64" If="$(WithWin64)"/>
|
|
<Property Name="PhysXTargets" Value="$(PhysXTargets);Compile PhysX PS4" If="$(WithPS4)"/>
|
|
<Property Name="PhysXTargets" Value="$(PhysXTargets);Compile PhysX XboxOne" If="$(WithXboxOne)"/>
|
|
<Property Name="PhysXTargets" Value="$(PhysXTargets);Compile PhysX Linux" If="$(WithLinux)"/>
|
|
<Property Name="PhysXTargets" Value="$(PhysXTargets);Compile PhysX Linux ARM32" If="$(WithLinux-ARM32)"/>
|
|
<Property Name="PhysXTargets" Value="$(PhysXTargets);Compile PhysX Linux ARM64" If="$(WithLinux-ARM64)"/>
|
|
<Property Name="PhysXTargets" Value="$(PhysXTargets);Compile PhysX Android Armv7" If="$(WithAndroid-ARMv7)"/>
|
|
<Property Name="PhysXTargets" Value="$(PhysXTargets);Compile PhysX Android Arm64" If="$(WithAndroid-ARM64)"/>
|
|
<Property Name="PhysXTargets" Value="$(PhysXTargets);Compile PhysX Android x86" If="$(WithAndroid-x86)"/>
|
|
<Property Name="PhysXTargets" Value="$(PhysXTargets);Compile PhysX Android x64" If="$(WithAndroid-x64)"/>
|
|
<Property Name="PhysXTargets" Value="$(PhysXTargets);Compile PhysX HTML5" If="$(WithHTML5)"/>
|
|
<Property Name="PhysXTargets" Value="$(PhysXTargets);Compile PhysX Mac" If="$(WithMac)"/>
|
|
<Property Name="PhysXTargets" Value="$(PhysXTargets);Compile PhysX IOS" If="$(WithIOS)"/>
|
|
<Property Name="PhysXTargets" Value="$(PhysXTargets);Compile PhysX TVOS" If="$(WithTVOS)"/>
|
|
<Property Name="PhysXTargets" Value="$(PhysXTargets);Compile PhysX Switch" If="$(WithSwitch)"/>
|
|
|
|
<Aggregate Name="Build PhysX" Requires="$(PhysXTargets)"/>
|
|
|
|
<Property Name="AllEmailTargets" Value="chad.garyet@epicgames.com;ori.cohen@epicgames.com;aborovicka@nvidia.com;sschirm@nvidia.com;sabdulajees@nvidia.com"/>
|
|
|
|
<Notify Nodes="Compile PhysX Win32;Compile PhysX Win64" Users="$(AllEmailTargets)"/>
|
|
<Notify Nodes="Compile PhysX PS4" Users="$(AllEmailTargets);luke.thatcher@epicgames.com"/>
|
|
<Notify Nodes="Compile PhysX XboxOne" Users="$(AllEmailTargets);jeff.campeau@epicgames.com"/>
|
|
<Notify Nodes="Compile PhysX Linux;Compile PhysX Linux ARM32;Compile PhysX Linux ARM64" Users="$(AllEmailTargets);dmitry.rekman@epicgames.com"/>
|
|
<Notify Nodes="Compile PhysX Android Armv7;Compile PhysX Android Arm64;Compile PhysX Android x86;Compile PhysX Android x64" Users="$(AllEmailTargets);chris.babcock@epicgames.com"/>
|
|
|
|
<Notify Nodes="Compile PhysX HTML5" Users="$(AllEmailTargets);nshin@phosphorgames.com"/>
|
|
<Notify Nodes="Compile PhysX Mac;Compile PhysX IOS;Compile PhysX TVOS" Users="$(AllEmailTargets);michael.trepka@epicgames.com"/>
|
|
</BuildGraph>
|