Fixed -oq flag

This commit is contained in:
Alexey Prokhin
2011-01-06 15:50:47 +03:00
parent f57409958c
commit 81e0203a6c
3 changed files with 15 additions and 3 deletions

View File

@@ -802,9 +802,13 @@ LDC_TARGETS
if (!Module::rootModule)
Module::rootModule = m;
m->importedFrom = m;
m->buildTargetFiles(singleObj);
m->read(0);
#ifdef _DH
m->parse(global.params.doDocComments);
#else
m->parse();
#endif
m->buildTargetFiles(singleObj);
m->deleteObjFile();
if (m->isDocFile)
{