소스 검색

* 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_includepath,includesearchpath);
        WriteCmdStrList(general_t_librarypath,librarysearchpath);
        WriteCmdStrList(general_t_librarypath,librarysearchpath);
        WriteCmdStrList(general_t_objectpath,objectsearchpath);
        WriteCmdStrList(general_t_objectpath,objectsearchpath);
+       WriteCmdStrList(general_t_unitscope,namespacelist);
 
 
        { Compile the program }
        { Compile the program }
   {$ifdef PREPROCWRITE}
   {$ifdef PREPROCWRITE}