Commit d55d1fa5 authored by ROOL's avatar ROOL :robot:
Browse files

This commit was manufactured by cvs2git to create branch 'Spinner'.

Sprout from master 1996-11-05 09:22:41 UTC Neil Turton <nturton@gitlab.riscosopen.org> 'Import from cleaned 360 CD'
Cherrypick from Spin_xx 1996-11-21 13:15:03 UTC Neil Turton <nturton@gitlab.riscosopen.org> 'Import from SrcFiler':
    !MkClean,fd7
    !MkRam,fd7
    !MkRom,fd7
    MakeROM
    MakeRel
    Makefile
Delete:
    MakeROM,fe1
    MakeRel,fe1
    Makefile,fe1
| Copyright 1996 Acorn Computers Ltd
|
| Licensed under the Apache License, Version 2.0 (the "License");
| you may not use this file except in compliance with the License.
| You may obtain a copy of the License at
|
| http://www.apache.org/licenses/LICENSE-2.0
|
| Unless required by applicable law or agreed to in writing, software
| distributed under the License is distributed on an "AS IS" BASIS,
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
| See the License for the specific language governing permissions and
| limitations under the License.
|
Dir <Obey$Dir>
amu clean
| Copyright 1996 Acorn Computers Ltd
|
| Licensed under the Apache License, Version 2.0 (the "License");
| you may not use this file except in compliance with the License.
| You may obtain a copy of the License at
|
| http://www.apache.org/licenses/LICENSE-2.0
|
| Unless required by applicable law or agreed to in writing, software
| distributed under the License is distributed on an "AS IS" BASIS,
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
| See the License for the specific language governing permissions and
| limitations under the License.
|
Dir <Obey$Dir>
amu -f makerel
| Copyright 1996 Acorn Computers Ltd
|
| Licensed under the Apache License, Version 2.0 (the "License");
| you may not use this file except in compliance with the License.
| You may obtain a copy of the License at
|
| http://www.apache.org/licenses/LICENSE-2.0
|
| Unless required by applicable law or agreed to in writing, software
| distributed under the License is distributed on an "AS IS" BASIS,
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
| See the License for the specific language governing permissions and
| limitations under the License.
|
Dir <Obey$Dir>
amu rom
...@@ -2,4 +2,3 @@ s/** gitlab-language=armasm linguist-language=armasm linguist-detectable=true ...@@ -2,4 +2,3 @@ s/** gitlab-language=armasm linguist-language=armasm linguist-detectable=true
c/** gitlab-language=c linguist-language=c linguist-detectable=true c/** gitlab-language=c linguist-language=c linguist-detectable=true
h/** gitlab-language=c linguist-language=c linguist-detectable=true h/** gitlab-language=c linguist-language=c linguist-detectable=true
cmhg/** gitlab-language=cmhg linguist-language=cmhg linguist-detectable=true cmhg/** gitlab-language=cmhg linguist-language=cmhg linguist-detectable=true
*,fe1 gitlab-language=make linguist-language=make linguist-detectable=true
File moved
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Toolflags: # Toolflags:
CCflags = -c -depend !Depend -IC: -throwback -zM -ffah -zps1 CCflags = -c -depend !Depend -I^.common,C: -throwback -zM -ffah -zps1
C++flags = -c -depend !Depend -throwback -IC: C++flags = -c -depend !Depend -throwback -IC:
Pascalflags = -c -depend !Depend -throwback -IP: Pascalflags = -c -depend !Depend -throwback -IP:
Linkflags = -m -o $@ Linkflags = -m -o $@
...@@ -14,10 +14,10 @@ AAsmflags = -depend !Depend -quit -CloseExec -To $@ -From ...@@ -14,10 +14,10 @@ AAsmflags = -depend !Depend -quit -CloseExec -To $@ -From
# Final targets: # Final targets:
@.Menu: C:o.stubs @.o.auxiliary @.o.copy @.o.create @.o.delete @.o.events \ @.Menu: @.o.auxiliary @.o.copy @.o.create @.o.delete @.o.events \
@.o.getstate @.o.hide @.o.Menu @.o.miscop @.o.show @.o.task @.o.Modhdr_NoD @.o.messages \ @.o.getstate @.o.hide @.o.Menu @.o.miscop @.o.show @.o.task @.o.Modhdr_NoD @.o.messages \
@.^.common.tboxlib @.^.common.tboxlib
link $(linkflags) C:o.stubs @.o.auxiliary @.o.copy @.o.create \ tlink $(linkflags) @.o.auxiliary @.o.copy @.o.create \
@.o.delete @.o.events @.o.getstate @.o.hide @.o.Menu @.o.miscop @.o.show @.o.task \ @.o.delete @.o.events @.o.getstate @.o.hide @.o.Menu @.o.miscop @.o.show @.o.task \
@.o.Modhdr_NoD @.o.messages @.^.common.tboxlib @.o.Modhdr_NoD @.o.messages @.^.common.tboxlib
......
File moved
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment