Skip to content

Commit

Permalink
Add missing native end for MacOSXPreferences.
Browse files Browse the repository at this point in the history
  • Loading branch information
wasabii committed Feb 4, 2024
1 parent cb98d06 commit 7336311
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions src/libosx/libosx.clangproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,25 @@
<ProjectGuid>55f3f094-ce8e-4734-b14e-7dd5dfe7e4f3</ProjectGuid>
</PropertyGroup>
<PropertyGroup>
<TargetIdentifiers>osx-x64;osx-arm64</TargetIdentifiers>
<TargetName>osx</TargetName>
<TargetIdentifiers>osx-x64;osx-arm64</TargetIdentifiers>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\libjvm\libjvm.clangproj" />
</ItemGroup>
<ItemGroup>
<Compile Include="**\*.cpp" />
<AdditionalLinkOptions Include="-framework Cocoa" />
<AdditionalLinkOptions Include="-framework ApplicationServices" />
<!--<AdditionalLinkOptions Include="-framework JavaNativeFoundation" />-->
<!--<AdditionalLinkOptions Include="-framework JavaRuntimeSupport" />-->
<AdditionalLinkOptions Include="-framework Security" />
<AdditionalLinkOptions Include="-framework SystemConfiguration" />
<Compile Include="**\*.c" />
<!--<Compile Include="$(OpenJdkDir)jdk\src\macosx\native\com\apple\concurrent\*.m" />-->
<Compile Include="$(OpenJdkDir)jdk\src\macosx\native\java\util\MacOSXPreferencesFile.m" />
<!--<Compile Include="$(OpenJdkDir)jdk\src\macosx\native\com\apple\eio\*.m" />-->
<!--<Compile Include="$(OpenJdkDir)jdk\src\macosx\native\apple\security\*.m" />-->
<!--<Compile Include="$(OpenJdkDir)jdk\src\macosx\native\apple\launcher\*.m" />-->
</ItemGroup>
<Import Sdk="IKVM.Clang.Sdk" Project="Sdk.targets" />
<Import Project="$(MSBuildThisFileDirectory)..\..\targets\openjdk.lib.targets" />
Expand Down

0 comments on commit 7336311

Please sign in to comment.