RE: [ROOT] ACLIC and includes

From: Philippe Canal (pcanal@fnal.gov)
Date: Fri Jul 05 2002 - 18:50:57 MEST


Hi Thomas,

Use TSystem::SetIncludePath.
This method is not cumulutative so you need to do something like:
	TString path = TSystem->GetIncludePath();
	path.Append(" -Imypath ");
      TSystem->SetIncludePath(path.Data());

Cheers,
Philippe

-----Original Message-----
From: owner-roottalk@pcroot.cern.ch
[mailto:owner-roottalk@pcroot.cern.ch]On Behalf Of Thomas Bretz
Sent: Friday, July 05, 2002 11:36 AM
To: roottalk@pcroot.cern.ch
Subject: [ROOT] ACLIC and includes


Hi all,

how can I set include-pathes in which ACLIC should search for the header
files?

Thanks,
Thomas.



This archive was generated by hypermail 2b29 : Sat Jan 04 2003 - 23:50:59 MET