mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
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.
This commit is contained in:
parent
c216e5add1
commit
d8ca685acb
5 changed files with 114 additions and 6 deletions
2
configure
vendored
2
configure
vendored
|
@ -509,7 +509,7 @@ if test "$mingw32" = "yes" ; then
|
|||
bindir="\${prefix}"
|
||||
sysconfdir="\${prefix}"
|
||||
confsuffix=""
|
||||
guest_agent="no"
|
||||
libs_qga="-lws2_32 -lwinmm $lib_qga"
|
||||
fi
|
||||
|
||||
werror=""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue