Build wrc in output tree.

Patch by Sylvain Petreolle [spetreolle@yahoo.fr].
Modified: trunk/reactos/tools/wrc/wrc.mak

Modified: trunk/reactos/tools/wrc/wrc.mak
--- trunk/reactos/tools/wrc/wrc.mak	2005-06-17 15:48:15 UTC (rev 15987)
+++ trunk/reactos/tools/wrc/wrc.mak	2005-06-17 16:12:33 UTC (rev 15988)
@@ -33,7 +33,7 @@
 endif
 
 WRC_TARGET = \
-	$(EXEPREFIX)$(WRC_BASE_)wrc$(EXEPOSTFIX)
+	$(EXEPREFIX)$(WRC_OUT_)wrc$(EXEPOSTFIX)
 
 WRC_SOURCES = $(addprefix $(WRC_BASE_), \
 	dumpres.c \