From 9369db72b6fab3d3140a8c4ac3f4649f4e3456ac Mon Sep 17 00:00:00 2001 From: alibrary Date: Fri, 3 Aug 2007 12:14:12 +0000 Subject: [PATCH] Add include path, put back stack trace --- .rootrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.rootrc b/.rootrc index 90b0bd8b7c4..ebdb7be4a80 100644 --- a/.rootrc +++ b/.rootrc @@ -5,11 +5,14 @@ # Path used by dynamic loader to find shared libraries and macros # Paths are different for Unix and Windows. The example shows the defaults # for all ROOT applications for either Unix or Windows. -Unix.*.Root.DynamicPath: .:$(ROOTSYS)/lib:$(DYLD_LIBRARY_PATH) +Unix.*.Root.DynamicPath: .:$(ROOTSYS)/lib:$(LD_LIBRARY_PATH) Unix.*.Root.MacroPath: .:$(ROOTSYS)/macros:$(ALICE_ROOT)/macros WinNT.*.Root.DynamicPath: ./;$(ROOTSYS);$(ROOTSYS)/bin;$(PATH) WinNT.*.Root.MacroPath: ./;$(ROOTSYS)/macros +# Fix include path for aclic +ACLiC.IncludePaths: -I$(ALICE_ROOT)/include:$(ALICE_ROOT) + # Path where to look for TrueType fonts #Unix.*.Root.UseTTFonts: true #Unix.*.Root.TTFontPath: $(ROOTSYS)/ttf/fonts @@ -28,9 +31,6 @@ Root.ObjectStat: 0 # When >4 X11 runs in synchronous mode. #Root.Debug: 0 -# Stack trace -Root.Stacktrace: 0 - # Default editor Unix.*.Editor: emacs WinNT.*.Editor: notepad -- 2.39.3