]> git.uio.no Git - u/mrichter/AliRoot.git/blame - html/.rootrc
CMake: removing qpythia from the depedencies
[u/mrichter/AliRoot.git] / html / .rootrc
CommitLineData
fe4da5cc 1# Path used by dynamic loader to find shared libraries and macros
2# Paths are different for Unix and Windows. The example shows the defaults
3# for all ROOT applications for either Unix or Windows.
4Unix.*.Root.DynamicPath: .:$(ROOTSYS)/lib
5Unix.*.Root.MacroPath: .:$(ROOTSYS)/macros:$(ALICE_ROOT)/macros
6WinNT.*.Root.DynamicPath: ./;$(ROOTSYS);$(ROOTSYS)/bin;$(PATH)
7WinNT.*.Root.MacroPath: ./;$(ROOTSYS)/macros
8
9
10# THtml specific settings.
11Root.Html.OutputDir: roothtml
d7a221d0 12Unix.*.Root.Html.SourceDir: ./:../
fe4da5cc 13#WinNT.*.Root.Html.SourceDir: ./
188507ac 14Root.Html.Author: //--- Author:
fe4da5cc 15#Root.Html.Copyright: * Copyright
188507ac 16Root.Html.LastUpdate: //- Modified:
fe4da5cc 17#Root.Html.Description: //____________________
18Root.Html.Root: http://root.cern.ch/root/html
19#Root.Html.SearchEngine: ../Search.phtml
20
21# Rint (interactive ROOT executable) specific alias, logon and logoff macros
22Rint.Load: rootalias.C
23Rint.Logon: rootlogon.C
24Rint.Logoff: rootlogoff.C
25Rint.History: $(HOME)/.root_hist
26
27