Changeset 3337 for trunk


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

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r3336 r3337  
    9797     - fixed updating already existing branches (eg concatenating report
    9898       files)
     99
     100   * macros/dohtml.C, macros/rootlogon.C:
     101     - added mastro
     102     - added mfbase
     103     - added msql
    99104
    100105
  • 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.