Release v1

This commit is contained in:
acidburn
2025-12-03 14:04:56 -05:00
parent b7f9692e30
commit bd6a229b40
6 changed files with 104 additions and 12 deletions
+23
View File
@@ -0,0 +1,23 @@
# ClassicNotepad
Lightweight Win32 notepad-like editor with word wrap toggle, font picker, and custom icon.
## Build
Prereqs: MinGW toolchain on PATH (`gcc`, `windres`, `mingw32-make`).
```bash
mingw32-make all
```
Outputs:
- `ClassicNotepad.exe` — main executable
- `notepad.exe` — alias for quick search
Clean build artifacts:
```bash
mingw32-make clean
```
## Run
Launch `ClassicNotepad.exe` (or `notepad.exe`) from the build directory.