
Making a project from an existing mak file problems
I've gone through the steps suggested from 'help' on how to make a
project from an existing mak file. It adds it to the project, but then
shows none of the c files or h files used by the mak file. I add them
to the project myself, but they are set to be excluded from the build
automatically and there is no way to uncheck that box. When I go to
compile a c file separately, I get "Cannot compile the file
"path/filename.c"; no compile tool is associated with the file
extension." What am I missing?