Hi, Why does a makefile generated by fpcmake contain the following lines? vpath %.pp $(COMPILER_SOURCEDIR) $(COMPILER_INCLUDEDIR) vpath %.pas $(COMPILER_SOURCEDIR) $(COMPILER_INCLUDEDIR) It seems to be looking in the include directory for source files. Vincent