]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/libHLTshuttle.pkg
Compilation on Windows/Cygwin
[u/mrichter/AliRoot.git] / HLT / libHLTshuttle.pkg
index a53ce857878e86a26f465dd06d0f4d6f1d50379b..15029c2a1c33c7b968e99bea24a459e253595e66 100644 (file)
@@ -25,3 +25,8 @@ PACKCFLAGS   := ${HLTCLFAGS}
 PACKDCXXFLAGS:= ${HLTDCXXFLAGS}
 
 EINCLUDE := HLT/shuttle HLT/BASE STEER
+
+ifeq (win32gcc,$(ALICE_TARGET))
+PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
+                         -lHLTbase -lCDB
+endif