Changeset 373 for stable/0.5/coin.m4
- Timestamp:
- Jun 20, 2007 4:42:01 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
stable/0.5/coin.m4
r352 r373 508 508 fi 509 509 510 # It seems that we need to cleanup something here for the Windows 511 case "$CXX" in 512 cl* | */cl* | CL* | */CL* ) 513 sed -e 's/^void exit (int);//' confdefs.h >> confdefs.hh 514 mv confdefs.hh confdefs.h 515 ;; 516 esac 517 510 518 # Autoconf incorrectly concludes that cl recognises -g. It doesn't. 511 519 case "$CXX" in … … 564 572 # The MT and MTd options are mutually exclusive 565 573 coin_opt_cxxflags='-MT -O2' 566 coin_add_cxxflags='-nologo -EHsc -GR -wd4996 '574 coin_add_cxxflags='-nologo -EHsc -GR -wd4996 -D_CRT_SECURE_NO_DEPRECATE' 567 575 coin_dbg_cxxflags='-MTd' 568 576 ;; … … 923 931 cl* | */cl* | CL* | */CL*) 924 932 coin_opt_cflags='-MT -O2' 925 coin_add_cflags='-nologo -wd4996 '933 coin_add_cflags='-nologo -wd4996 -D_CRT_SECURE_NO_DEPRECATE' 926 934 coin_dbg_cflags='-MTd' 927 935 ;;
Note: See TracChangeset
for help on using the changeset viewer.