fpc/utils/fpcm
Legolas 23d4e04c5c * Added Wii support to fpcmake
git-svn-id: trunk@17036 -
2011-02-27 19:28:42 +00:00
..
fpcmake.inc * Added Wii support to fpcmake 2011-02-27 19:28:42 +00:00
fpcmake.ini * Added Wii support to fpcmake 2011-02-27 19:28:42 +00:00
fpcmake.pp
fpcmdic.pp
fpcmmain.pp * Added Wii support to fpcmake 2011-02-27 19:28:42 +00:00
fpcmpkg.pp
fpcmwr.pp + Add support for programs in clean section 2010-01-22 15:18:30 +00:00
Makefile + i386/iphonesim target for the new iPhoneSimulator in Xcode 3.2.4 and 2010-09-29 21:56:47 +00:00
makefile.exm * Fixed spell error revealed by lintian. 2010-10-06 20:33:57 +00:00
Makefile.fpc * fixed fcl and fpcdir paths/dependencies 2007-03-04 19:59:42 +00:00
printmakefilefpcrequirements.sh * shellscript to print deps based on makefile.fpc requirement lines 2008-01-27 10:49:05 +00:00
readme.txt * fixed small typo 2007-10-21 14:39:52 +00:00

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`