]> git.tdb.fi Git - builder.git/blobdiff - source/builder.h
Use mspio for all I/O operations
[builder.git] / source / builder.h
index 90a8a7c4efe600b1341bf5d5934d0273447394df..81f5f13678be09d432d46ae53d2bb785357285ac 100644 (file)
@@ -99,6 +99,8 @@ private:
        StringList warnings;
 
        static Msp::Application::RegApp<Builder> reg;
+       static std::string usagemsg;
+       static std::string helpmsg;
 
 public:
        Builder(int, char **);
@@ -124,7 +126,7 @@ public:
        path.  Considers known targets as well as existing files.  If a matching
        target is not found but a file exists, a new SystemHeader target will be
        created and returned. */
-       Target *get_header(const std::string &, const std::string &, const StringList &);
+       Target *get_header(const std::string &, const Msp::FS::Path &, const StringList &);
 
        /** Tries to locate a library in a library path.  The library name should be
        the same as would be given to the linker with -l, i.e. without the "lib"