cpcitor / cpc-dev-tool-chain

A development toolchain to compile your modern C or assembly projects on a modern OS and run on an Amstrad CPC or emulator.
45 stars 5 forks source link

Build CPC projects out-of-source #20

Open cpcitor opened 4 years ago

cpcitor commented 4 years ago

Currently, CPC applications are built "old style", "in source": build artifacts land in the same tree as source files.

This clutters the source directories with generated files, generates false positives when searching for text in source files.

It would be better to build CPC applications out-of-source. This would expand also to asset compilation (modern graphics file format to CPC file formats, etc).