Explorar o código

* print used unit scopes

git-svn-id: trunk@38944 -
svenbarth %!s(int64=7) %!d(string=hai) anos
pai
achega
576a50f690
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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}