Files
gnatstudio/examples/xml/gnatmake.xml
Adrien Boulanger f39eecfddf S911-042: XML replace GPS tags by GNAT Studio.
(no-precommit-check)
Change-Id: Ieb7b66035c012836b3eb500fdcd8e39154922e4b
2019-09-20 10:39:27 +02:00

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>