How add new directories to ALP poject 2008/03/28 11:58
Karma: 0  
I am using Eclipse plug-in to develop my application on ACCESS. I selected Gtk Application template, if add other source directories to it, the changes are not affecting on Makefile of the project. So I am not able to compile the added source files. Can any body help to solve the problem.
I am new to Makefile concept, Thankful, If i can get the steps to be followed while adding the new directories.
Thanx Amarnath
The administrator has disabled public write access.
Re:How add new directories to ALP poject 2008/05/30 19:06
Karma: 0  
You might be able to add a .PATH directive to the Makefile or you can explicitly specify the relative paths in the source files added in the make files. Note that you must add each source file's name anyway.
Bill...
The administrator has disabled public write access.