> I want to use only Cint . without ROOT . I think this should be possible .
> Is there any tool/script for auto converting and creating files needed by
> Cint.
>
>
> for axample . lets say I have this script/tool ->magictool
>
> magictool module_name dir_to_place_source_&_makefile include_files libraries
>
> then just cd dir_... & make;
> and we have a new cint with module inside it .:)) ..
>
> Gunay ARSLAN
Cint and makecint is designed for such need. Makecint is the tool you want.
Get cint source package from http://hpsalo.cern.ch/root/Cint.html, unpack
it and read following documentation.
README
platform/README
doc/makecint.txt
Masaharu Goto