Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

prefix.cpp in Codeblocks.cbp (C::B project file for Windows)

(1/1)

ollydbg:
This file is used in Codeblocks-unix.cbp, but not Codeblocks.cbp.

In Codeblocks.cbp, it has such snippet:

--- Code: --- <Unit filename="src/prefix.cpp">
<Option compile="0" />
<Option link="0" />
<Option target="src" />
</Unit>

--- End code ---
I see this file in Project Manager browser tree are in "grey" color. Do we need to remove it, or what's reason to keep it in Codeblocks.cbp?

EDIT:
I see all the header files were in "grey" color, see the screen shot below:

Alpha:

--- Quote from: ollydbg on April 16, 2013, 04:16:22 am ---I see all the header files were in "grey" color, see the screen shot below:

--- End quote ---
If a file is marked to be compiled, it is black, else grey.  (Look at sdk.h, it is black.)

Should prefix.cpp be removed?  Probably (I do not believe it is being used currently), but someone else should respond to this.

MortenMacFly:

--- Quote from: ollydbg on April 16, 2013, 04:16:22 am ---Do we need to remove it, or what's reason to keep it in Codeblocks.cbp?

--- End quote ---
I put it there like that so that we can easily synchronise the Unix with the windows project file. I would welcome keeping it that way.

Navigation

[0] Message Index

Go to full version