PR #54: Changes for new abstract index loading

This commit is contained in:
Alejandro R Mosteo
2019-09-17 09:15:51 +02:00
committed by GitHub
7 changed files with 21 additions and 26 deletions
+2 -3
View File
@@ -18,6 +18,5 @@ project-files = ["globe_3d.gpr"]
[20180111.gpr-externals]
OS_Kind = ["linux", "macosx", "win32"]
[20180111.gpr-set-externals.OS_Kind.'case(os)']
linux = "linux"
'...' = ""
[20180111.gpr-set-externals.'case(os)']
linux = { OS_Kind = "linux" }
+4 -4
View File
@@ -14,10 +14,10 @@ maintainers = ["alejandro@mosteo.com"]
BUILD = "PROD"
LIBRARY_TYPE = "static-pic"
[general.gpr-set-externals.GNATCOLL_OS.'case(os)']
linux = "unix"
macos = "osx"
windows = "windows"
[general.gpr-set-externals.'case(os)']
linux = { GNATCOLL_OS = "unix" }
macos = { GNATCOLL_OS = "osx" }
windows = { GNATCOLL_OS = "windows" }
[2018]
origin = "http://mirrors.cdn.adacore.com/art/5b0819dfc7a447df26c27a99"
+4 -4
View File
@@ -16,10 +16,10 @@ project-files = ["gnatcoll.gpr"]
BUILD = "PROD"
LIBRARY_TYPE = "static-pic"
[general.gpr-set-externals.GNATCOLL_OS.'case(os)']
linux = "unix"
macos = "osx"
windows = "windows"
[general.gpr-set-externals.'case(os)']
linux = { GNATCOLL_OS = "unix" }
macos = { GNATCOLL_OS = "osx" }
windows = { GNATCOLL_OS = "windows" }
[20180425]
origin = "git+https://github.com/alire-project/gnatcoll-core.git@81bc37d7548fe40024eb0f647df65ec42f65443b"
+4 -4
View File
@@ -16,10 +16,10 @@ project-files = ["gnatcoll.gpr"]
BUILD = "PROD"
LIBRARY_TYPE = "static-pic"
[general.gpr-set-externals.GNATCOLL_OS.'case(os)']
linux = "unix"
macos = "osx"
windows = "windows"
[general.gpr-set-externals.'case(os)']
linux = { GNATCOLL_OS = "unix" }
macos = { GNATCOLL_OS = "osx" }
windows = { GNATCOLL_OS = "windows" }
[20180425]
origin = "git+https://github.com/alire-project/gnatcoll-core.git@7823e31add7133b9fbc6e037d9986a823e840dc0"
+3 -5
View File
@@ -14,11 +14,9 @@ project-files = ["libadacrypt.gpr"]
system = ["unix", "windows"]
mode = ["debug", "release"]
[general.gpr-set-externals]
[general.gpr-set-externals.system.'case(os)']
linux = "unix"
windows = "windows"
'...' = ""
[general.gpr-set-externals.'case(os)']
linux = { system = "unix" }
windows = { system = "windows" }
['0.8.7']
origin = "git+https://github.com/alire-project/Ada-Crypto-Library.git@33d15283abbc6d8a51d717de2bd822e026710c0d"
+2 -3
View File
@@ -17,9 +17,8 @@ executables = ["gl_test-opengl3", "gl_test-context", "gl_test-vbos",
Mode = ["debug", "release"]
Auto_Exceptions = ["enabled", "disabled"]
[general.gpr-set-externals.Windowing_System.'case(os)']
linux = "x11"
'...' = ""
[general.gpr-set-externals.'case(os)']
linux = { Windowing_System = "x11" }
['0.6']
origin = "git+https://github.com/flyx/OpenGLAda.git@54a7a50cebab2cba0262c7f59b927e9ddf6e4649"
+2 -3
View File
@@ -13,9 +13,8 @@ project-files = ["build/gnat/sdlada.gpr"]
[general.gpr-set-externals]
SDL_MODE = "release"
[general.gpr-set-externals.SDL_PLATFORM.'case(os)']
linux = "linux"
'...' = ""
[general.gpr-set-externals.'case(os)']
linux = { SDL_PLATFORM = "linux" }
[general.available.'case(os)']
linux = true