On Nov 10, 2008, at 8:04 PM, CIS Project - S. Khan wrote: > I am using tinyos-2.x, and I want to modify a folder in tos/lib. I > have copied the relevant .nc file to my_program folder and made the > changes. How can I get T2 to look at my_program folder instead of > the tos/lib folder when compiling - I need to know what the Makefile > should say.
The application directory is always searched first, before any other directories. So if you put a copy of the relevant file in the app directory, that copy of the file will be used. Phil _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
