Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Native file info fragment for Windows on Arm64 (WoA) platform. #1351

Closed

Commits on May 10, 2024

  1. Native file info fragment for Windows on Arm64 (WoA) platform.

    The following new fragment for WoA is added to the project to support
    local file info access using native code:
    
    org.eclipse.core.filesystem.win32.aarch64
    
    To manually build the file info native library for WoA, on a WoA box,
    run the following commands:
    
    cd resources\bundles\org.eclipse.core.filesystem\natives\win32
    make.bat
    
    and the following native library file for WoA is generated and saved in
    its relevant directory:
    
    resources\bundles\org.eclipse.core.filesystem.win32.aarch64\os\win32\aarch64\localfile_1_0_0.dll
    
    The existing 'make.bat' file mentioned above has been modified to
    generate correct binary for the current build environment (x64 or aarch64.)
    chirontt committed May 10, 2024
    Configuration menu
    Copy the full SHA
    be53ebe View commit details
    Browse the repository at this point in the history