From edc52b8e9ec32acae039d78e2f5bee4a292a21ec Mon Sep 17 00:00:00 2001 From: "Alejandro R. Mosteo" Date: Mon, 5 Mar 2018 23:06:03 +0100 Subject: [PATCH] Example of path separator --- index/alire-index-alire.ads | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/index/alire-index-alire.ads b/index/alire-index-alire.ads index 1bc3a83f..452d8ce5 100644 --- a/index/alire-index-alire.ads +++ b/index/alire-index-alire.ads @@ -49,6 +49,10 @@ package Alire.Index.Alire is GPR_Free_Scenario ("Path_To_Something") and -- Known scenario variables + GPR_File ("scenarios/catastrophical.gpr") and + -- Way to specify a project file not named like the project + -- Path separators are always "/" and internally converted to native ones + On_Condition (System_Is (Windows), GPR_File ("project_win.gpr")) and