Author Topic: Missing files in Headerfixup project-file for linux  (Read 4753 times)

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Missing files in Headerfixup project-file for linux
« on: July 09, 2008, 07:56:03 pm »
The "protocol.*" files are missing from linux project-file.

Patch:
Code
--- 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 />

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: Missing files in Headerfixup project-file for linux
« Reply #1 on: July 09, 2008, 08:46:02 pm »
applied. Thanks !!!

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Missing files in Headerfixup project-file for linux
« Reply #2 on: July 10, 2008, 09:43:20 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: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ