Ignore:
Timestamp:
11/21/05 11:09:12 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/macros
Files:
4 added
2 edited

Legend:

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

    r7301 r7413  
    7777    sourcedir += "mimage:";
    7878    sourcedir += "mjobs:";
     79    sourcedir += "mjoptim:";
     80    sourcedir += "mjtrain:";
    7981    sourcedir += "mmain:";
    8082    sourcedir += "mmc:";
  • trunk/MagicSoft/Mars/macros/rootlogon.C

    r5694 r7413  
    144144    gInterpreter->AddIncludePath(dir+"mimage");
    145145    gInterpreter->AddIncludePath(dir+"mjobs");
     146    gInterpreter->AddIncludePath(dir+"mjoptim");
     147    gInterpreter->AddIncludePath(dir+"mjtrain");
    146148    gInterpreter->AddIncludePath(dir+"mmain");
    147149    gInterpreter->AddIncludePath(dir+"mmc");
Note: See TracChangeset for help on using the changeset viewer.