changeset 2810:7dbdaa3a7d6c lwtools-port

Removed case related pragma so that inetd assembles correctly
author Boisy Pitre <boisy.pitre@nuance.com>
date Mon, 04 Feb 2013 21:33:25 -0600
parents db97356e3648
children 611715587834
files rules.mak
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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