Ignore:
Timestamp:
02/26/04 17:23:34 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/macros
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/macros/dohtml.C

    r3336 r3337  
    6565    sourcedir += "mreport:";
    6666    sourcedir += "msignal:";
     67    sourcedir += "msql:";
    6768    sourcedir += "mtools:";
    6869    sourcedir += ".:";
  • trunk/MagicSoft/Mars/macros/rootlogon.C

    r3336 r3337  
    122122    gInterpreter->AddIncludePath(dir+"mreport");
    123123    gInterpreter->AddIncludePath(dir+"msignal");
     124    gInterpreter->AddIncludePath(dir+"msql");
    124125    gInterpreter->AddIncludePath(dir+"mtools");
    125126
Note: See TracChangeset for help on using the changeset viewer.