Files
gnatstudio/python/python.gpr
Emmanuel Briot 7542f626a8 Renamed gnatlib => gnatcoll (H411-006)
Renamed GNAT.* packages into GNATCOLL.*
Fixed headers in gnatlib, so that they reference "G N A T C O L L", rather
 than the misc. names we have before.
Update copyright dates


git-svn-id: svn+ssh://svn.eu/Dev/trunk/gps@124025 936e1b1b-40f2-da11-902a-00137254ae57
2008-04-17 12:12:00 +00:00

16 lines
295 B
Plaintext
Executable File

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