From 9033534bb4753a706205468a55ef252d2cae26fa Mon Sep 17 00:00:00 2001 From: Steven Edwards Date: Thu, 4 Jul 2002 18:16:42 +0000 Subject: [PATCH] Fix Wine Resource Compiler Path svn path=/trunk/; revision=3178 --- reactos/rules.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/rules.mak b/reactos/rules.mak index eba385f9772..ba2b467472f 100644 --- a/reactos/rules.mak +++ b/reactos/rules.mak @@ -68,7 +68,7 @@ AS = $(PREFIX)gcc -c -x assembler-with-cpp CPP = $(PREFIX)cpp AR = $(PREFIX)ar RC = $(PREFIX)windres -WRC = ../$(PATH_TO_TOP)/tools/wrc/wrc +WRC = $(WINE_TOP)/tools/wrc/wrc RCINC = --include-dir $(PATH_TO_TOP)/include OBJCOPY = $(PREFIX)objcopy TOOLS_PATH = $(PATH_TO_TOP)/tools