mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-11 21:03:05 +08:00
- Add ARM64 configurations to all project files (vcxproj) - Add build scripts (Build_ARM64.cmd, Build_x64.cmd, etc.) - Add ARM64 fix scripts for OutDir, CrossCompile, and CETCompat issues - Update Notepad3.sln with ARM64 platform configurations
6 lines
126 B
Batchfile
6 lines
126 B
Batchfile
@echo off
|
|
REM Clean All Build Outputs
|
|
REM Usage: Clean.cmd
|
|
|
|
powershell -ExecutionPolicy Bypass -File "%~dp0scripts\Clean.ps1"
|