You've already forked gnatstudio
mirror of
https://github.com/AdaCore/gnatstudio.git
synced 2026-02-12 12:42:33 -08:00
14 lines
259 B
Plaintext
14 lines
259 B
Plaintext
|
|
with "../shared";
|
||
|
|
with "../kernel/kernel";
|
||
|
|
with "../gtkada/gtkada";
|
||
|
|
|
||
|
|
project Python is
|
||
|
|
|
||
|
|
for Source_Dirs use ("@PYTHON_ADA_SOURCE@");
|
||
|
|
for Object_Dir use "obj";
|
||
|
|
|
||
|
|
package Compiler renames Shared.Compiler;
|
||
|
|
package IDE renames Shared.IDE;
|
||
|
|
|
||
|
|
end Python;
|