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.
57 lines
943 B
57 lines
943 B
# TDE Config File
|
|
[General]
|
|
Name=Hello world program
|
|
|
|
Comment=Generates a template for palm application
|
|
|
|
Category=C/PalmOS
|
|
|
|
Icon= # got none
|
|
FileTemplates=h,CStyle,c,CStyle
|
|
ShowFilesAfterGeneration=%{dest}/%{APPNAME}.c
|
|
Archive=prc-tool.tar.gz
|
|
|
|
[GNU]
|
|
Type=include
|
|
File=%{tdevelop}/template-common/gnu.kdevtemplate
|
|
|
|
[FILE1]
|
|
Type=install
|
|
EscapeXML=true
|
|
Source=%{src}/prc-tool.kdevelop
|
|
Dest=%{dest}/%{APPNAMELC}.kdevelop
|
|
|
|
[FILE2]
|
|
Type=install
|
|
Source=%{src}/src-Makefile
|
|
Dest=%{dest}/Makefile
|
|
|
|
[FILE3]
|
|
Type=install
|
|
Source=%{src}/palmhello.c
|
|
Dest=%{dest}/%{APPNAME}.c
|
|
|
|
[FILE4]
|
|
Type=install
|
|
Source=%{src}/palmhello.pbitm
|
|
Dest=%{dest}/%{APPNAME}.pbitm
|
|
|
|
[FILE5]
|
|
Type=install
|
|
Source=%{src}/palmhello.rcp
|
|
Dest=%{dest}/%{APPNAME}.rcp
|
|
|
|
[FILE6]
|
|
Type=install
|
|
Source=%{src}/palmhelloRsc.h
|
|
Dest=%{dest}/%{APPNAME}Rsc.h
|
|
|
|
[FILE7]
|
|
Type=install
|
|
Source=%{src}/callback.h
|
|
Dest=%{dest}/callback.h
|
|
|
|
[MSG]
|
|
Type=message
|
|
Comment=A palm application was created in %{dest}
|