Removed useless spaces. Removed addrni.asm from Sconstruct and updated the build instructions for the tools.

This commit is contained in:
jbo_85
2005-07-12 14:19:01 +00:00
parent dba28a70f0
commit 707c6f50c2
35 changed files with 3124 additions and 3125 deletions

View File

@@ -52,7 +52,6 @@ netsrc = Split('''
net/ztcp.c net/ztcp.c
''') ''')
cpusrc = Split(''' cpusrc = Split('''
cpu/addrni.asm
cpu/dma.asm cpu/dma.asm
cpu/dsp.asm cpu/dsp.asm
cpu/dspproc.asm cpu/dspproc.asm

View File

@@ -13,7 +13,7 @@ Extra EXTSYMs:
g++ -Wall -O3 -o extraext.exe extraext.cpp fileutil.o strutil.o g++ -Wall -O3 -o extraext.exe extraext.cpp fileutil.o strutil.o
Section Tester: Section Tester:
g++ -Wall -O3 -o sec-test.exe sec-test.cpp fileutil.o g++ -Wall -O3 -o sec-test.exe sec-test.cpp fileutil.o strutil.o
Source Counter: Source Counter:
g++ -Wall -O3 -o srccount.exe srccount.cpp fileutil.o g++ -Wall -O3 -o srccount.exe srccount.cpp fileutil.o