]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - test/fpprod/aod.C
Possibility to run on Windows/Cygwin
[u/mrichter/AliRoot.git] / test / fpprod / aod.C
index b52e0f64fa16a897a8b82abdef4dcc5c11f2354b..d38cc31a90ca0fe36da1250a2ff37035cb1b4a0f 100644 (file)
@@ -1,4 +1,10 @@
 void aod(){
+  if (!strcmp(gSystem->GetBuildArch(),"win32gcc")) {
+    gSystem->Load("libProof");
+    gSystem->Load("libGui");
+    gROOT->Macro("loadlibs.C");
+    new AliRun("gAlice","The ALICE Off-line Simulation Framework");
+  }
 
   gSystem->Load("libdpmjet");
   gSystem->Load("libTDPMjet");