X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fmsvccompiler.cpp;h=dbbc64d41895baea735e41d2e7f8f5c19ec8dd59;hb=5e00719d0c63e306786ff36df61797cdbc86f3e9;hp=df6bd468c2d4862657ca38b7f37dd2d7cc1ab843;hpb=bc6d4c540e7132c829dd558ca9d8acfbde7d71e1;p=builder.git diff --git a/source/msvccompiler.cpp b/source/msvccompiler.cpp index df6bd46..dbbc64d 100644 --- a/source/msvccompiler.cpp +++ b/source/msvccompiler.cpp @@ -46,7 +46,7 @@ Target *MsvcCompiler::create_source(const FS::Path &path) const return new CSourceFile(builder, path); } -Target *MsvcCompiler::create_target(const list &sources, const string &) +Target *MsvcCompiler::create_target(const vector &sources, const string &) { if(sources.size()!=1) throw invalid_argument("MsvcCompiler::create_target"); @@ -87,7 +87,7 @@ void MsvcCompiler::do_prepare() for(const FS::Path &p: system_path) { append(path, ";", p.str()); - builder.get_logger().log("tools", format("Got %s system path: %s", tag, p)); + builder.get_logger().log("tools", "Got %s system path: %s", tag, p); } setenv("INCLUDE", path);