* fix msys2 windows build so the windows apps support utf-8 file paths. * use windres to compile default-manifest.o * windres is in binutils. * stop modifying default-manifest.o * copy to stage0 * fix semicolon joining of lists in add_custom_target * undo changes to stage0 as per CR feedback. * fix makefile * fix: revert cmakelists.txt COMMAND_EXPAND_LISTS change * fix: msys2 dependencies * add unit test for decoding UTF-8 chars to prove "lean.exe" can read utf-8 encoded files where utf-8 is also used in the file name. * fix: utf-8 test by using windows-2022 * fix: do we really need cmake 3.11 or will 3.10 do? * nope, really does require cmake 11.
28 lines
No EOL
286 B
Text
28 lines
No EOL
286 B
Text
*~
|
|
\#*
|
|
.#*
|
|
*.lock
|
|
build
|
|
GPATH
|
|
GRTAGS
|
|
GSYMS
|
|
GTAGS
|
|
.projectile
|
|
.lean_options
|
|
.vs
|
|
compile_commands.json
|
|
*.idea
|
|
tasks.json
|
|
settings.json
|
|
.gdb_history
|
|
.vscode/*
|
|
!.vscode/settings.json
|
|
*.produced.out
|
|
CMakeSettings.json
|
|
CppProperties.json
|
|
result
|
|
fwIn.txt
|
|
fwOut.txt
|
|
wdErr.txt
|
|
wdIn.txt
|
|
wdOut.txt |