Changeset 1520
- Timestamp:
- Nov 4, 2010 11:30:03 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cbc/examples/Makefile.in
r1519 r1520 64 64 65 65 # Directory with COIN libraries 66 COINLIBDIR = @abs_lib_dir@ /coin66 COINLIBDIR = @abs_lib_dir@ 67 67 68 68 # Libraries necessary to link with Cbc 69 LIBS = - lCbcSolver -lCbc -lOsiCbc @CBCLIB_LIBS@ -L$(COINLIBDIR) -L$(COINLIBDIR)/ThirdParty69 LIBS = -L$(COINLIBDIR) -lCbcSolver -lCbc -lOsiCbc @CBCLIB_LIBS@ 70 70 71 71 # Necessary Include dirs (we use the CYGPATH_W variables to allow
Note: See TracChangeset
for help on using the changeset viewer.