[fpc-devel] makefile is looking for source files in the include directory

Vincent Snijders vsnijders at quicknet.nl
Fri Sep 28 15:57:23 CEST 2007


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



More information about the fpc-devel mailing list