Skip to content

Commit

Permalink
[0.74] Build arm64ec platform for desktop fabric dll (#13978)
Browse files Browse the repository at this point in the history
* Build arm64ec platform for desktop fabric dll

* Change files

---------

Co-authored-by: React-Native-Windows Bot <[email protected]>
  • Loading branch information
acoates-ms and rnbot authored Oct 16, 2024
1 parent cc7dea7 commit 9d23f7a
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 5 deletions.
16 changes: 12 additions & 4 deletions .ado/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,14 @@ parameters:
BuildConfiguration: Release
BuildPlatform: x86
UseFabric: true
- Name: ARM64ECDebugFabric
BuildConfiguration: Debug
BuildPlatform: ARM64EC
UseFabric: true
- Name: ARM64ECReleaseFabric
BuildConfiguration: Release
BuildPlatform: ARM64EC
UseFabric: true

- name: universalBuildMatrix
type: object
Expand Down Expand Up @@ -529,14 +537,14 @@ extends:
configuration: Release
- platform: x86
configuration: Release
# - platform: ARM64EC
# configuration: Release
- platform: ARM64EC
configuration: Release
- platform: x64
configuration: Debug
- platform: x86
configuration: Debug
# - platform: ARM64EC
# configuration: Debug
- platform: ARM64EC
configuration: Debug

templateContext:
sdl:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Build arm64ec platform for desktop fabric dll",
"packageName": "react-native-windows",
"email": "[email protected]",
"dependentChangeType": "patch"
}
7 changes: 6 additions & 1 deletion vnext/Desktop.DLL/React.Windows.Desktop.DLL.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,12 @@
%(AdditionalDependencies);
Bcrypt.lib;
Chakrart.lib;
Pathcch.lib
D2D1.lib;
D3D11.lib;
DWrite.lib;
Pathcch.lib;
ShCore.lib;
Uiautomationcore.lib
</AdditionalDependencies>
<DelayLoadDLLs>Chakra.dll;%(DelayLoadDLLs)</DelayLoadDLLs>
</Link>
Expand Down

0 comments on commit 9d23f7a

Please sign in to comment.