From 6821cdc7c857c6af47277e98dde24cc99ddc0531 Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Sat, 27 Apr 2013 00:25:31 +0200 Subject: win32: add generic RC rules to rules.mak Signed-off-by: Paolo Bonzini --- Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'Makefile') 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) -- cgit v1.2.1