Skip to content

Commit 7872012

Browse files
committed
Remove SDLApis for SDL3
1 parent 1e8bfe7 commit 7872012

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/appendix/Appendix-A:-NativeAOT-on-PC.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ To make your .csproj compatible with NativeAOT, add the following:
3333
</ItemGroup>
3434
3535
<ItemGroup>
36-
<DirectPInvokeList Include="SDLApis.txt" />
36+
<DirectPInvoke Include="SDL3" />
3737
<DirectPInvoke Include="FNA3D" />
3838
<DirectPInvoke Include="FAudio" />
3939
<DirectPInvoke Include="libtheorafile" />
4040
</ItemGroup>
4141
```
4242

43-
You will also need to add two more files to your project directory: rd.xml and SDLApis.txt. These will be explained in the next sections.
43+
You will also need to add an "rd.xml" file to your project directory. This will be explained in the next sections.
4444

4545
## AOT Type Preservation
4646

0 commit comments

Comments
 (0)