makedep.inc 339 B

123456789101112
  1. !if defined(VERBOSE)
  2. !if [echo Checking include file dependencies...]
  3. !endif
  4. !endif
  5. !if [$(MKDEP) -p $(DESTDIR)\ -f $(DESTDIR)\$(MAINTARGROOT).dep -!I $(INCLUDESYS) $(CARGS) $(CARGSPCH) $(SRCDIR)\*.cpp $(SRCDIR)\$(PCHROOT).cpp=.pch 2>NUL]
  6. !endif
  7. !if EXIST($(DESTDIR)\$(MAINTARGROOT).dep)
  8. !include "$(DESTDIR)\$(MAINTARGROOT).dep"
  9. !endif