Is it possible to tell rootcint to use a specified prefix or directory when
it is writing the #include statements in the dictionary header file?
For example at the moment rootcint is putting the following #include
statements into the header file:
#include "src/AliHLTPoint.h"
#include "src/AliHLTTriggerRecord.h"
#include "src/AliHLTInput.h"
#include "src/AliHLTOutput.h"
#include "src/AliHLTFilter.h"
But I want it to output just:
#include "AliHLTPoint.h"
#include "AliHLTTriggerRecord.h"
#include "AliHLTInput.h"
#include "AliHLTOutput.h"
#include "AliHLTFilter.h"
--
Artur Szostak
Department of Physics
University of Cape Town
Email: Artur.Szostak@fi.uib.no (only valid until 30 June)
artur@alice.phy.uct.ac.za
This archive was generated by hypermail 2b29 : Thu Jan 01 2004 - 17:50:12 MET