2011-11-18から1日間の記事一覧

csc.exeのチェックでNoになる件

dnl Check csc.exe AC_PATH_PROG(CSC_PATH, csc.exe) if test -n "$CSC_PATH";then CSC_PATH=`dirname "$CSC_PATH"` fi if test -n "$with_csc_path";then with_csc_path=`cygpath -u "$with_csc_path"` fi if test -x "$with_csc_path/csc.exe"; then CSC_P…