# HG changeset patch # User Boisy Pitre # Date 1360035205 21600 # Node ID 7dbdaa3a7d6c84720ab79919ec3f6182ea7d1be8 # Parent db97356e364827b0635dab55f5bb1d08bc7ccc79 Removed case related pragma so that inetd assembles correctly diff -r db97356e3648 -r 7dbdaa3a7d6c rules.mak --- a/rules.mak Sun Feb 03 08:34:25 2013 -0600 +++ b/rules.mak Mon Feb 04 21:33:25 2013 -0600 @@ -51,7 +51,7 @@ endif # RMA/RLINK -ASM = lwasm --6309 --format=obj --pragma=pcaspcr,nosymbolcase,condundefzero,undefextern,dollarnotlocal,export --includedir=. +ASM = lwasm --6309 --format=obj --pragma=pcaspcr,condundefzero,undefextern,dollarnotlocal,export --includedir=. LINKER = lwlink --format=os9 # Commands