You've already forked gnatstudio
mirror of
https://github.com/AdaCore/gnatstudio.git
synced 2026-02-12 12:42:33 -08:00
16 lines
662 B
XML
16 lines
662 B
XML
<?xml version="1.0"?>
|
|
<GNAT_Studio>
|
|
<action name="build root project" category="Builder">
|
|
<shell output="none">Project.scenario_variables_cmd_line -X</shell>
|
|
<shell output="none">Project.root</shell>
|
|
<shell output="none">Project.get_attribute_as_string %1 "gnat" "ide"</shell>
|
|
<external server="build_server">%1 make -p "%PPs" %3</external>
|
|
<shell output="none">Console "Messages"</shell>
|
|
<shell output="none">MDI.get_by_child %1</shell>
|
|
<shell output="none">MDIWindow.raise_window %1</shell>
|
|
</action>
|
|
<menu action="build root project" after="Make">
|
|
<title>/Build/My Gnatmake/_Root Project</title>
|
|
</menu>
|
|
</GNAT_Studio>
|