ports/devel/codeblocks/files/patch-templates-unix-wxwidgets.template
Edwin Groothuis 7c09f85c2d new port: devel/codeblocks, an open source, cross-platform and free
C/C++ IDE

	Code::Blocks is an open source, cross-platform and free
	C/C++ IDE.  It is build using the wxWidgets GUI library.

	The WEB site states:

	"Code::Blocks is a free C++ IDE built specifically to meet
	the most demanding needs of its users. It was designed,
	right from the start, to be extensible and configurable."

	WWW: http://www.codeblocks.org/

PR:		ports/89297
Submitted by:	Matthias Sund <m.sund@arcor.de>
2005-12-27 19:59:09 +00:00

22 lines
1.1 KiB
Text

--- templates/unix/wxwidgets.template.orig Sun Nov 27 15:38:16 2005
+++ templates/unix/wxwidgets.template Sun Nov 27 15:40:08 2005
@@ -4,16 +4,19 @@
<Template name="wxWidgets" title="wxWidgets Application" category="GUI" bitmap="wxwidgets.png">
<FileSet name="s" title="No header file">
<File source="wx-main-s.cpp" destination="main.cpp"/>
+ <File source="wx_pch.h" destination="wx_pch.h"/>
</FileSet>
<FileSet name="sh" title="With header file">
<File source="wx-main-sh.cpp" destination="main.cpp"/>
<File source="wx-main-sh.h" destination="main.h"/>
+ <File source="wx_pch.h" destination="wx_pch.h"/>
</FileSet>
<FileSet name="ash" title="Use separate wxApp, wxFrame files">
<File source="wx-app-ash.cpp" destination="app.cpp"/>
<File source="wx-app-ash.h" destination="app.h"/>
<File source="wx-main-ash.cpp" destination="main.cpp"/>
<File source="wx-main-ash.h" destination="main.h"/>
+ <File source="wx_pch.h" destination="wx_pch.h"/>
</FileSet>
<Option name="wxWidgets Application">
<Project file="wxwidgets.cbp"/>