Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: killerbot on December 31, 2005, 11:44:04 AM

Title: cbprofiler-unix.cbp is incorrect
Post by: killerbot on December 31, 2005, 11:44:04 AM
@Yiannis or Zlika,

I hope one of you sees this, otherwise I will PM to Yiannis, but the unix project file for the profiler is incorrect :
The :
         <Environment>
            <Variable name="CBDIR" value="../../../.."/>
         </Environment>

Should be :
         <Environment>
            <Variable name="CBDIR" value="../../.."/>
         </Environment>

And I think it is even better to use the global variables : #CB etc ...


Cheers,
Lieven

Title: Re: cbprofiler-unix.cbp is incorrect
Post by: mandrav on December 31, 2005, 01:21:14 PM
I haven't touched the contrib plugins unix project files. I plan to but don't expect it before the new year ;)
Title: Re: cbprofiler-unix.cbp is incorrect
Post by: Zlika on December 31, 2005, 03:13:26 PM
Hi
It's Yiannis who have created this file. I haven't a linux machine to test it.
I have checked the file and I agree with you so I have made your correction.
Please check if it's ok now because as I have said I can't check it by myself.

Zlika
Title: Re: cbprofiler-unix.cbp is incorrect
Post by: killerbot on December 31, 2005, 03:18:21 PM
builds fine now.    :D