Files
gnatstudio/python/python_core.gpr
Andry Ogorodnik a6dbc5e8a7 PB02-019 (1/3) Correcting for Documentation_Dir attribute
Also obsolete attribute was removed from IDE package

Change-Id: I432e142960d5f2398db9e88e305473afebcaeea3
2016-11-11 17:48:01 +01:00

15 lines
282 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;
end Python_Core;