[ROOT] new feature in ACLiC

From: Philippe Canal (pcanal@fnal.gov)
Date: Thu Oct 17 2002 - 23:18:20 MEST


Hi,

The ACLiC in the CVS repository is now able create dictionaries for
existing libraries.

The following is now possible:

root [] .L path/lib/veryImportant3rdPartyLib.so
root [] .include path/include
root [] .L importantClass.h+

By default the library is build in the directory of the header file but that
can be changed by doing:

root [] TString cmd = gSystem->GetMakeSharedLib();
root [] cmd.ReplaceAll("$BuildDir","whereIwantTheLib/lib");
root [] gSystem->SetMakeSharedLib(cmd);

Cheers,
Philippe



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