]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG0/libPWG0dep.pkg
Compilation on Windows/Cygwin
[u/mrichter/AliRoot.git] / PWG0 / libPWG0dep.pkg
index 07a1220d38cf4055ae50ccc581b9f816c33ac824..3365f422a311bb417ee4a310a840bcc91f1acd09 100644 (file)
@@ -1,3 +1,5 @@
+#-*- Mode: Makefile -*-
+
 # $Id$
 
 # this library contains classed that depend on STEER
@@ -10,3 +12,7 @@ SRCS = $(HDRS:.h=.cxx)
 DHDR= PWG0depLinkDef.h
 
 EINCLUDE= TPC
+
+ifeq (win32gcc,$(ALICE_TARGET))
+PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase
+endif