summaryrefslogtreecommitdiff
path: root/sccomp/source
diff options
context:
space:
mode:
authorAndre Fischer <af@apache.org>2012-01-20 12:51:50 +0000
committerAndre Fischer <af@apache.org>2012-01-20 12:51:50 +0000
commit240ddd003cc98f4227c7615ed668e454438e2d51 (patch)
treef169fbbca77cdc02ebf937192e740d66c5d0679f /sccomp/source
parent6d492447a37ec268fb5924e7fc5631c29c67325d (diff)
118160: Added external CoinMP library.
Diffstat (limited to 'sccomp/source')
-rw-r--r--sccomp/source/solver/makefile.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/sccomp/source/solver/makefile.mk b/sccomp/source/solver/makefile.mk
index 299932b7f7f0..d746de7e596e 100644
--- a/sccomp/source/solver/makefile.mk
+++ b/sccomp/source/solver/makefile.mk
@@ -52,7 +52,7 @@ SHL1STDLIBS= $(COMPHELPERLIB) \
$(CPPULIB) \
$(SALLIB) \
$(TOOLSLIB) \
- CoinMP.lib
+ $(COINMPLIB)
SHL1DEPN= makefile.mk
SHL1DEF= $(MISC)$/$(SHL1TARGET).def
@@ -79,3 +79,4 @@ $(MISC)/solver.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \
$(XSLTPROC) --nonet --stringparam uri \
'$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \
$(SOLARENV)/bin/createcomponent.xslt solver.component
+