removed kylix's own include directory from STDHDRS.
it made every compilation fail. (only commented the line rather than delete, as I don't know a thing about kylix and I might be wrong) [SVN r15898]
This commit is contained in:
parent
9f16d88c6f
commit
460ff49917
@ -70,7 +70,7 @@ flags kylix FINDLIBS : m ;
|
||||
flags kylix FINDLIBS : dl ;
|
||||
flags kylix CFLAGS <threading>single : -DBOOST_NO_THREADS ;
|
||||
|
||||
flags kylix STDHDRS : $(BCCROOT)$(SLASH)include ;
|
||||
#flags kylix STDHDRS : $(BCCROOT)$(SLASH)include ; # kylix knows where to find its headers by itself. This did only confuse it.
|
||||
flags kylix STDLIBPATH : $(BCCROOT)$(SLASH)lib ;
|
||||
|
||||
flags kylix LIBPATH <library-path> ;
|
||||
|
@ -70,7 +70,7 @@ flags kylix FINDLIBS : m ;
|
||||
flags kylix FINDLIBS : dl ;
|
||||
flags kylix CFLAGS <threading>single : -DBOOST_NO_THREADS ;
|
||||
|
||||
flags kylix STDHDRS : $(BCCROOT)$(SLASH)include ;
|
||||
#flags kylix STDHDRS : $(BCCROOT)$(SLASH)include ; # kylix knows where to find its headers by itself. This did only confuse it.
|
||||
flags kylix STDLIBPATH : $(BCCROOT)$(SLASH)lib ;
|
||||
|
||||
flags kylix LIBPATH <library-path> ;
|
||||
|
Loading…
Reference in New Issue
Block a user