fixed: when Pattern::allow_include was false then nothing was read
added: ezc can use the logger from winix added: we check how many [include] directive was called (if more than 100 then we break - supposing infinite loop) added: in Pattern we read from two directories if a file is not in the first directory then we try to read from the other one git-svn-id: svn://ttmath.org/publicrep/ezc/trunk@292 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -15,7 +15,7 @@ ezc.a: $(o)
|
||||
|
||||
|
||||
depend:
|
||||
makedepend -Y. -f- *.cpp > Makefile.dep
|
||||
makedepend $(CXXFLAGS) -Y. -f- *.cpp > Makefile.dep
|
||||
echo -n "o = " > Makefile.o.dep
|
||||
ls -1 *.cpp | xargs -I foo echo -n foo " " | sed -E "s/([^\.]*)\.cpp[ ]/\1\.o/g" >> Makefile.o.dep
|
||||
|
||||
|
Reference in New Issue
Block a user