Fork me on GitHub

Changeset 1146 in svn for trunk/examples/DelphesProMC.sh


Ignore:
Timestamp:
Jun 25, 2013, 5:10:52 PM (11 years ago)
Author:
Pavel Demin
Message:

fix several problems in DelphesProMC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/DelphesProMC.sh

    r1140 r1146  
    22INC="-I$PROMC/include -I$PROMC/src"
    33
    4 LIB="-L$PROMC/lib -lprotoc -lprotobuf -lprotobuf-lite -lcbook -lz"
     4LIB="$PROMC/src/*.cc -L$PROMC/lib -lprotoc -lprotobuf -lprotobuf-lite -lcbook -lz"
    55
    6 g++ -I. -Iexternal $INC `root-config --cflags --ldflags --libs` -lEG -L. -lDelphes $LIB -o DelphesProMC examples/DelphesProMC.cpp $PROMC/src/*.cc
     6g++ -I. -Iexternal $INC `root-config --cflags --ldflags --libs` -lEG -L. -lDelphes $LIB -o DelphesProMC examples/DelphesProMC.cpp
    77
Note: See TracChangeset for help on using the changeset viewer.