You've already forked gnatstudio
mirror of
https://github.com/AdaCore/gnatstudio.git
synced 2026-02-12 12:42:33 -08:00
git-svn-id: svn+ssh://svn.eu.adacore.com/Dev/branches/global/gtk3/gps@202977 936e1b1b-40f2-da11-902a-00137254ae57
17 lines
327 B
Plaintext
17 lines
327 B
Plaintext
with "../shared";
|
|
with "../kernel/kernel";
|
|
with "gtkada";
|
|
with "../gnatlib/src/gnatcoll";
|
|
with "python_core";
|
|
|
|
project Python is
|
|
|
|
for Source_Dirs use ("src");
|
|
for Object_Dir use Shared'Object_Dir;
|
|
for Languages use ("Ada");
|
|
|
|
package Compiler renames Shared.Compiler;
|
|
package IDE renames Shared.IDE;
|
|
|
|
end Python;
|