Files
gnatstudio/python/python_core.gpr
Nicolas Setton 06a4fd6399 Transition gnatcoll out of the GPS build dir
No longer invoke recursively the GNATcoll configure,
no longer expect GNATcoll to be under gnatlib,
and expect GNATcoll projects to be found on the
standard project search paths.

For O827-030.

Change-Id: I9a271d288124ef8d9b2e296502b03096c08c00a4
2015-09-21 10:54:19 -04:00

16 lines
317 B
Plaintext

with "../shared";
with "../kernel/kernel_core";
with "gnatcoll";
with "gnatcoll_python";
project Python_Core is
for Source_Dirs use ("core");
for Object_Dir use Shared'Object_Dir;
for Languages use ("Ada");
package Compiler renames Shared.Compiler;
package IDE renames Shared.IDE;
end Python_Core;