Logo
Explore Help
Sign In
ada/gnatstudio
0
0
Fork 0
You've already forked gnatstudio
mirror of https://github.com/AdaCore/gnatstudio.git synced 2026-02-12 12:42:33 -08:00
Code Issues Packages Projects Releases Wiki Activity
Files
25.1
gnatstudio/python/python_core.gpr

15 lines
282 B
Plaintext
Raw Permalink Normal View History

* python_module.adb Move python initialization to GPS.Python_Core. * python_core.gpr Create Gtk free project for python scripting * gps-cli.adb Initialize python For LB21_009 git-svn-id: svn+ssh://svn.eu.adacore.com/Dev/trunk/gps@202976 936e1b1b-40f2-da11-902a-00137254ae57
2013-02-21 16:34:08 +00:00
with "../shared";
with "../kernel/kernel_core";
Transition gnatcoll out of the GPS build dir No longer invoke recursively the GNATcoll configure, no longer expect GNATcoll to be under gnatlib, and expect GNATcoll projects to be found on the standard project search paths. For O827-030. Change-Id: I9a271d288124ef8d9b2e296502b03096c08c00a4
2015-09-17 15:07:46 -04:00
with "gnatcoll";
with "gnatcoll_python";
* python_module.adb Move python initialization to GPS.Python_Core. * python_core.gpr Create Gtk free project for python scripting * gps-cli.adb Initialize python For LB21_009 git-svn-id: svn+ssh://svn.eu.adacore.com/Dev/trunk/gps@202976 936e1b1b-40f2-da11-902a-00137254ae57
2013-02-21 16:34:08 +00:00
project Python_Core is
for Source_Dirs use ("core");
for Object_Dir use Shared'Object_Dir;
for Languages use ("Ada");
package Compiler renames Shared.Compiler;
end Python_Core;
Reference in New Issue Copy Permalink
Powered by Gitea Page: 466ms Template: 7ms
English
English
Licenses API