Kaynağa Gözat

+ add entry constants for the name of the package and the package file names, both used by a PCP file

git-svn-id: branches/svenbarth/packages@28845 -
svenbarth 11 yıl önce
ebeveyn
işleme
de54f30588
1 değiştirilmiş dosya ile 5 ekleme ve 3 silme
  1. 5 3
      compiler/entfile.pas

+ 5 - 3
compiler/entfile.pas

@@ -114,9 +114,11 @@ interface
     ibwpofile         = 84;
     ibmoduleoptions   = 85;
 
-    ibmainname       = 90;
-    ibsymtableoptions = 91;
-    ibrecsymtableoptions = 91;
+    ibmainname            = 90;
+    ibsymtableoptions     = 91;
+    ibrecsymtableoptions  = 91;
+    ibpackagefiles        = 92;
+    ibpackagename         = 93;
     { target-specific things }
     iblinkotherframeworks = 100;
     ibjvmnamespace = 101;