Changeset 1714 for trunk/Cbc/src/OsiCbc/Makefile.in
- Timestamp:
- Aug 14, 2011 7:19:35 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cbc/src/OsiCbc/Makefile.in
r1668 r1714 440 440 # Here list all include flags, relative to this "srcdir" directory. This 441 441 # "cygpath" stuff is necessary to compile with native compilers on Windows. 442 # "top_srcdir" refers to the basic directory for the main package that is 443 # being compiled. 444 445 # Needed by any OsiCbc configuration. 446 AM_CPPFLAGS = $(COINDEPEND_CFLAGS) -I`$(CYGPATH_W) $(srcdir)/..` \ 442 AM_CPPFLAGS = -I`$(CYGPATH_W) $(srcdir)/..` $(COINDEPEND_CFLAGS) \ 447 443 $(am__append_1) $(am__append_2) $(am__append_3) \ 448 444 $(am__append_4) $(am__append_5) $(am__append_6) \
Note: See TracChangeset
for help on using the changeset viewer.