mirror of
https://github.com/reactos/reactos.git
synced 2025-01-13 01:22:03 +00:00
Fix bootcd build for real now
svn path=/trunk/; revision=30166
This commit is contained in:
parent
ce625d50ff
commit
c9efa857c4
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ CABMAN_SOURCES = $(addprefix $(CABMAN_BASE_), \
|
|||
CABMAN_OBJECTS = \
|
||||
$(addprefix $(INTERMEDIATE_), $(CABMAN_SOURCES:.cxx=.o))
|
||||
|
||||
CABMAN_HOST_CXXFLAGS = -Iinclude/reactos -Ilib/3rdparty/zlib $(TOOLS_CPPFLAGS)
|
||||
CABMAN_HOST_CXXFLAGS = -Iinclude -Iinclude/reactos -Ilib/3rdparty/zlib $(TOOLS_CPPFLAGS)
|
||||
|
||||
CABMAN_HOST_LIBS = $(ZLIB_HOST_TARGET)
|
||||
|
||||
|
|
Loading…
Reference in a new issue