Files
gnatstudio/python/python.gpr

16 lines
305 B
Plaintext
Raw Normal View History

with "../shared";
with "../kernel/kernel";
with "../gtkada/gtkada";
with "../gnatlib/gnatlib";
project Python is
for Source_Dirs use ("src");
for Object_Dir use "obj";
for Languages use ("Ada", "C");
package Compiler renames Shared.Compiler;
package IDE renames Shared.IDE;
end Python;