Searched refs:DLLTOOL (Results 1 – 6 of 6) sorted by relevance
| /iperf/examples/ |
| H A D | Makefile.in | 200 DLLTOOL = @DLLTOOL@
|
| /iperf/ |
| H A D | Makefile.in | 228 DLLTOOL = @DLLTOOL@
|
| H A D | configure | 6201 if test -n "$DLLTOOL"; then 6225 DLLTOOL=$ac_cv_prog_DLLTOOL 6226 if test -n "$DLLTOOL"; then 6228 printf "%s\n" "$DLLTOOL" >&6; } 6237 ac_ct_DLLTOOL=$DLLTOOL 6280 DLLTOOL="false" 6288 DLLTOOL=$ac_ct_DLLTOOL 6291 DLLTOOL="$ac_cv_prog_DLLTOOL" 6294 test -z "$DLLTOOL" && DLLTOOL=dlltool 6317 case `$DLLTOOL --help 2>&1` in [all …]
|
| H A D | aclocal.m4 | 3810 # decide which one to use based on capabilities of $DLLTOOL 3811 case `$DLLTOOL --help 2>&1` in 8209 # Ensure DLLTOOL variable is set. 8211 [AC_CHECK_TOOL(DLLTOOL, dlltool, false) 8212 test -z "$DLLTOOL" && DLLTOOL=dlltool 8213 _LT_DECL([], [DLLTOOL], [1], [DLL creation program]) 8214 AC_SUBST([DLLTOOL]) 8531 AC_CHECK_TOOL(DLLTOOL, dlltool, false) 8539 test -z "$DLLTOOL" && DLLTOOL=dlltool 8540 _LT_DECL([], [DLLTOOL], [1], [DLL creation program])dnl
|
| /iperf/src/ |
| H A D | Makefile.in | 526 DLLTOOL = @DLLTOOL@
|
| /iperf/config/ |
| H A D | ltmain.sh | 5247 sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"` 5317 # This fallback implementation is for use when $DLLTOOL
|