commit | d8ca685acbd06b5cccd9fcd7866ded1f453b8311 | [log] [tgz] |
---|---|---|
author | Michael Roth <mdroth@linux.vnet.ibm.com> | Thu Jan 19 22:04:34 2012 -0600 |
committer | Michael Roth <mdroth@linux.vnet.ibm.com> | Thu Feb 23 15:40:16 2012 -0600 |
tree | 96257a1f3db5f9a434068951bdde63ceb594de31 | |
parent | c216e5add11d3539810657e5524881fb0bd25d91 [diff] [blame] |
qemu-ga: fixes for win32 build of qemu-ga Various stubs and #ifdefs to compile for Windows using mingw cross-build. Still has 1 linker error due to a dependency on the forthcoming win32 versions of the GAChannel/transport class.
diff --git a/configure b/configure index 037f7f7..a1f4a6b 100755 --- a/configure +++ b/configure
@@ -509,7 +509,7 @@ bindir="\${prefix}" sysconfdir="\${prefix}" confsuffix="" - guest_agent="no" + libs_qga="-lws2_32 -lwinmm $lib_qga" fi werror=""