Author Topic: rickg22 seems will be confused by himself soon :)  (Read 10848 times)

Offline Profic

  • Multiple posting newcomer
  • *
  • Posts: 56
rickg22 seems will be confused by himself soon :)
« 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.
Not fear, nor tears can reach me now, the light seems so clear as the night fades away (c) Tristania - Beyond The Veil

Offline rickg22

  • Lives here!
  • ****
  • Posts: 2283
rickg22 seems will be confused by himself soon :)
« Reply #1 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. Hopefully, in my next download from CVS, the codeblocks.cbp will be clean now (cross your fingers! :-P )