[fpc-pascal] fpcmake question
    Graeme Geldenhuys 
    graemeg.lists at gmail.com
       
    Tue Aug 29 15:53:20 CEST 2006
    
    
  
Is the following allowed in a Makefile.fpc
[target]
units=unit1 unit2 unit3
dirs_linux=x11
dirs_freebsd=x11
dirs_win32=win32
I have read the docs and know the "dirs" is a valid setting in the
"target" section.   But I have seen somewhere an example where they
included the platform as well in the dirs line, but I can seem to find
any such option mentioned in the fpcmake docs.
Is the above valid?
On Linux and FreeBSD, make will also be run in the "x11" directory.
On Win32, make will be run in the "win32" directory instead.
Regards,
  - Graeme -
    
    
More information about the fpc-pascal
mailing list