~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/pandora_platform.m4

  • Committer: Monty Taylor
  • Date: 2010-07-31 17:48:00 UTC
  • mto: This revision was merged to the branch mainline in revision 1678.
  • Revision ID: mordred@inaugust.com-20100731174800-py7qyreb29zn6lh2
updated to latest pandora-build - contains win32 fixes and the fix to the
boost::thread check.

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
      TARGET_WINDOWS="true"
74
74
      AC_SUBST(TARGET_WINDOWS)
75
75
      AC_DEFINE([TARGET_OS_WINDOWS], [1], [Whether we are building for Windows])
 
76
      AC_DEFINE([WINVER], [WindowsXP], [Version of Windows])
 
77
      AC_DEFINE([_WIN32_WINNT], [0x0501], [Magical number to make things work])
 
78
      LIBS="$LIBS -lwsock32 -lws2_32"
 
79
      AM_CFLAGS="${AM_CFLAGS} -I\${top_srcdir}/win32 -I\${top_builddir}/win32"
76
80
      ;;
77
81
  esac
 
82
  AM_CONDITIONAL(BUILD_WIN32, [test "x${TARGET_WINDOWS}" = "xtrue"])
78
83
 
79
84
  AC_SUBST(PANDORA_OPTIMIZE_BITFIELD)
80
85