Code::Blocks Forums
Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started 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
-
I haven't touched the contrib plugins unix project files. I plan to but don't expect it before the new year ;)
-
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
-
builds fine now. :D