// $Id$ package "mspstrings" { require "mspcore"; library "mspstrings" { source "source"; install true; install_headers "msp/strings"; }; program "grep" { source "grep.cpp"; build_info { incpath "source"; libpath "."; library "mspstrings"; }; }; };