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:
2010-02-15 00:19:31 +00:00
parent bb00f23f29
commit f65178dd0e
4 changed files with 92 additions and 25 deletions

View File

@@ -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