source: trunk/Mars/cmake/root.rc.in@ 20044

Last change on this file since 20044 was 19242, checked in by tbretz, 6 years ago
New files for cmake.
File size: 2.1 KB
Line 
1#############################################################################
2# #
3# This is the name of the logon macro (executed at root startup) and the #
4# logoff macro (executed when quiting root) #
5# #
6#############################################################################
7
8Rint.Logon: ${PROJECT_BINARY_DIR}/rootlogon.C
9Rint.Logoff: ${PROJECT_BINARY_DIR}/rootlogoff.C
10
11#############################################################################
12# #
13# This is used if you want to use the root documentation facility to #
14# create the documentation of the code out of the code #
15# #
16#############################################################################
17
18Root.Html.DescriptionStyle: Doc++
19
20Root.Html.Author: ! Author(s):
21Root.Html.Copyright: ! Copyright
22Root.Html.Modified: ! Modified:
23Root.Html.Description // ----
24
25Root.Html.Root: http://root.cern.ch/root/htmldoc/
26Root.Html.HomePage: http://magic.astro.uni-wuerzburg.de/mars/
27Root.Html.SearchEngine: http://magic.astro.uni-wuerzburg.de/mars/search.html
28Root.Html.ViewCVS: http://www.astro.uni-wuerzburg.de/viewcvs/
29
30
31#############################################################################
32# #
33# Some default changes #
34# #
35#############################################################################
36
37#Canvas.HighLightColor: 3
38#Canvas.MoveOpaque: 0
39#Canvas.ResizeOpaque: 0
40Canvas.ShowEventStatus: Yes
41#Canvas.ShowToolBar: Yes
42#Canvas.ShowEditor: Yes
43#Canvas.AutoExec: No
Note: See TracBrowser for help on using the repository browser.