Update Build file for builder 1.0
package "mspgltk"
{
- version "1.0";
+ version "1.1";
description "OpenGL-based widget toolkit";
- tar_file "License.txt";
- tar_file "Changelog.txt";
-
require "mspgl";
require "mspgbase";
require "mspfs";
+ headers "msp/gltk"
+ {
+ source "source";
+ install true;
+ };
+
library "mspgltk"
{
source "source";
install true;
- install_headers "msp/gltk";
};
program "helloworld"
library "mspgltk";
};
};
+
+ tarball "@src"
+ {
+ source "License.txt";
+ source "Changelog.txt";
+ };
};
+1.1
+* Icon support in Button
+* Tooltip support
+* Some internal enhancements
+
1.0
* Support for exclusive toggles (i.e. option buttons)
* Add a hello world example