ericb59 / Fusion-C-v1.2

MSX C Library for SDCC compiler
Other
71 stars 7 forks source link

Proper file places #14

Open pvmm opened 1 year ago

pvmm commented 1 year ago

Fusion-C uses non-standard directory structure. include directory should be reserved for header (.h) types only, so that the SDCC -I parameter makes sense. All .lib and .rel files should go to the lib directory.