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.
56 lines
913 B
56 lines
913 B
# TDE Config File
|
|
[General]
|
|
Name=Simple ClanLib application
|
|
|
|
Comment=Generates a simple ClanLib application.
|
|
|
|
Category=C++
|
|
|
|
Icon=clanlib.png
|
|
FileTemplates=h,CStyle,cpp,CStyle
|
|
ShowFilesAfterGeneration=%{dest}/src/main.cpp
|
|
Archive=clanlib.tar.gz
|
|
|
|
[GNU]
|
|
Type=include
|
|
File=%{tdevelop}/template-common/gnu.kdevtemplate
|
|
|
|
[FILE1]
|
|
Type=install
|
|
EscapeXML=true
|
|
Source=%{src}/app.kdevelop
|
|
Dest=%{dest}/%{APPNAMELC}.kdevelop
|
|
|
|
[FILE2]
|
|
Type=install
|
|
Source=%{src}/app-Makefile.am
|
|
Dest=%{dest}/Makefile.am
|
|
|
|
[FILE3]
|
|
Type=install
|
|
Source=%{src}/app-configure.in
|
|
Dest=%{dest}/configure.in
|
|
|
|
[FILE4]
|
|
Type=install
|
|
Source=%{src}/app-autogen.sh
|
|
Dest=%{dest}/autogen.sh
|
|
|
|
[MkDir1]
|
|
Type=mkdir
|
|
Dir=%{dest}/src
|
|
|
|
[FILE5]
|
|
Type=install
|
|
Source=%{src}/src-Makefile.am
|
|
Dest=%{dest}/src/Makefile.am
|
|
|
|
[FILE6]
|
|
Type=install
|
|
Source=%{src}/main.cpp
|
|
Dest=%{dest}/src/main.cpp
|
|
|
|
[MSG]
|
|
Type=message
|
|
Comment=A simple clanlib application was created in %{dest}
|