Skip to content

Commit 9d23f7a

Browse files
acoates-msrnbot
andauthored
[0.74] Build arm64ec platform for desktop fabric dll (#13978)
* Build arm64ec platform for desktop fabric dll * Change files --------- Co-authored-by: React-Native-Windows Bot <53619745+rnbot@users.noreply.github.com>
1 parent cc7dea7 commit 9d23f7a

File tree

3 files changed

+25
-5
lines changed

3 files changed

+25
-5
lines changed

.ado/publish.yml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,14 @@ parameters:
7070
BuildConfiguration: Release
7171
BuildPlatform: x86
7272
UseFabric: true
73+
- Name: ARM64ECDebugFabric
74+
BuildConfiguration: Debug
75+
BuildPlatform: ARM64EC
76+
UseFabric: true
77+
- Name: ARM64ECReleaseFabric
78+
BuildConfiguration: Release
79+
BuildPlatform: ARM64EC
80+
UseFabric: true
7381

7482
- name: universalBuildMatrix
7583
type: object
@@ -529,14 +537,14 @@ extends:
529537
configuration: Release
530538
- platform: x86
531539
configuration: Release
532-
# - platform: ARM64EC
533-
# configuration: Release
540+
- platform: ARM64EC
541+
configuration: Release
534542
- platform: x64
535543
configuration: Debug
536544
- platform: x86
537545
configuration: Debug
538-
# - platform: ARM64EC
539-
# configuration: Debug
546+
- platform: ARM64EC
547+
configuration: Debug
540548

541549
templateContext:
542550
sdl:
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "Build arm64ec platform for desktop fabric dll",
4+
"packageName": "react-native-windows",
5+
"email": "53619745+rnbot@users.noreply.github.com",
6+
"dependentChangeType": "patch"
7+
}

vnext/Desktop.DLL/React.Windows.Desktop.DLL.vcxproj

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,12 @@
111111
%(AdditionalDependencies);
112112
Bcrypt.lib;
113113
Chakrart.lib;
114-
Pathcch.lib
114+
D2D1.lib;
115+
D3D11.lib;
116+
DWrite.lib;
117+
Pathcch.lib;
118+
ShCore.lib;
119+
Uiautomationcore.lib
115120
</AdditionalDependencies>
116121
<DelayLoadDLLs>Chakra.dll;%(DelayLoadDLLs)</DelayLoadDLLs>
117122
</Link>

0 commit comments

Comments
 (0)