From 6821cdc7c857c6af47277e98dde24cc99ddc0531 Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Sat, 27 Apr 2013 00:25:31 +0200 Subject: [PATCH] win32: add generic RC rules to rules.mak Signed-off-by: Paolo Bonzini --- Makefile | 2 -- rules.mak | 4 ++++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8aca92f0bd..58e352772c 100644 --- a/Makefile +++ b/Makefile @@ -167,9 +167,7 @@ recurse-all: $(SUBDIR_RULES) $(ROMSUBDIR_RULES) bt-host.o: QEMU_CFLAGS += $(BLUEZ_CFLAGS) version.o: $(SRC_PATH)/version.rc config-host.h | version.lo - $(call quiet-command,$(WINDRES) -I. -o $@ $<," RC $(TARGET_DIR)$@") version.lo: $(SRC_PATH)/version.rc config-host.h - $(call quiet-command,$(LIBTOOL) --mode=compile --tag=RC $(WINDRES) -I. -o $@ $<,"lt RC $(TARGET_DIR)$@") version-obj-$(CONFIG_WIN32) += version.o version-lobj-$(CONFIG_WIN32) += $(if $(LIBTOOL),version.lo) diff --git a/rules.mak b/rules.mak index 292a42299f..279525d3d3 100644 --- a/rules.mak +++ b/rules.mak @@ -19,6 +19,8 @@ QEMU_CFLAGS += -I$(