]> git.proxmox.com Git - qemu.git/blobdiff - Makefile.objs
smc91c111: Fix receive starvation
[qemu.git] / Makefile.objs
index 9928542cdf27bfa6f91211065abeb8c32073b7fc..2b6c1fe2a802dec7e91e242e7d4f2750f797f687 100644 (file)
@@ -98,12 +98,18 @@ common-obj-y += hw/
 common-obj-y += qom/
 common-obj-y += disas/
 
+######################################################################
+# Resource file for Windows executables
+version-obj-$(CONFIG_WIN32) += $(BUILD_DIR)/version.o
+version-lobj-$(CONFIG_WIN32) += $(BUILD_DIR)/version.lo
+
 ######################################################################
 # guest agent
 
 # FIXME: a few definitions from qapi-types.o/qapi-visit.o are needed
 # by libqemuutil.a.  These should be moved to a separate .json schema.
 qga-obj-y = qga/ qapi-types.o qapi-visit.o
+qga-vss-dll-obj-y = qga/
 
 vl.o: QEMU_CFLAGS+=$(GPROF_CFLAGS)
 
@@ -115,6 +121,7 @@ nested-vars += \
        stub-obj-y \
        util-obj-y \
        qga-obj-y \
+       qga-vss-dll-obj-y \
        block-obj-y \
        common-obj-y
 dummy := $(call unnest-vars)