mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
49 lines
2 KiB
XML
49 lines
2 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<template type="ProjTempl" version="1.0" supplier="Eclipse.org" revision="1.0" author="Intel Corporation"
|
|
copyright="Copyright (c) 2007 Intel Corporation and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html"
|
|
id="MakefileHelloWorldCCProject" label="%MakefileHelloWorld.CCtemplate.label" description="%MakefileHelloWorld.CCtemplate.description"
|
|
help="help.html">
|
|
<property-group id="basics" label="%MakefileHelloWorld.basics.label" description="%MakefileHelloWorld.basics.description" type="PAGES-ONLY" help="help.html">
|
|
<property id="author"
|
|
label="%MakefileHelloWorld.author.label"
|
|
description="%MakefileHelloWorld.author.description"
|
|
type="input"
|
|
pattern=".*"
|
|
default=""
|
|
hidden="false"
|
|
persist="true"/>
|
|
<property id="copyright"
|
|
label="%MakefileHelloWorld.copyright.label"
|
|
description="%MakefileHelloWorld.copyright.description"
|
|
type="input"
|
|
pattern=".*"
|
|
default="%MakefileHelloWorld.copyright.default"
|
|
hidden="false"
|
|
persist="true"/>
|
|
<property id="message"
|
|
label="%MakefileHelloWorld.message.label"
|
|
description="%MakefileHelloWorld.message.description"
|
|
type="input"
|
|
pattern=".*"
|
|
default="%MakefileHelloWorld.message.default"
|
|
hidden="false"
|
|
persist="true"/>
|
|
</property-group>
|
|
|
|
<process type="org.eclipse.cdt.core.AddFiles">
|
|
<simple name="projectName" value="$(projectName)"/>
|
|
<complex-array name="files">
|
|
<element>
|
|
<simple name="source" value="Basename.cpp"/>
|
|
<simple name="target" value="$(projectName).cpp"/>
|
|
<simple name="replaceable" value="true"/>
|
|
</element>
|
|
</complex-array>
|
|
</process>
|
|
|
|
<process type="org.eclipse.cdt.managedbuilder.gnu.ui.SimpleGNUMakefileGenerator">
|
|
<simple name="projectName" value="$(projectName)"/>
|
|
</process>
|
|
|
|
</template>
|
|
|