X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=configure.ac;h=687a404fd61c7b440f5e373bd053c1a79bb02885;hp=ce28633812d909fdcc0a2e27223a938d6a5f6b73;hb=087ce864f4543459053148a1b080ee04fe154665;hpb=c7de02d6195abb736b00c30fdf3010e242f93640 diff --git a/configure.ac b/configure.ac index ce28633812..687a404fd6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.64) -AC_INIT([openocd], [0.9.0-dev], +AC_INIT([openocd], [0.10.0-dev], [OpenOCD Mailing List ]) AC_CONFIG_SRCDIR([src/openocd.c]) @@ -623,6 +623,10 @@ case $host in ;; esac +if test $is_win32 = yes; then + AC_DEFINE([WIN32_LEAN_AND_MEAN], [1], [1 to exclude old conflicting definitions when building on Windows]) +fi + if test $build_parport = yes; then build_bitbang=yes AC_DEFINE([BUILD_PARPORT], [1], [1 if you want parport.])