浏览代码

* print used unit scopes

git-svn-id: trunk@38944 -
svenbarth 7 年之前
父节点
当前提交
576a50f690
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      compiler/compiler.pas

+ 1 - 0
compiler/compiler.pas

@@ -267,6 +267,7 @@ begin
        WriteCmdStrList(general_t_includepath,includesearchpath);
        WriteCmdStrList(general_t_librarypath,librarysearchpath);
        WriteCmdStrList(general_t_objectpath,objectsearchpath);
+       WriteCmdStrList(general_t_unitscope,namespacelist);
 
        { Compile the program }
   {$ifdef PREPROCWRITE}