Browse Source

* print used unit scopes

git-svn-id: trunk@38944 -
svenbarth 7 năm trước cách đây
mục cha
commit
576a50f690
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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}