mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 05:01:03 +00:00
Fix Wine Resource Compiler Path
svn path=/trunk/; revision=3178
This commit is contained in:
parent
d5251a1991
commit
9033534bb4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue