Fix Wine Resource Compiler Path

svn path=/trunk/; revision=3178
This commit is contained in:
Steven Edwards 2002-07-04 18:16:42 +00:00
parent d5251a1991
commit 9033534bb4

View file

@ -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