]> git.tdb.fi Git - libs/gltk.git/blob - Build
Implement mouse wheel scrolling in List
[libs/gltk.git] / Build
1 package "mspgltk"
2 {
3         version "2.0";
4         description "OpenGL-based widget toolkit";
5
6         require "mspgl";
7         require "mspgui";
8         require "mspcore";
9         require "mspdatafile";
10
11         library "mspgltk"
12         {
13                 source "source";
14                 install true;
15                 install_map
16                 {
17                         map "source" "include/msp/gltk";
18                 };
19         };
20
21         program "helloworld"
22         {
23                 source "helloworld.cpp";
24                 require "sigc++-2.0";
25                 use "mspgltk";
26         };
27
28         source_tarball
29         {
30                 source "License.txt";
31                 source "Changelog.txt";
32         };
33 };