home *** CD-ROM | disk | FTP | other *** search
- .key SOU
-
- ; SOU = filename (".s" can be omitted) of the source to compile
- ; (none to compile all)
-
- If "<SOU>" EQ ""
- List ~(do|s.tmp) LFORMAT "PhxAss %s TO /bin/" >s.tmp
- Execute s.tmp
- Delete s.tmp >NIL:
- Else
- If EXISTS <SOU>
- PhxAss <SOU> to /bin/
- Else
- PhxAss <SOU>.s to /bin/
- EndIf
- EndIf
-