Merge pull request #1098 from tdesveauxPKFX/d/vstudio/remove-dcompile-block
Prevent D module from adding D block in unrelated projects
This commit is contained in:
commit
ff732af5f6
@ -50,9 +50,11 @@
|
||||
end
|
||||
|
||||
function m.dCompile(cfg)
|
||||
p.push('<DCompile>')
|
||||
p.callArray(m.elements.dCompile, cfg)
|
||||
p.pop('</DCompile>')
|
||||
if config.hasFile(cfg, path.isdfile) then
|
||||
p.push('<DCompile>')
|
||||
p.callArray(m.elements.dCompile, cfg)
|
||||
p.pop('</DCompile>')
|
||||
end
|
||||
end
|
||||
|
||||
---
|
||||
|
Reference in New Issue
Block a user