X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fsourcepackage.cpp;h=f51f4abbc5b48a12ad57dcb689ade1861c694999;hb=62853c9bb228cbb541304e866036cd931e3f5500;hp=1a23c4704d04c963677e8036a45b940a3c1467f5;hpb=c7df14c38a87ceca13df47fa700d3f9fa250be91;p=builder.git diff --git a/source/sourcepackage.cpp b/source/sourcepackage.cpp index 1a23c47..f51f4ab 100644 --- a/source/sourcepackage.cpp +++ b/source/sourcepackage.cpp @@ -148,6 +148,8 @@ void SourcePackage::do_prepare() } } + export_binfo.standards = build_info.standards; + if(arch.get_system()=="windows") new VcxProjectFile(builder, *this);