mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 15:36:35 -04:00
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>
13 lines
449 B
Bash
13 lines
449 B
Bash
--- update.sh.orig Sun Nov 27 15:13:34 2005
|
|
+++ update.sh Sun Nov 27 15:14:03 2005
|
|
@@ -57,10 +57,6 @@
|
|
cp -f devel/*.exe output > /dev/null
|
|
cp -f devel/*.so output > /dev/null
|
|
cp -f ${RESDIR}/plugins/*.so output/share/CodeBlocks/plugins > /dev/null
|
|
-echo Stripping debug info from output tree
|
|
-strip output/*.exe
|
|
-strip output/*.so
|
|
-strip output/share/CodeBlocks/plugins/*.so
|
|
|
|
echo Creating launch-scripts
|
|
echo -e "#!/bin/sh\n" > output/run.sh
|