eclipse.platform
eclipse.platform copied to clipboard
Auto-refresh fragment for Windows on Arm64 (WoA) platform.
The following new fragment for WoA is added to the project to support auto-refresh using native code:
org.eclipse.core.resources.win32.aarch64
To manually build the auto-refresh native library for WoA, on a WoA box, run the following commands:
cd resources\bundles\org.eclipse.core.resources\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.resources.win32.aarch64\os\win32\aarch64\win32refresh.dll
The existing 'make.bat' file mentioned above has been modified to generate correct binary for the current build environment (x64 or aarch64.)
As discussed here.