]> git.tdb.fi Git - libs/gltk.git/blob - Build
Strip copyright messages and id tags from individual files
[libs/gltk.git] / Build
1 package "mspgltk"
2 {
3         version "1.1";
4         description "OpenGL-based widget toolkit";
5
6         require "mspgl";
7         require "mspgbase";
8         require "mspfs";
9
10         headers "msp/gltk"
11         {
12                 source "source";
13                 install true;
14         };
15
16         library "mspgltk"
17         {
18                 source "source";
19                 install true;
20         };
21
22         program "helloworld"
23         {
24                 source "helloworld.cpp";
25                 build_info
26                 {
27                         library "mspgltk";
28                 };
29         };
30
31         tarball "@src"
32         {
33                 source "License.txt";
34                 source "Changelog.txt";
35         };
36 };