readme.txt 881 B

1234567891011121314151617181920212223
  1. This utility is used to re-create the complete
  2. Free Pascal makefiles, depending on the rules
  3. specified in the Makefile.fpc files.
  4. Some tips:
  5. - The rtl and packages contain a script that regenerates the makefiles.
  6. targets, simply do (in a unix-like environment)
  7. cd rtl
  8. ./regenmakefiles.sh
  9. cd ../packages
  10. ./regenmakefiles.sh
  11. To avoid svn conflicts for each locally changed Makefile
  12. instead of using the current date for fpcmake executable,
  13. revision.inc file is automatically updated to contain
  14. the lastest date and revision of the files that do matter for
  15. the Makefile generation.
  16. Each time any of these files "fpc*.pp fpcmake.ini Makefile.fpc"
  17. is modified, revision.inc content is modified.
  18. This modified content should also be committed, to have correct
  19. revision.inc content even on systems that do not have
  20. svnversion binary or on exported trees.
  21. PM 2013-04-26