Browse Source

+ 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 years ago
parent
commit
de54f30588
1 changed files with 5 additions and 3 deletions
  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;