The quick and dirty way is to rename the relevant directory and create a new one as a symlink to your version. Then you don't have to deal with Makefile at all. Otherwise, you can use:
CFLAGS += -I/Your/Directory but you'll need to make sure it appears before the default one during your compilation. Kaisen ----- Original Message ----- From: "CIS Project - S. Khan" <[EMAIL PROTECTED]> To: [email protected] Sent: Monday, November 10, 2008 8:04:26 PM GMT -08:00 US/Canada Pacific Subject: [Tinyos-help] T2 program 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. Thanks SK _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
