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/pascal/app_templates/pascalhello/pascalhello.kdevtemplate

36 lines
659 B

# TDE Config File
[General]
Name=Simple Hello world program
Comment=Generates a simple Hello world program in Pascal
Category=Pascal
Icon=pascalhello.png
FileTemplates=pp-program,PStyle,pp-unit,PStyle
ShowFilesAfterGeneration=%{dest}/src/%{APPNAMELC}.pp
Archive=pascalhello.tar.gz
[GNU]
Type=include
File=%{tdevelop}/template-common/gnu.kdevtemplate
[FILE1]
Type=install
EscapeXML=true
Source=%{src}/app.kdevelop
Dest=%{dest}/%{APPNAMELC}.kdevelop
[MkDir1]
Type=mkdir
Dir=%{dest}/src
[FILE2]
Type=install
Source=%{src}/main.pp
Dest=%{dest}/src/%{APPNAMELC}.pp
[MSG]
Type=message
Comment=A simple 'hello world' program in Pascal was created in %{dest}