Eliminate C libraries entirely by using P/Invoke
sonicbhoc opened this issue · 0 comments
sonicbhoc commented
The C libraries are unnecessary and can be rewritten in pure .NET Assemblies using the rest of P/Invoke's features.
This removes the requirements for GCC, Make, and greatly simplifies the MSBuild process.