X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Build;h=655d3c156b70e55583b6fa0547e030ee36693dc5;hb=refs%2Ftags%2F1.0;hp=637801ed587d305cdbc852b6762d8d04b89ddc6f;hpb=773944863eb52a4d975edcbbb4c7897d2b74fba0;p=libs%2Fgltk.git diff --git a/Build b/Build index 637801e..655d3c1 100644 --- a/Build +++ b/Build @@ -2,10 +2,11 @@ package "mspgltk" { - version "0.9"; + version "1.0"; description "OpenGL-based widget toolkit"; tar_file "License.txt"; + tar_file "Changelog.txt"; require "mspgl"; require "mspgbase"; @@ -17,4 +18,13 @@ package "mspgltk" install true; install_headers "msp/gltk"; }; + + program "helloworld" + { + source "helloworld.cpp"; + build_info + { + library "mspgltk"; + }; + }; };