drh / lcc

The lcc retargetable ANSI C compiler
https://drh.github.io/lcc/
2k stars 436 forks source link

Add precompiled binaries to release? #52

Open MichaelAgarkov opened 1 month ago

MichaelAgarkov commented 1 month ago

After trying to compile lcc for Windows it gave me errors because of missing files.

I tried compiling by using mingw32-make and the Open Watcom nmake clone. Both gave different errors, but they both were missing some files.

I searched for precompiled binaries but couldn't find any anywhere.