blob: c64668243d923e259818faa398e7f177485940bc (
plain)
1
2
3
4
5
6
7
8
|
<tdevproject>
<group name = "src">
<target name = "cpphello">
<file name = "%{APPNAMELC}.cpp"/>
<attribute name = "buildscript">gcc -o %{APPNAMELC} %{APPNAMELC}.cpp</attribute>
</target>
</group>
</tdevproject>
|