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.
105 lines
2.2 KiB
105 lines
2.2 KiB
# wxWidgets Config File
|
|
[General]
|
|
Name=Simple Hello wxWidgets Application
|
|
Name[fr]=Un simple programme de test « Hello world »
|
|
Category=C++/wxWidgets
|
|
Comment=Generates a simple wxWidgets Hello application.
|
|
Comment[fr]=Génère un simple programme de test du type « Hello world » en utilisant la bibliothéque wxWidgets.
|
|
FileTemplates=h,CStyle,cpp,CStyle
|
|
Icon=wxhello.png
|
|
ShowFilesAfterGeneration=src/APPNAMELC.cpp
|
|
|
|
[LICENSE]
|
|
Type=install
|
|
Source=%{src}/template-common/%{LICENSEFILE}
|
|
Dest=%{dest}/%{LICENSEFILE}
|
|
|
|
[GNU]
|
|
Type=install archive
|
|
Source=%{src}/template-common/gnu.tar.gz
|
|
Dest=%{dest}
|
|
|
|
[SRC]
|
|
Type= mkdir
|
|
Dir=%{dest}/src
|
|
|
|
[DOCSDIR]
|
|
Type=mkdir
|
|
Dir=%{dest}/doc
|
|
|
|
[DOCSDIREN]
|
|
Type=mkdir
|
|
Dir=%{dest}/doc/en
|
|
|
|
[DOCSMAKEFILE.AM1]
|
|
Type=install
|
|
Source=%{src}/template-common/kde-doc-Makefile.am
|
|
Dest=%{dest}/doc/Makefile.am
|
|
Option=INSTALL_DOCS
|
|
|
|
[DOCSMAKEFILE.AM2]
|
|
Type=install
|
|
Source=%{src}/template-common/kde-doc-en-Makefile.am
|
|
Dest=%{dest}/doc/en/Makefile.am
|
|
Option=INSTALL_DOCS
|
|
|
|
[DOCS]
|
|
Type=install
|
|
Source=%{src}/template-common/tde-index.docbook
|
|
Dest=%{dest}/doc/en/index.docbook
|
|
Option=INSTALL_DOCS
|
|
|
|
[PROJECT]
|
|
Type=install
|
|
Source=%{src}/template-wxhello/app.kdevelop
|
|
Dest=%{dest}/${APPNAMELC}.kdevelop
|
|
|
|
[WXMAKEFILE.AM]
|
|
Type=install
|
|
Source=%${src}/template-common/wx-Makefile.am
|
|
Dest=%{dest}/Makefile.am
|
|
|
|
[WXMAKEFILE.CVS]
|
|
Type=install
|
|
Source=%${src}/template-common/wx-Makefile.cvs
|
|
Dest=%{dest}/Makefile.cvs
|
|
|
|
[WXCONFIGURE.IN]
|
|
Type=install
|
|
Source=%${src}/template-common/wx-configure.in
|
|
Dest=%{dest}/configure.in
|
|
|
|
[APPICON.16]
|
|
Type=install
|
|
Source=%${src}/template-common/hi16-app-app.png
|
|
Dest=%{dest}/src/hi16-app-${APPNAMELC}.png
|
|
|
|
[APPICON.32]
|
|
Type=install
|
|
Source=%${src}/template-common/hi32-app-app.png
|
|
Dest=%{dest}/src/hi32-app-${APPNAMELC}.png
|
|
|
|
[SUBDIRS]
|
|
Type=install
|
|
Source=%${src}/template-wxhello/subdirs
|
|
Dest=%{dest}/subdirs
|
|
|
|
[SRC.MAKEFILE.AM]
|
|
Type=install
|
|
Source=%${src}/template-wxhello/src-Makefile.am
|
|
Dest=%{dest}/src/Makefile.am
|
|
|
|
[APP.CPP]
|
|
Type=install
|
|
Source=%${src}/template-wxhello/app.cpp
|
|
Dest=%{dest}/src/${APPNAMELC}.cpp
|
|
|
|
[APP.H]
|
|
Type=install
|
|
Source=%${src}/template-wxhello/app.h
|
|
Dest=%{dest}/src/${APPNAMELC}.h
|
|
|
|
[APP.DESKTOP]
|
|
Type=install
|
|
Source=%${src}/template-wxhello/app.desktop
|
|
Dest=%{dest}/src/${APPNAMELC}.desktop |