]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - macros/deltahtml.C
.so cleanup: more gSystem->Load()
[u/mrichter/AliRoot.git] / macros / deltahtml.C
index b0ac70a1ba4b1bad77fcd9c630baf198129a16a7..bc0dd1773c89073f30320e4fe003ccaa9c35cb70 100644 (file)
@@ -5,9 +5,9 @@ void deltahtml (Int_t delta=0) {
 // The gAlice classes source  documentation go to directory html/src
 // The example macros documentation go to directory html/examples
    
-   gSystem->Load("libGeant3Dummy.so");   // a dummy version of Geant3
-   gSystem->Load("PHOS/libPHOSdummy.so");        // the standard Alice classes 
-   gSystem->Load("libgalice.so");        // the standard Alice classes 
+   gSystem->Load("libGeant3Dummy");   // a dummy version of Geant3
+   gSystem->Load("PHOS/libPHOSdummy");        // the standard Alice classes 
+   gSystem->Load("libgalice");        // the standard Alice classes 
    THtml html;
    html.MakeAll(delta);