drh / lcc

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

Add precompiled binaries to release? #52

Open MichaelAgarkov opened 4 months ago

MichaelAgarkov commented 4 months 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.