Files
gnatstudio/python/python.gpr

16 lines
307 B
Plaintext
Raw Normal View History

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