Moved most platform assembler includes into asminc, so they will be available

in the distribution. 
Added --forget-inc-paths to the command line of the assembler in the
Makefiles, because the assembler does now have builtin paths and will find
include files from an installation first.
Hopefully fixed any problems that arose from the two changes.


git-svn-id: svn://svn.cc65.org/cc65/trunk@4223 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz
2009-09-24 17:44:22 +00:00
parent 31f6f814af
commit 5c5d01d84a
35 changed files with 27 additions and 27 deletions

View File

@@ -10,7 +10,7 @@
.import popa, _gotoxy
.import PLOT
.include "../plus4/plus4.inc"
.include "plus4.inc"
_cputcxy: