LADSoft / OrangeC

OrangeC Compiler And Tool Chain
http://ladsoft.tripod.com/orange_c_compiler.html
Other
291 stars 39 forks source link

Import missing headers from MinGW-w64 project #814

Open ghost opened 1 year ago

ghost commented 1 year ago

Pelles C is a C compiler so it will miss C++ headers. The MinGW-w64 project also has many headers Pelles C doesn't have. The MinGW-w64 project has the most complete headers set in a friendly license that you could integrate into OrangeC.

LADSoft commented 1 year ago

@iahung2

there are about 1400 files in the mingw64 project that pelles doesn't have... for contrast there are 550 files in the pelles C... I'm wondering if it might not be better just to abandon pelles and start over with the mingw64 files????

what do you think?

ghost commented 1 year ago

Oh I don't know. Please ask your contributors. These people know better than me.