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