Update Build file for builder 1.0
package "mspgbase"
{
- version "1.0";
+ version "1.1";
description "Base graphics and input library";
- tar_file "License.txt";
- tar_file "Changelog.txt";
-
require "mspcore";
require "mspstrings";
require "sigc++-2.0";
};
};
- headers "gbase"
+ headers "msp/gbase"
{
source "source/gbase";
- install_headers "msp/gbase";
+ install true;
};
- headers "input"
+ headers "msp/input"
{
source "source/input";
- install_headers "msp/input";
+ install true;
};
library "mspgbase"
source "source/input";
install true;
};
+
+ tarball "@src"
+ {
+ source "License.txt";
+ source "Changelog.txt";
+ };
};
+1.1
+* Support libpng as an alternative to DevIL
+* Mouse wheel support on Win32
+* Bugfixes
+ - Plug some memory leaks
+ - More fullscreen mode fixes
+
1.0
* Use pimpl to avoid exposing platform-specific details
* Normalize device axis ranges to [-1, 1]