Specifications
15-2 Programmer’s Guide Sega
Psy-Q Development System
PSYMAKE Command Line
Description PSYMAKE only rebuilds the components of a system that need rebuilding. Whether
a program needs rebuilding is determined by the file date stamps of the target file and
the source files that it depends on. Generally, if any of the source files are newer than
the target file, the target file will be rebuilt.
Syntax PSYMAKE [switches] [target file]
or
PSYMAKE @makefile.mak
Switches Valid switch options are :
/b Build all, ignoring dates
/d name=string Define name as string
/f filename Specify the MAKE file
/i Always ignore error status
/q Quiet mode; do not print commands before executing them
/x Do not execute commands - just print them
If no /f option is specified, the default makefile is MAKEFILE.MAK; if no
extension is specified on the makefile name .MAK will be assumed.
If no target is specified, the first target defined in the makefile will be built.