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
|
end
|
||||||
|
|
||||||
function m.dCompile(cfg)
|
function m.dCompile(cfg)
|
||||||
p.push('<DCompile>')
|
if config.hasFile(cfg, path.isdfile) then
|
||||||
p.callArray(m.elements.dCompile, cfg)
|
p.push('<DCompile>')
|
||||||
p.pop('</DCompile>')
|
p.callArray(m.elements.dCompile, cfg)
|
||||||
|
p.pop('</DCompile>')
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
---
|
---
|
||||||
|
Loading…
Reference in New Issue
Block a user