Ticket #12898: tinyos.sh.tpl

File tinyos.sh.tpl, 235 bytes (added by platon@…, 16 years ago)

Script template to let the user set up its environment (the port install instantiates the template as necessary).

Line 
1# Environment settings for TinyOS
2export TOSROOT=tosroot
3export TOSDIR=tosroot/tos
4export MAKERULES=tosroot/support/make/Makerules
5export CLASSPATH=$CLASSPATH:.:tosroot/support/sdk/java/tinyos.jar
6# End environment settings for TinyOS