commit
30dda54f12
@ -310,7 +310,6 @@
|
|||||||
m.clCompileAdditionalUsingDirectories,
|
m.clCompileAdditionalUsingDirectories,
|
||||||
m.forceIncludes,
|
m.forceIncludes,
|
||||||
m.debugInformationFormat,
|
m.debugInformationFormat,
|
||||||
m.programDataBaseFileName,
|
|
||||||
m.optimization,
|
m.optimization,
|
||||||
m.functionLevelLinking,
|
m.functionLevelLinking,
|
||||||
m.intrinsicFunctions,
|
m.intrinsicFunctions,
|
||||||
@ -411,6 +410,7 @@
|
|||||||
m.largeAddressAware,
|
m.largeAddressAware,
|
||||||
m.targetMachine,
|
m.targetMachine,
|
||||||
m.additionalLinkOptions,
|
m.additionalLinkOptions,
|
||||||
|
m.programDatabaseFile,
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
@ -1815,9 +1815,9 @@
|
|||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
function m.programDataBaseFileName(cfg)
|
function m.programDatabaseFile(cfg)
|
||||||
if cfg.symbolspath and cfg.symbols == p.ON and cfg.debugformat ~= "c7" then
|
if cfg.symbolspath and cfg.symbols == p.ON and cfg.debugformat ~= "c7" then
|
||||||
m.element("ProgramDataBaseFileName", nil, p.project.getrelative(cfg.project, cfg.symbolspath))
|
m.element("ProgramDatabaseFile", nil, p.project.getrelative(cfg.project, cfg.symbolspath))
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user