Including source code files

I am trying to move some of my neutrino code into a photon app. I have a .cpp file with a load of functions that I would like to include in the project, how do i do this?

It says that I can just add the filename in “indSfiles” ie

MYSRC = …/functions.cpp

if i try this the compiler just ignores them.

If anyone uses VC++ then the equivalent would just be to ‘add file’ to the source files in the workspace.

This must be a common problem, pls help!!

BTW - I am using 6.2.1.

Thanks.