From 5fecef05eaeef12dca53c4495740ade977a41860 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Poussineau?= Date: Wed, 3 Oct 2007 14:17:46 +0000 Subject: [PATCH] Add back windres, it is still used after wrc invocation svn path=/trunk/; revision=29378 --- reactos/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/reactos/Makefile b/reactos/Makefile index 0447fc53d07..89ac3ddbb9d 100644 --- a/reactos/Makefile +++ b/reactos/Makefile @@ -298,6 +298,7 @@ ar = $(Q)$(PREFIX_)ar objcopy = $(Q)$(PREFIX_)objcopy dlltool = $(Q)$(PREFIX_)dlltool strip = $(Q)$(PREFIX_)strip +windres = $(Q)$(PREFIX_)windres # Set utilities ifeq ($(OSTYPE),msys)