News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Missing files in Headerfixup project-file for linux

Started by Jenna, July 09, 2008, 07:56:03 PM

Previous topic - Next topic

Jenna

The "protocol.*" files are missing from linux project-file.

Patch:

--- codeblocks-1.0svn.orig/src/plugins/contrib/headerfixup/headerfixup-unix.cbp 2008-07-01 02:10:28.000000000 +0200
+++ codeblocks-1.0svn.work/src/plugins/contrib/headerfixup/headerfixup-unix.cbp 2008-07-09 19:38:52.000000000 +0200
@@ -63,8 +63,11 @@
                <Unit filename="helper.cpp" />
                <Unit filename="helper.h" />
                <Unit filename="manifest.xml" />
+               <Unit filename="protocol.cpp" />
+               <Unit filename="protocol.h" />
                <Unit filename="wxsmith/configuration.wxs" />
                <Unit filename="wxsmith/execution.wxs" />
+               <Unit filename="wxsmith/protocol.wxs" />
                <Extensions>
                        <code_completion />
                        <envvars />

killerbot


MortenMacFly

Quote from: jens on July 09, 2008, 07:56:03 PM
The "protocol.*" files are missing from linux project-file.
You are too fast for me. I just had re-activated my Ubuntu VM to submit these changes and voila... they were already in SVN... ;-) :lol:

BHTW: Anyone trying to update from 7.04 to 8.02 using Ubuntu package manager... don't do it.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]