Mercurial > hg > Members > kono > nitros9-code
changeset 1759:c748bc73facc
Removed '-4' flag from format macro, thanks Rodney!
author | boisy |
---|---|
date | Fri, 01 Apr 2005 12:57:06 +0000 |
parents | a8bb0834424e |
children | 27e85b681dab |
files | rules.mak |
diffstat | 1 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/rules.mak Sat Mar 26 16:50:19 2005 +0000 +++ b/rules.mak Fri Apr 01 12:57:06 2005 +0000 @@ -50,11 +50,11 @@ #UNIX2OS9 = $(COCOTOOLSBIN)/u2o #OS92UNIX = $(COCOTOOLSBIN)/o2u OS9FORMAT = $(COCOTOOLSBIN)/os9 format -OS9FORMAT_SS35 = $(COCOTOOLSBIN)/os9 format -t35 -ss -dd -4 -OS9FORMAT_SS40 = $(COCOTOOLSBIN)/os9 format -t40 -ss -dd -4 -OS9FORMAT_SS80 = $(COCOTOOLSBIN)/os9 format -t80 -ss -dd -9 -OS9FORMAT_DS40 = $(COCOTOOLSBIN)/os9 format -t40 -ds -dd -4 -OS9FORMAT_DS80 = $(COCOTOOLSBIN)/os9 format -t80 -ds -dd -9 +OS9FORMAT_SS35 = $(COCOTOOLSBIN)/os9 format -t35 -ss -dd +OS9FORMAT_SS40 = $(COCOTOOLSBIN)/os9 format -t40 -ss -dd +OS9FORMAT_SS80 = $(COCOTOOLSBIN)/os9 format -t80 -ss -dd +OS9FORMAT_DS40 = $(COCOTOOLSBIN)/os9 format -t40 -ds -dd +OS9FORMAT_DS80 = $(COCOTOOLSBIN)/os9 format -t80 -ds -dd OS9GEN = $(COCOTOOLSBIN)/os9 gen OS9RENAME = $(COCOTOOLSBIN)/os9 rename OS9ATTR = $(COCOTOOLSBIN)/os9 attr -q