blob: 4461c7f4520c6540599813f3d1def472ded0a9e9 (
plain)
1
2
3
4
5
6
7
8
9
10
|
This utility is used to re-create the complete
Free Pascal makefiles, depending on the rules
specified in the Makefile.fpc files.
Some tips:
- To regenerate the makefiles for all supported
targets, simply do : fpcmake -Tall
- To regenerate the complete makefile tree
for all targets (under UNIX):
fpcmake -Tall -w `find . -name Makefile.fpc`
|