Files
gnatstudio/python/python.gpr
Emmanuel Briot e4af500c72 (python.gpr.in): no longer needed, since it doesn't depend on the output
of configure


git-svn-id: svn+ssh://svn.eu/Dev/trunk/gps@108092 936e1b1b-40f2-da11-902a-00137254ae57
2007-06-13 08:57:45 +00:00

16 lines
305 B
Plaintext
Executable File

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;