/* $Id$ */ package "mspgltk" { version "0.9"; description "OpenGL-based widget toolkit"; tar_file "License.txt"; require "mspgl"; require "mspgbase"; require "mspfs"; library "mspgltk" { source "source"; install true; install_headers "msp/gltk"; }; program "helloworld" { source "helloworld.cpp"; build_info { library "mspgltk"; }; }; };