mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
remove duplicate windres include directory to get notepad build
svn path=/trunk/; revision=8269
This commit is contained in:
parent
c0b75c3e30
commit
8c80ebb0d1
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ CPP = $(PREFIX)cpp
|
|||
AR = $(PREFIX)ar
|
||||
RC = $(PREFIX)windres
|
||||
WRC = $(WINE_TOP)/tools/wrc/wrc
|
||||
RCINC = --include-dir $(PATH_TO_TOP)/include
|
||||
# already defined via makefile "helper.mk": RCINC = --include-dir $(PATH_TO_TOP)/include
|
||||
OBJCOPY = $(PREFIX)objcopy
|
||||
OBJDUMP =$(PREFIX)objdump
|
||||
TOOLS_PATH = $(PATH_TO_TOP)/tools
|
||||
|
|
Loading…
Reference in a new issue