diff options
Diffstat (limited to 'comfignat.gpr.gp')
-rw-r--r-- | comfignat.gpr.gp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/comfignat.gpr.gp b/comfignat.gpr.gp index 3b0c950..7b632ae 100644 --- a/comfignat.gpr.gp +++ b/comfignat.gpr.gp @@ -28,9 +28,11 @@ abstract project Comfignat is #if not Invoked_By_Makefile'Defined then + -- -- These variables are used in constructing the default values of the -- directory variables below. They're only needed when this file is -- preprocessed manually. + -- #if Prefix'Defined then Prefix := $Prefix; @@ -72,6 +74,7 @@ abstract project Comfignat is -- Most of the directory names are relative to Bindir if the software was -- configured as a relocatable package. Otherwise they are absolute -- pathnames. + -- -- Programs that can be run from a command prompt are in Bindir. This is -- normally the same directory that the program itself is in, so this |