- Timestamp:
- 02/26/04 17:23:34 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r3336 r3337 97 97 - fixed updating already existing branches (eg concatenating report 98 98 files) 99 100 * macros/dohtml.C, macros/rootlogon.C: 101 - added mastro 102 - added mfbase 103 - added msql 99 104 100 105 -
trunk/MagicSoft/Mars/macros/dohtml.C
r3336 r3337 65 65 sourcedir += "mreport:"; 66 66 sourcedir += "msignal:"; 67 sourcedir += "msql:"; 67 68 sourcedir += "mtools:"; 68 69 sourcedir += ".:"; -
trunk/MagicSoft/Mars/macros/rootlogon.C
r3336 r3337 122 122 gInterpreter->AddIncludePath(dir+"mreport"); 123 123 gInterpreter->AddIncludePath(dir+"msignal"); 124 gInterpreter->AddIncludePath(dir+"msql"); 124 125 gInterpreter->AddIncludePath(dir+"mtools"); 125 126
Note:
See TracChangeset
for help on using the changeset viewer.