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>
15 lines
512 B
Text
15 lines
512 B
Text
--- templates/unix/wxwidgets.cbp.orig Sun Nov 27 15:36:22 2005
|
|
+++ templates/unix/wxwidgets.cbp Sun Nov 27 15:36:55 2005
|
|
@@ -14,10 +14,10 @@
|
|
<Add option="-Winvalid-pch"/>
|
|
<Add option="-include "wx_pch.h""/>
|
|
<Add option="-DUSE_PCH"/>
|
|
- <Add option="`wx-config --cflags`"/>
|
|
+ <Add option="`wxgtk2-2.6-config --cflags`"/>
|
|
</Compiler>
|
|
<Linker>
|
|
- <Add option="`wx-config --libs`"/>
|
|
+ <Add option="`wxgtk2-2.6-config --libs`"/>
|
|
</Linker>
|
|
</Project>
|
|
</CodeBlocks_project_file>
|