Example of path separator

This commit is contained in:
Alejandro R. Mosteo
2018-03-05 23:06:03 +01:00
parent 0b32fdfc20
commit edc52b8e9e
+4
View File
@@ -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