Author Topic: cbprofiler-unix.cbp is incorrect  (Read 5319 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5529
cbprofiler-unix.cbp is incorrect
« 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


Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: cbprofiler-unix.cbp is incorrect
« Reply #1 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 ;)
Be patient!
This bug will be fixed soon...

Zlika

  • Guest
Re: cbprofiler-unix.cbp is incorrect
« Reply #2 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

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5529
Re: cbprofiler-unix.cbp is incorrect
« Reply #3 on: December 31, 2005, 03:18:21 pm »
builds fine now.    :D