Changeset 3110 for stable/0.7
- Timestamp:
- Nov 30, 2013 11:46:46 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
stable/0.7/coin.m4
r3063 r3110 1567 1567 case $build in 1568 1568 *-cygwin* | *-mingw*) 1569 coin_disable_shared=yes1570 1569 if test x"$enable_shared" = xyes; then 1571 1570 case "$CXX" in 1572 1571 clang* ) 1572 coin_disable_shared=yes 1573 1573 AC_MSG_WARN([DLL building not supported. I'm disabling your choice.]) 1574 1574 ;; 1575 1575 cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*) 1576 coin_disable_shared=yes 1576 1577 AC_MSG_NOTICE([DLL building not supported, but will build with -MD(d) instead of -MT(d).]) 1577 1578 ;; 1579 *-g++*) 1580 coin_disable_shared=no 1581 ;; 1578 1582 *) 1583 coin_disable_shared=yes 1579 1584 AC_MSG_WARN([DLL building not supported. I'm disabling your choice.]) 1580 1585 ;;
Note: See TracChangeset
for help on using the changeset viewer.