<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
Hi,<br><br>I'm upgrading Cbc from 2.3.2 to 2.6.2. The makefiles of 2.3.2 use constants like COINUTILSOBJDIR and CBCOBJDIR to refer to object file directories, but the makefiles of 2.6.2 don't seem to use those constants any more. Does anyone know if those constants have been renamed, replaced or removed? I would like to use those constants to add LIBADD flags in the makefiles. For example, here are the LIBADD flags I added to the Cbc makefile in 2.3.2:<br><br>libCbc_la_LIBADD = $(CGLOBJDIR)/src/libCgl.la \<br>&nbsp;&nbsp;&nbsp; $(OSIOBJDIR)/src/OsiClp/libOsiClp.la \<br>&nbsp;&nbsp;&nbsp; $(OSIOBJDIR)/src/libOsi.la \<br>&nbsp;&nbsp;&nbsp; $(CLPOBJDIR)/src/libClp.la \<br>&nbsp;&nbsp;&nbsp; $(COINUTILSOBJDIR)/src/libCoinUtils.la<br>libCbcSolver_la_LIBADD = $(CGLOBJDIR)/src/libCgl.la \<br>&nbsp;&nbsp;&nbsp; $(OSIOBJDIR)/src/OsiClp/libOsiClp.la \<br>&nbsp;&nbsp;&nbsp; $(OSIOBJDIR)/src/libOsi.la \<br>&nbsp;&nbsp;&nbsp; $(CLPOBJDIR)/src/libClp.la \<br>&nbsp;&nbsp;&nbsp; $(COINUTILSOBJDIR)/src/libCoinUtils.la \&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; $(CBCOBJDIR)/src/libCbc.la<br><br>Thanks,<br><br>Calvin<br><br>                                               </body>
</html>