BLDMAKE - Project building Utility (Build 227)
BLDMAKE {options} [<command>] [<platform>]
<command>: (case insensitive)
BLDFILES - create build batch files
CLEAN - remove all files bldmake creates
INF - display basic BLD.INF syntax
PLAT - display platform macros
<platform>: (case insensitive)
if not specified, defaults to "ALL"
Options: (case insensitive)
-v -> verbose mode
-k -> keep going even if files are missing
|
Commands (case-insensitive):
BUILD
Combines commands EXPORT,MAKEFILE,LIBRARY,RESOURCE,TARGET,FINAL
CLEAN
Removes everything built with ABLD TARGET
CLEANEXPORT
Removes files created by ABLD EXPORT
EXPORT
Copies the exported files to their destinations
FINAL
Allows extension makefiles to execute final commands
FREEZE
Freezes exported functions in a .DEF file
HELP
Displays commands, options or help about a particular command
LIBRARY
Creates import libraries from the frozen .DEF files
LISTING
Creates assembler listing file for corresponding source file
MAKEFILE
Creates makefiles or IDE workspaces
REALLYCLEAN
As CLEAN, but also removes exported files and makefiles
RESOURCE
Creates resource files, bitmaps and AIFs
TARGET
Creates the main executable and also the resources
TIDY
Removes executables which need not be released
|