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.
80 lines
1.5 KiB
80 lines
1.5 KiB
# TDE Config File
|
|
[General]
|
|
Name=TDevelop Language Support Plugin (Standalone build)
|
|
|
|
Comment=This generates a language support plugin for TDevelop, to be built outside of the TDevelop source tree.
|
|
|
|
Category=C++/TDevelop/
|
|
|
|
FileTemplates=h,CStyle,cpp,CStyle
|
|
ShowFilesAfterGeneration=%{dest}/src/%{APPNAMELC}_part.cpp
|
|
Archive=kdevlang.tar.gz
|
|
|
|
[ADMIN]
|
|
Type=include
|
|
File=%{tdevelop}/template-common/admin.kdevtemplate
|
|
|
|
[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=%{tdevelop}/template-common/kde-Makefile.am
|
|
Dest=%{dest}/Makefile.am
|
|
|
|
[FILE3]
|
|
Type=install
|
|
Source=%{tdevelop}/template-common/kde-Makefile.cvs
|
|
Dest=%{dest}/Makefile.cvs
|
|
|
|
[FILE5]
|
|
Type=install
|
|
Source=%{src}/kdevlang-configure.in.in
|
|
Dest=%{dest}/configure.in.in
|
|
|
|
[MkDir1]
|
|
Type=mkdir
|
|
Dir=%{dest}/src
|
|
|
|
[FILE6]
|
|
Type=install
|
|
Source=%{src}/src-Makefile.am
|
|
Dest=%{dest}/src/Makefile.am
|
|
|
|
[FILE7]
|
|
Type=install
|
|
Source=%{src}/kdevlang_part.cpp
|
|
Dest=%{dest}/src/%{APPNAMELC}_part.cpp
|
|
|
|
[FILE8]
|
|
Type=install
|
|
Source=%{src}/kdevlang_part.h
|
|
Dest=%{dest}/src/%{APPNAMELC}_part.h
|
|
|
|
[FILE9]
|
|
Type=install
|
|
EscapeXML=true
|
|
Source=%{src}/kdevlang.rc
|
|
Dest=%{dest}/src/kdev%{APPNAMELC}.rc
|
|
|
|
[FILE10]
|
|
Type=install
|
|
Source=%{src}/kdevlang.desktop
|
|
Dest=%{dest}/src/kdev%{APPNAMELC}.desktop
|
|
|
|
[FILE11]
|
|
Type=install
|
|
Source=%{src}/README.dox
|
|
Dest=%{dest}/src/README.dox
|
|
|
|
[MSG]
|
|
Type=message
|
|
Comment=A language plugin for TDevelop for standalone build was created in %{dest}
|