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.
60 lines
1.0 KiB
60 lines
1.0 KiB
# TDE Config File
|
|
[General]
|
|
Name=Simple Win32 Hello World
|
|
|
|
Comment=Generates a shell project for crosscompiling Win32 projects.
|
|
|
|
Category=C++
|
|
|
|
Icon=win32hello.png
|
|
FileTemplates=h,CStyle,cpp,CStyle
|
|
ShowFilesAfterGeneration=src/%{APPNAMELC}.cpp
|
|
Archive=win32hello.tar.gz
|
|
|
|
[INCADMIN]
|
|
Type=include
|
|
File=%{tdevelop}/template-common/incadmin.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=%{src}/win32-Makefile.am
|
|
Dest=%{dest}/Makefile.am
|
|
|
|
[FILE3]
|
|
Type=install
|
|
Source=%{src}/win32-Makefile.cvs
|
|
Dest=%{dest}/Makefile.cvs
|
|
|
|
[FILE4]
|
|
Type=install
|
|
Source=%{src}/win32-configure.in
|
|
Dest=%{dest}/configure.in
|
|
|
|
[MkDir1]
|
|
Type=mkdir
|
|
Dir=%{dest}/src
|
|
|
|
[FILE5]
|
|
Type=install
|
|
Source=%{src}/src-Makefile.am
|
|
Dest=%{dest}/src/Makefile.am
|
|
|
|
[FILE6]
|
|
Type=install
|
|
Source=%{src}/app.cpp
|
|
Dest=%{dest}/src/%{APPNAMELC}.cpp
|
|
|
|
[MSG]
|
|
Type=message
|
|
Comment=For this project to compile and run you need both Wine and MinGW installed.
|