Update Build file for upcoming Builder release
package "mspdatafile"
{
- version "1.1";
+ version "1.1.1";
description "Structured datafile library";
-
- tar_file "Readme.txt";
- tar_file "License.txt";
- tar_file "Changelog.txt";
require "mspcore";
require "mspstrings";
require "mspio";
+ headers "msp/datafile"
+ {
+ source "source";
+ install true;
+ };
+
library "mspdatafile"
{
source "source";
install true;
- install_headers "msp/datafile";
};
program "mspdatatool"
library "mspdatafile";
};
};
+
+ tarball "@src"
+ {
+ source "Readme.txt";
+ source "License.txt";
+ source "Changelog.txt";
+ };
};
+1.1.1
+* Enhancements
+ - Use lexical_cast instead of istringstream
+
1.1
* More Loader helpers
* Add a compile mode to mspdatatool