Files
gnatstudio/python/python_core.gpr
Automatic merge e06c2a9fec Merge changes from trunk.
git-svn-id: svn+ssh://svn.eu.adacore.com/Dev/branches/global/gtk3/gps@202977 936e1b1b-40f2-da11-902a-00137254ae57
2013-02-21 16:37:08 +00:00

15 lines
308 B
Plaintext

with "../shared";
with "../kernel/kernel_core";
with "../gnatlib/src/gnatcoll";
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;