Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: Profic on April 08, 2005, 01:44:13 pm

Title: rickg22 seems will be confused by himself soon :)
Post by: Profic on April 08, 2005, 01:44:13 pm
From http://cvs.sourceforge.net/viewcvs.py/codeblocks/codeblocks/src/CodeBlocks.cbp?rev=1.44&view=log:
Quote
Revision 1.44 - (view) (download) (annotate) - [select for diffs]
Thu Apr 7 02:57:06 2005 UTC (32 hours, 23 minutes ago) by rickg22
Branch: MAIN
CVS Tags: HEAD
+ Added managed thread class for later use.

Revision 1.43 - (view) (download) (annotate) - [select for diffs]
Tue Apr 5 04:12:31 2005 UTC (3 days, 7 hours ago) by rickg22
Branch: MAIN
* Removed output filename "codeblocks.cbp" from non-compilable targets. (TODO: Need to find out how it was added there in the first place)

while diff for 1.44 contains among other:
Code
@@ -293,6 +293,7 @@
 </Linker>
 </Target>
 <Target title="update">
+<Option output="G:\projects\codeblocks\src\CodeBlocks.cbp"/>
 <Option object_output=".objs"/>
 <Option deps_output=".deps"/>
 <Option external_deps=""/>
@@ -318,6 +319,7 @@
 </Compiler>
 </Target>
 <Target title="doc">
+<Option output="G:\projects\codeblocks\src\CodeBlocks.cbp"/>
 <Option object_output=".objs"/>
 <Option deps_output=".deps"/>
 <Option external_deps=""/>

e.g. things removed out in 1.43.

If it is intended to be, then sorry fo noise.
Title: rickg22 seems will be confused by himself soon :)
Post by: rickg22 on April 09, 2005, 01:48:33 am
Heheheheh, that was funny! :-P

OK for the record, I did _NOT_ Add those paths to the codeblocks project! It was a bug in the IDE I use to program codeblocks (and that IDE is... guess what :-P ). Anyway I added the "evidence" (the codeblocks.cbp) to the CVS tree so Mandrav could read it and say: "Oh sh... he's right".

According to SourceForge, the bug that adds the project's absolute pathname to the targets  has been already fixed (http://sourceforge.net/tracker/index.php?func=detail&aid=1178232&group_id=126998&atid=707416). Hopefully, in my next download from CVS, the codeblocks.cbp will be clean now (cross your fingers! :-P )