]> git.tdb.fi Git - builder.git/blobdiff - source/builder.h
Convert to the rewritten getopt++
[builder.git] / source / builder.h
index 00bb2ad91b5ada766369243d5d1777965918ac84..830d356b28959c1d35e22c5eedbc1959256f7d5f 100644 (file)
@@ -32,7 +32,7 @@ public:
        int      main();
        ~Builder();
 
-       static void usage(const char *, bool);
+       static void usage(const char *, const char *, bool);
 private:
        class Loader: public Msp::Parser::Loader
        {
@@ -71,7 +71,7 @@ private:
        bool            help;
        unsigned        verbose;
        bool            chrome;
-       Msp::Path::Path build_file;
+       std::string     build_file;
        unsigned        jobs;
        StringList      what_if;
        bool            conf_all;