mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 12:23:30 +00:00
Fix Wine Resource Compiler Path
svn path=/trunk/; revision=3178
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user