view .hgignore @ 409:c8ae69cdb5a9

Update gcc6809 patch to work with pragma=newsource An updated version of the gcc6809 patch is provided. This update removes some incompatible syntax left over from the original gcc6809 patch that used as6809. It was doing something that doesn't work with lwtools anyway. Namely, trying to use the assembler to set the layout used by the linker. Now thats all back to front when you think about it. With this update, it is now possible to use the "as" wrapper with --pragma=newsource enabled and be able to pass assembly code through the C preprocessor without worrying about extraneous spaces causing problems.
author William Astle <lost@l-w.ca>
date Thu, 03 Mar 2016 22:33:40 -0700
parents f90c9b044220
children 5b8871fd7503
line wrap: on
line source

\.exe$
\.o$
\.d$
\.a$
~$
\.orig$
/lwbasic$
/lwlink$
/lwobjdump$
/lwar$
/lwasm$
/lwcc/lwcc$
/lwcc/lwcpp$

# for windows
\.suo$
\.sdf$
\.opensdf$
\Debug$
\Release$