This is the command ppufiles-3.0.0 that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
ppufiles - The FPC Pascal unit object file lister.
SYNOPSIS
ppufiles [options] [file [file [file]]]
Description
ppufiles lists all the binary files that are needed to link a unit file. This includes any
object files or libraries that must be linked in through some directive in the unit.
Usage
You can invoke ppufiles with as arguments the name of the units whose object files you
wish to list. An extension must be given. This can be useful for creating a listing of all
created object files and deleting them in a Makefile.
Options
ppufiles has several options, which are case insensitive:
-a This option tells ppufiles to list all files.
-h Help screen.
-l This option tells ppufiles to list only shared libraries.
-o This option tells ppufiles to list only object files.
-s This option tells ppufiles to list only static libraries.
ERRORS
In case the unit is in an older or unrecognised format, ppufiles will complain about that.
Use ppufiles-3.0.0 online using onworks.net services