git://git.uio.no
/
u
/
mrichter
/
AliRoot.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Possibility to run on Windows/Cygwin
[u/mrichter/AliRoot.git]
/
test
/
fpprod
/
rec.C
diff --git
a/test/fpprod/rec.C
b/test/fpprod/rec.C
index ac8dd5534bdc38cdf0d2a8ec0eacb5a71fe6c68e..8564ef8635e6d172c58f1295c6a1b04c235aaa22 100644
(file)
--- a/
test/fpprod/rec.C
+++ b/
test/fpprod/rec.C
@@
-1,4
+1,10
@@
void rec() {
void rec() {
+ if (!strcmp(gSystem->GetBuildArch(),"win32gcc")) {
+ gSystem->Load("libProof");
+ gSystem->Load("libGui");
+ gROOT->Macro("loadlibsrec.C");
+ new AliRun("gAlice","The ALICE Off-line Simulation Framework");
+ }
AliReconstruction reco;
reco.SetWriteESDfriend();
AliReconstruction reco;
reco.SetWriteESDfriend();