Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Ben Avison
RISC_OSLib
Commits
cde7d38b
Commit
cde7d38b
authored
Oct 20, 2021
by
Ben Avison
Browse files
Add VFPSupport SWIs to swis.h
parent
77395bfc
Pipeline
#3579
passed with stage
in 2 seconds
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
GNUmakefile
GNUmakefile
+1
-1
SWIOptions,feb
SWIOptions,feb
+1
-0
No files found.
GNUmakefile
View file @
cde7d38b
...
...
@@ -313,7 +313,7 @@ swi.rm_o_rl: rlib/swi.s
${AS}
${ASFLAGS}
${UROM_ROM_DEFS}
-depend
$(
subst
.rm_o_rl,.rm_d_rl,
$@
)
-pd
"zm1 SETL {TRUE}"
-o
$@
$<
SWIHDRS
=
ADFS ATAPI ATA BlendTable Buffer CDROM CDFS ColourPick ColourTran DDT Debugger DeviceFS DMA DOSFS DragASprit DragAnObj Draw Econet FileCore FilerAct Filter Font FPEmulator Free Freeway FSLock Hourglass HostFS IIC ITable Joystick SprExtend MakePSFont MsgTrans RISCOS Parallel PCI PDriver PDumper Podule Portable RAMFS RemotePrin ResourceFS RTC ScrBlank ScrModes SCSI SCSIFS SDFS SDIO SharedCLib Shell Sound Squash Super Switcher TaskWindow Territory VCHIQ Wimp ZLib
SWIHDRS
=
ADFS ATAPI ATA BlendTable Buffer CDROM CDFS ColourPick ColourTran DDT Debugger DeviceFS DMA DOSFS DragASprit DragAnObj Draw Econet FileCore FilerAct Filter Font FPEmulator Free Freeway FSLock Hourglass HostFS IIC ITable Joystick SprExtend MakePSFont MsgTrans RISCOS Parallel PCI PDriver PDumper Podule Portable RAMFS RemotePrin ResourceFS RTC ScrBlank ScrModes SCSI SCSIFS SDFS SDIO SharedCLib Shell Sound Squash Super Switcher TaskWindow Territory VCHIQ
VFPSupport
Wimp ZLib
swis.h
:
swisheader.h makehswis.s
@
echo
\;
Automatically generated file
>
swioptions.s
...
...
SWIOptions,feb
View file @
cde7d38b
...
...
@@ -76,6 +76,7 @@ IfThere Hdr:Switcher Then Echo <32> GET Hdr:Switcher { >> s.swioptions }
IfThere Hdr:TaskWindow Then Echo <32> GET Hdr:TaskWindow { >> s.swioptions }
IfThere Hdr:Territory Then Echo <32> GET Hdr:Territory { >> s.swioptions }
IfThere Hdr:VCHIQ Then Echo <32> GET Hdr:VCHIQ { >> s.swioptions }
IfThere Hdr:VFPSupport Then Echo <32> GET Hdr:VFPSupport { >> s.swioptions }
IfThere Hdr:Wimp Then Echo <32> GET Hdr:Wimp { >> s.swioptions }
IfThere Hdr:ZLib Then Echo <32> GET Hdr:ZLib { >> s.swioptions }
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment