Output version with help message
package "builder"
{
- version "0.9";
+ version "1.0";
description "Mikkosoft Productions software builder";
require "mspcore";
--- /dev/null
+1.0
+* Tarball component allows custom tarballs (tar_file statement is deprecated)
+* Unified header installation (install_headers statement is deprecated)
+* Datafile component
+* Install component allows installing any files
+* Improvements all around
+* Use new facilities from underlying libraries
+* Internal refactoring
+* Various bugfixes
+
+0.9
+* First released version
+
+($Id$)
-Builder 0.9 Readme
+Builder
+Copyright © 2006-2009 Mikkosoft Productions
+Version 1.0 readme
1. Description
IO::print(IO::cerr, "Usage: %s\n", usagemsg);
else
{
+ IO::print(IO::cerr, "Builder 1.0\n\n");
IO::print(IO::cerr, "Usage: %s [options] [<target> ...]\n\n", argv0);
IO::print(IO::cerr, "Options:\n");
IO::print(IO::cerr, helpmsg);