You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdevelop/languages/cpp/app_templates/makefileempty/makefileempty.kdevtemplate

31 lines
563 B

# TDE Config File
[General]
Name=Empty Custom Makefile Template
Comment=Generate an empty Custom Makefile based application
Category=C++
Icon=makefileempty.png
FileTemplates=h,CStyle,cpp,CStyle
Archive=makefileempty.tar.gz
[FILE1]
Type=install
EscapeXML=true
Source=%{src}/app.kdevelop
Dest=%{dest}/%{APPNAMELC}.kdevelop
[GNU]
Type=include
File=%{tdevelop}/template-common/gnu.kdevtemplate
[FILE2]
Type=install
Source=%{src}/makefileempty-Makefile
Dest=%{dest}/Makefile
[MSG]
Type=message
Comment=A Custom Makefile based application was created in %{dest}