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/java/app_templates/superwaba/superwaba.kdevtemplate

62 lines
1.1 KiB

# TDE Config File
[General]
Name=SuperWaba
Comment=A simple template for building SuperWaba Java based apps on WinCE and PalmOS. More information can be found at http://www.superwaba.org
Category=Java
Icon=superwaba.png
FileTemplates=java
ShowFilesAfterGeneration=%{dest}/%{APPNAME}.java
Archive=superwaba.tar.gz
[JAVA]
Type=value
Value=JAVA
Comment=Path to your java root
Default=/usr/lib/java
ValueType=TQString
[WABA]
Type=value
Value=WABA
Comment=Path to your SuperWaba root
Default=/usr/lib
ValueType=TQString
[GNU]
Type=install archive
Source=%{tdevelop}/template-common/gnu.tar.gz
Dest=%{dest}
[PROJECT]
Type=install
EscapeXML=true
Source=%{src}/sw.kdevelop
Dest=%{dest}/%{APPNAMELC}.kdevelop
[FILELIST]
Type=install
Source=%{src}/sw.filelist
Dest=%{dest}/%{APPNAMELC}.filelist
[MAKEFILE]
Type=install
Source=%{src}/src-Makefile
Dest=%{dest}/Makefile
[SOURCE]
Type=install
Source=%{src}/sw.java
Dest=%{dest}/%{APPNAME}.java
[MESSAGE]
Type=Message
Comment=Your application is setup to build. Edit the make targets to customize the file.
Archive=superwaba.tar.gz
[GNU]
Type=include
File=%{tdevelop}/template-common/gnu.kdevtemplate