This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Library project has assembly file with diff extension (not .asm)

I tried to create a project with one assembly file (foo.s64P) and this file is not recognized as a source file and does not get built. I can tell compiler about this extension by adding a -ea option but how do I tell the project that this is a source file?