readme.txt 350 B

12345678910
  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. - To regenerate the makefiles for all supported
  6. targets, simply do : fpcmake -Tall
  7. - To regenerate the complete makefile tree
  8. for all targets (under UNIX):
  9. fpcmake -Tall -w `find -name Makefile.fpc`