/* $Id$ */ package "mspdatafile" { version "0.2"; description "Mikkosoft Productions datafile library"; require "mspcore"; require "mspstrings"; library "mspdatafile" { source "source"; install true; install_headers "msp/datafile"; }; program "mspdatatool" { source "tool.cpp"; install true; build_info { libpath "."; library "mspdatafile"; }; }; };