Home » Archimedes archive » Acorn User » AU 1997-01 B.adf » Features » Arcade/!Hive/Makefile
Arcade/!Hive/Makefile
This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.
Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.
Tape/disk: | Home » Archimedes archive » Acorn User » AU 1997-01 B.adf » Features |
Filename: | Arcade/!Hive/Makefile |
Read OK: | ✔ |
File size: | 0C9D bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
# Project: Hive # Toolflags: CCflags = -c -depend !Depend -IC: -throwback C++flags = -c -depend !Depend -IC: -throwback Linkflags = -symbols <Hive$Dir>.Data.Symbols -o $@ ObjAsmflags = -throwback -NoCache -depend !Depend CMHGflags = LibFileflags = -c -o $@ Squeezeflags = -o $@ # Final targets: @.!Runimage: @.^.^.^.Useful.AcornC/C++.Libraries.clib.o.Stubs \ @.^.!Popcorn.o.Popcorn @.^.^.^.Useful.AcornC/C++.Libraries.DeskLib.!DeskLib.o.DeskLib @.o.game \ @.o.waves @.o.main_hnd @.o.alien_hnd \ @.^.^.^.Useful.AcornC/C++.Libraries.Mnemosyne.o.MnemoLib @.^.^.^.Useful.AcornC/C++.Libraries.StubsHack.o.SHLib @.o.useful @.o.sound link $(linkflags) @.^.^.^.Useful.AcornC/C++.Libraries.clib.o.Stubs \ @.^.!Popcorn.o.Popcorn @.^.^.^.Useful.AcornC/C++.Libraries.DeskLib.!DeskLib.o.DeskLib @.o.game \ @.o.waves @.o.main_hnd @.o.alien_hnd \ @.^.^.^.Useful.AcornC/C++.Libraries.Mnemosyne.o.MnemoLib @.^.^.^.Useful.AcornC/C++.Libraries.StubsHack.o.SHLib @.o.useful @.o.sound # User-editable dependencies: # Static dependencies: @.o.game: @.c.game cc $(ccflags) -o @.o.game @.c.game @.o.waves: @.c.waves cc $(ccflags) -o @.o.waves @.c.waves @.o.main_hnd: @.c.main_hnd cc $(ccflags) -o @.o.main_hnd @.c.main_hnd @.o.alien_hnd: @.c.alien_hnd cc $(ccflags) -o @.o.alien_hnd @.c.alien_hnd @.o.useful: @.c.useful cc $(ccflags) -o @.o.useful @.c.useful @.o.sound: @.c.sound cc $(ccflags) -o @.o.sound @.c.sound # Dynamic dependencies: o.ship: c.ship o.ship: DeskLib:h.Kbd o.ship: DeskLib:h.core o.ship: Popcorn:h.Popcorn o.ship: h.game o.handlers_a: c.handlers_a o.handlers_a: DeskLib:h.Kbd o.handlers_a: DeskLib:h.core o.handlers_a: Popcorn:h.Popcorn o.handlers_a: DeskLib:h.Core o.handlers_a: h.game o.handlers_g: c.handlers_g o.handlers_g: DeskLib:h.Kbd o.handlers_g: DeskLib:h.core o.handlers_g: Popcorn:h.Popcorn o.handlers_g: DeskLib:h.Core o.handlers_g: h.game o.handlers_g: h.handlers o.rtsl: c.rtsl o.rtsl: h.rtsl o.sound: c.sound o.sound: DeskLib:h.SWI o.sound: DeskLib:h.Core o.sound: Popcorn:h.Popcorn o.sound: DeskLib:h.Core o.game: c.game o.game: DeskLib:h.Error o.game: DeskLib:h.Core o.game: DeskLib:h.File o.game: DeskLib:h.SWI o.game: DeskLib:h.GFX o.game: DeskLib:h.Hourglass o.game: DeskLib:h.Kbd o.game: DeskLib:h.SWI o.game: Popcorn:h.Popcorn o.game: DeskLib:h.Core o.game: h.sound o.game: h.useful o.game: h.waves o.waves: c.waves o.waves: DeskLib:h.File o.waves: DeskLib:h.Core o.waves: DeskLib:h.SWI o.waves: DeskLib:h.SWI o.waves: Popcorn:h.Popcorn o.waves: DeskLib:h.Core o.waves: h.game o.waves: h.sound o.waves: h.useful o.main_hnd: c.main_hnd o.main_hnd: DeskLib:h.Kbd o.main_hnd: DeskLib:h.core o.main_hnd: DeskLib:h.SWI o.main_hnd: Popcorn:h.Popcorn o.main_hnd: DeskLib:h.Core o.main_hnd: h.game o.main_hnd: h.sound o.main_hnd: h.useful o.useful: c.useful o.useful: DeskLib:h.Error o.useful: DeskLib:h.Core o.useful: Popcorn:h.Popcorn o.useful: DeskLib:h.Core o.useful: h.game o.useful: h.sound o.alien_hnd: c.alien_hnd o.alien_hnd: DeskLib:h.Kbd o.alien_hnd: DeskLib:h.core o.alien_hnd: Popcorn:h.Popcorn o.alien_hnd: DeskLib:h.Core o.alien_hnd: h.game o.alien_hnd: h.sound
00000000 23 20 50 72 6f 6a 65 63 74 3a 20 20 20 48 69 76 |# Project: Hiv| 00000010 65 0a 0a 0a 23 20 54 6f 6f 6c 66 6c 61 67 73 3a |e...# Toolflags:| 00000020 0a 43 43 66 6c 61 67 73 20 3d 20 2d 63 20 2d 64 |.CCflags = -c -d| 00000030 65 70 65 6e 64 20 21 44 65 70 65 6e 64 20 2d 49 |epend !Depend -I| 00000040 43 3a 20 2d 74 68 72 6f 77 62 61 63 6b 20 0a 43 |C: -throwback .C| 00000050 2b 2b 66 6c 61 67 73 20 3d 20 2d 63 20 2d 64 65 |++flags = -c -de| 00000060 70 65 6e 64 20 21 44 65 70 65 6e 64 20 2d 49 43 |pend !Depend -IC| 00000070 3a 20 2d 74 68 72 6f 77 62 61 63 6b 0a 4c 69 6e |: -throwback.Lin| 00000080 6b 66 6c 61 67 73 20 3d 20 2d 73 79 6d 62 6f 6c |kflags = -symbol| 00000090 73 20 3c 48 69 76 65 24 44 69 72 3e 2e 44 61 74 |s <Hive$Dir>.Dat| 000000a0 61 2e 53 79 6d 62 6f 6c 73 20 2d 6f 20 24 40 20 |a.Symbols -o $@ | 000000b0 0a 4f 62 6a 41 73 6d 66 6c 61 67 73 20 3d 20 2d |.ObjAsmflags = -| 000000c0 74 68 72 6f 77 62 61 63 6b 20 2d 4e 6f 43 61 63 |throwback -NoCac| 000000d0 68 65 20 2d 64 65 70 65 6e 64 20 21 44 65 70 65 |he -depend !Depe| 000000e0 6e 64 0a 43 4d 48 47 66 6c 61 67 73 20 3d 20 0a |nd.CMHGflags = .| 000000f0 4c 69 62 46 69 6c 65 66 6c 61 67 73 20 3d 20 2d |LibFileflags = -| 00000100 63 20 2d 6f 20 24 40 0a 53 71 75 65 65 7a 65 66 |c -o $@.Squeezef| 00000110 6c 61 67 73 20 3d 20 2d 6f 20 24 40 0a 0a 0a 23 |lags = -o $@...#| 00000120 20 46 69 6e 61 6c 20 74 61 72 67 65 74 73 3a 0a | Final targets:.| 00000130 40 2e 21 52 75 6e 69 6d 61 67 65 3a 20 20 20 40 |@.!Runimage: @| 00000140 2e 5e 2e 5e 2e 5e 2e 55 73 65 66 75 6c 2e 41 63 |.^.^.^.Useful.Ac| 00000150 6f 72 6e 43 2f 43 2b 2b 2e 4c 69 62 72 61 72 69 |ornC/C++.Librari| 00000160 65 73 2e 63 6c 69 62 2e 6f 2e 53 74 75 62 73 20 |es.clib.o.Stubs | 00000170 5c 0a 20 20 20 20 20 20 20 20 40 2e 5e 2e 21 50 |\. @.^.!P| 00000180 6f 70 63 6f 72 6e 2e 6f 2e 50 6f 70 63 6f 72 6e |opcorn.o.Popcorn| 00000190 20 40 2e 5e 2e 5e 2e 5e 2e 55 73 65 66 75 6c 2e | @.^.^.^.Useful.| 000001a0 41 63 6f 72 6e 43 2f 43 2b 2b 2e 4c 69 62 72 61 |AcornC/C++.Libra| 000001b0 72 69 65 73 2e 44 65 73 6b 4c 69 62 2e 21 44 65 |ries.DeskLib.!De| 000001c0 73 6b 4c 69 62 2e 6f 2e 44 65 73 6b 4c 69 62 20 |skLib.o.DeskLib | 000001d0 40 2e 6f 2e 67 61 6d 65 20 5c 0a 20 20 20 20 20 |@.o.game \. | 000001e0 20 20 20 40 2e 6f 2e 77 61 76 65 73 20 40 2e 6f | @.o.waves @.o| 000001f0 2e 6d 61 69 6e 5f 68 6e 64 20 40 2e 6f 2e 61 6c |.main_hnd @.o.al| 00000200 69 65 6e 5f 68 6e 64 20 5c 0a 20 20 20 20 20 20 |ien_hnd \. | 00000210 20 20 40 2e 5e 2e 5e 2e 5e 2e 55 73 65 66 75 6c | @.^.^.^.Useful| 00000220 2e 41 63 6f 72 6e 43 2f 43 2b 2b 2e 4c 69 62 72 |.AcornC/C++.Libr| 00000230 61 72 69 65 73 2e 4d 6e 65 6d 6f 73 79 6e 65 2e |aries.Mnemosyne.| 00000240 6f 2e 4d 6e 65 6d 6f 4c 69 62 20 40 2e 5e 2e 5e |o.MnemoLib @.^.^| 00000250 2e 5e 2e 55 73 65 66 75 6c 2e 41 63 6f 72 6e 43 |.^.Useful.AcornC| 00000260 2f 43 2b 2b 2e 4c 69 62 72 61 72 69 65 73 2e 53 |/C++.Libraries.S| 00000270 74 75 62 73 48 61 63 6b 2e 6f 2e 53 48 4c 69 62 |tubsHack.o.SHLib| 00000280 20 40 2e 6f 2e 75 73 65 66 75 6c 20 40 2e 6f 2e | @.o.useful @.o.| 00000290 73 6f 75 6e 64 20 0a 20 20 20 20 20 20 20 20 6c |sound . l| 000002a0 69 6e 6b 20 24 28 6c 69 6e 6b 66 6c 61 67 73 29 |ink $(linkflags)| 000002b0 20 40 2e 5e 2e 5e 2e 5e 2e 55 73 65 66 75 6c 2e | @.^.^.^.Useful.| 000002c0 41 63 6f 72 6e 43 2f 43 2b 2b 2e 4c 69 62 72 61 |AcornC/C++.Libra| 000002d0 72 69 65 73 2e 63 6c 69 62 2e 6f 2e 53 74 75 62 |ries.clib.o.Stub| 000002e0 73 20 5c 0a 20 20 20 20 20 20 20 20 40 2e 5e 2e |s \. @.^.| 000002f0 21 50 6f 70 63 6f 72 6e 2e 6f 2e 50 6f 70 63 6f |!Popcorn.o.Popco| 00000300 72 6e 20 40 2e 5e 2e 5e 2e 5e 2e 55 73 65 66 75 |rn @.^.^.^.Usefu| 00000310 6c 2e 41 63 6f 72 6e 43 2f 43 2b 2b 2e 4c 69 62 |l.AcornC/C++.Lib| 00000320 72 61 72 69 65 73 2e 44 65 73 6b 4c 69 62 2e 21 |raries.DeskLib.!| 00000330 44 65 73 6b 4c 69 62 2e 6f 2e 44 65 73 6b 4c 69 |DeskLib.o.DeskLi| 00000340 62 20 40 2e 6f 2e 67 61 6d 65 20 5c 0a 20 20 20 |b @.o.game \. | 00000350 20 20 20 20 20 40 2e 6f 2e 77 61 76 65 73 20 40 | @.o.waves @| 00000360 2e 6f 2e 6d 61 69 6e 5f 68 6e 64 20 40 2e 6f 2e |.o.main_hnd @.o.| 00000370 61 6c 69 65 6e 5f 68 6e 64 20 5c 0a 20 20 20 20 |alien_hnd \. | 00000380 20 20 20 20 40 2e 5e 2e 5e 2e 5e 2e 55 73 65 66 | @.^.^.^.Usef| 00000390 75 6c 2e 41 63 6f 72 6e 43 2f 43 2b 2b 2e 4c 69 |ul.AcornC/C++.Li| 000003a0 62 72 61 72 69 65 73 2e 4d 6e 65 6d 6f 73 79 6e |braries.Mnemosyn| 000003b0 65 2e 6f 2e 4d 6e 65 6d 6f 4c 69 62 20 40 2e 5e |e.o.MnemoLib @.^| 000003c0 2e 5e 2e 5e 2e 55 73 65 66 75 6c 2e 41 63 6f 72 |.^.^.Useful.Acor| 000003d0 6e 43 2f 43 2b 2b 2e 4c 69 62 72 61 72 69 65 73 |nC/C++.Libraries| 000003e0 2e 53 74 75 62 73 48 61 63 6b 2e 6f 2e 53 48 4c |.StubsHack.o.SHL| 000003f0 69 62 20 40 2e 6f 2e 75 73 65 66 75 6c 20 40 2e |ib @.o.useful @.| 00000400 6f 2e 73 6f 75 6e 64 20 0a 0a 0a 23 20 55 73 65 |o.sound ...# Use| 00000410 72 2d 65 64 69 74 61 62 6c 65 20 64 65 70 65 6e |r-editable depen| 00000420 64 65 6e 63 69 65 73 3a 0a 0a 23 20 53 74 61 74 |dencies:..# Stat| 00000430 69 63 20 64 65 70 65 6e 64 65 6e 63 69 65 73 3a |ic dependencies:| 00000440 0a 40 2e 6f 2e 67 61 6d 65 3a 20 20 20 40 2e 63 |.@.o.game: @.c| 00000450 2e 67 61 6d 65 0a 20 20 20 20 20 20 20 20 63 63 |.game. cc| 00000460 20 24 28 63 63 66 6c 61 67 73 29 20 2d 6f 20 40 | $(ccflags) -o @| 00000470 2e 6f 2e 67 61 6d 65 20 40 2e 63 2e 67 61 6d 65 |.o.game @.c.game| 00000480 20 0a 40 2e 6f 2e 77 61 76 65 73 3a 20 20 20 40 | .@.o.waves: @| 00000490 2e 63 2e 77 61 76 65 73 0a 20 20 20 20 20 20 20 |.c.waves. | 000004a0 20 63 63 20 24 28 63 63 66 6c 61 67 73 29 20 2d | cc $(ccflags) -| 000004b0 6f 20 40 2e 6f 2e 77 61 76 65 73 20 40 2e 63 2e |o @.o.waves @.c.| 000004c0 77 61 76 65 73 20 0a 40 2e 6f 2e 6d 61 69 6e 5f |waves .@.o.main_| 000004d0 68 6e 64 3a 20 20 20 40 2e 63 2e 6d 61 69 6e 5f |hnd: @.c.main_| 000004e0 68 6e 64 0a 20 20 20 20 20 20 20 20 63 63 20 24 |hnd. cc $| 000004f0 28 63 63 66 6c 61 67 73 29 20 2d 6f 20 40 2e 6f |(ccflags) -o @.o| 00000500 2e 6d 61 69 6e 5f 68 6e 64 20 40 2e 63 2e 6d 61 |.main_hnd @.c.ma| 00000510 69 6e 5f 68 6e 64 20 0a 40 2e 6f 2e 61 6c 69 65 |in_hnd .@.o.alie| 00000520 6e 5f 68 6e 64 3a 20 20 20 40 2e 63 2e 61 6c 69 |n_hnd: @.c.ali| 00000530 65 6e 5f 68 6e 64 0a 20 20 20 20 20 20 20 20 63 |en_hnd. c| 00000540 63 20 24 28 63 63 66 6c 61 67 73 29 20 2d 6f 20 |c $(ccflags) -o | 00000550 40 2e 6f 2e 61 6c 69 65 6e 5f 68 6e 64 20 40 2e |@.o.alien_hnd @.| 00000560 63 2e 61 6c 69 65 6e 5f 68 6e 64 20 0a 40 2e 6f |c.alien_hnd .@.o| 00000570 2e 75 73 65 66 75 6c 3a 20 20 20 40 2e 63 2e 75 |.useful: @.c.u| 00000580 73 65 66 75 6c 0a 20 20 20 20 20 20 20 20 63 63 |seful. cc| 00000590 20 24 28 63 63 66 6c 61 67 73 29 20 2d 6f 20 40 | $(ccflags) -o @| 000005a0 2e 6f 2e 75 73 65 66 75 6c 20 40 2e 63 2e 75 73 |.o.useful @.c.us| 000005b0 65 66 75 6c 20 0a 40 2e 6f 2e 73 6f 75 6e 64 3a |eful .@.o.sound:| 000005c0 20 20 20 40 2e 63 2e 73 6f 75 6e 64 0a 20 20 20 | @.c.sound. | 000005d0 20 20 20 20 20 63 63 20 24 28 63 63 66 6c 61 67 | cc $(ccflag| 000005e0 73 29 20 2d 6f 20 40 2e 6f 2e 73 6f 75 6e 64 20 |s) -o @.o.sound | 000005f0 40 2e 63 2e 73 6f 75 6e 64 20 0a 0a 0a 23 20 44 |@.c.sound ...# D| 00000600 79 6e 61 6d 69 63 20 64 65 70 65 6e 64 65 6e 63 |ynamic dependenc| 00000610 69 65 73 3a 0a 6f 2e 73 68 69 70 3a 09 63 2e 73 |ies:.o.ship:.c.s| 00000620 68 69 70 0a 6f 2e 73 68 69 70 3a 09 44 65 73 6b |hip.o.ship:.Desk| 00000630 4c 69 62 3a 68 2e 4b 62 64 0a 6f 2e 73 68 69 70 |Lib:h.Kbd.o.ship| 00000640 3a 09 44 65 73 6b 4c 69 62 3a 68 2e 63 6f 72 65 |:.DeskLib:h.core| 00000650 0a 6f 2e 73 68 69 70 3a 09 50 6f 70 63 6f 72 6e |.o.ship:.Popcorn| 00000660 3a 68 2e 50 6f 70 63 6f 72 6e 0a 6f 2e 73 68 69 |:h.Popcorn.o.shi| 00000670 70 3a 09 68 2e 67 61 6d 65 0a 6f 2e 68 61 6e 64 |p:.h.game.o.hand| 00000680 6c 65 72 73 5f 61 3a 09 63 2e 68 61 6e 64 6c 65 |lers_a:.c.handle| 00000690 72 73 5f 61 0a 6f 2e 68 61 6e 64 6c 65 72 73 5f |rs_a.o.handlers_| 000006a0 61 3a 09 44 65 73 6b 4c 69 62 3a 68 2e 4b 62 64 |a:.DeskLib:h.Kbd| 000006b0 0a 6f 2e 68 61 6e 64 6c 65 72 73 5f 61 3a 09 44 |.o.handlers_a:.D| 000006c0 65 73 6b 4c 69 62 3a 68 2e 63 6f 72 65 0a 6f 2e |eskLib:h.core.o.| 000006d0 68 61 6e 64 6c 65 72 73 5f 61 3a 09 50 6f 70 63 |handlers_a:.Popc| 000006e0 6f 72 6e 3a 68 2e 50 6f 70 63 6f 72 6e 0a 6f 2e |orn:h.Popcorn.o.| 000006f0 68 61 6e 64 6c 65 72 73 5f 61 3a 09 44 65 73 6b |handlers_a:.Desk| 00000700 4c 69 62 3a 68 2e 43 6f 72 65 0a 6f 2e 68 61 6e |Lib:h.Core.o.han| 00000710 64 6c 65 72 73 5f 61 3a 09 68 2e 67 61 6d 65 0a |dlers_a:.h.game.| 00000720 6f 2e 68 61 6e 64 6c 65 72 73 5f 67 3a 09 63 2e |o.handlers_g:.c.| 00000730 68 61 6e 64 6c 65 72 73 5f 67 0a 6f 2e 68 61 6e |handlers_g.o.han| 00000740 64 6c 65 72 73 5f 67 3a 09 44 65 73 6b 4c 69 62 |dlers_g:.DeskLib| 00000750 3a 68 2e 4b 62 64 0a 6f 2e 68 61 6e 64 6c 65 72 |:h.Kbd.o.handler| 00000760 73 5f 67 3a 09 44 65 73 6b 4c 69 62 3a 68 2e 63 |s_g:.DeskLib:h.c| 00000770 6f 72 65 0a 6f 2e 68 61 6e 64 6c 65 72 73 5f 67 |ore.o.handlers_g| 00000780 3a 09 50 6f 70 63 6f 72 6e 3a 68 2e 50 6f 70 63 |:.Popcorn:h.Popc| 00000790 6f 72 6e 0a 6f 2e 68 61 6e 64 6c 65 72 73 5f 67 |orn.o.handlers_g| 000007a0 3a 09 44 65 73 6b 4c 69 62 3a 68 2e 43 6f 72 65 |:.DeskLib:h.Core| 000007b0 0a 6f 2e 68 61 6e 64 6c 65 72 73 5f 67 3a 09 68 |.o.handlers_g:.h| 000007c0 2e 67 61 6d 65 0a 6f 2e 68 61 6e 64 6c 65 72 73 |.game.o.handlers| 000007d0 5f 67 3a 09 68 2e 68 61 6e 64 6c 65 72 73 0a 6f |_g:.h.handlers.o| 000007e0 2e 72 74 73 6c 3a 09 63 2e 72 74 73 6c 0a 6f 2e |.rtsl:.c.rtsl.o.| 000007f0 72 74 73 6c 3a 09 68 2e 72 74 73 6c 0a 6f 2e 73 |rtsl:.h.rtsl.o.s| 00000800 6f 75 6e 64 3a 09 63 2e 73 6f 75 6e 64 0a 6f 2e |ound:.c.sound.o.| 00000810 73 6f 75 6e 64 3a 09 44 65 73 6b 4c 69 62 3a 68 |sound:.DeskLib:h| 00000820 2e 53 57 49 0a 6f 2e 73 6f 75 6e 64 3a 09 44 65 |.SWI.o.sound:.De| 00000830 73 6b 4c 69 62 3a 68 2e 43 6f 72 65 0a 6f 2e 73 |skLib:h.Core.o.s| 00000840 6f 75 6e 64 3a 09 50 6f 70 63 6f 72 6e 3a 68 2e |ound:.Popcorn:h.| 00000850 50 6f 70 63 6f 72 6e 0a 6f 2e 73 6f 75 6e 64 3a |Popcorn.o.sound:| 00000860 09 44 65 73 6b 4c 69 62 3a 68 2e 43 6f 72 65 0a |.DeskLib:h.Core.| 00000870 6f 2e 67 61 6d 65 3a 09 63 2e 67 61 6d 65 0a 6f |o.game:.c.game.o| 00000880 2e 67 61 6d 65 3a 09 44 65 73 6b 4c 69 62 3a 68 |.game:.DeskLib:h| 00000890 2e 45 72 72 6f 72 0a 6f 2e 67 61 6d 65 3a 09 44 |.Error.o.game:.D| 000008a0 65 73 6b 4c 69 62 3a 68 2e 43 6f 72 65 0a 6f 2e |eskLib:h.Core.o.| 000008b0 67 61 6d 65 3a 09 44 65 73 6b 4c 69 62 3a 68 2e |game:.DeskLib:h.| 000008c0 46 69 6c 65 0a 6f 2e 67 61 6d 65 3a 09 44 65 73 |File.o.game:.Des| 000008d0 6b 4c 69 62 3a 68 2e 53 57 49 0a 6f 2e 67 61 6d |kLib:h.SWI.o.gam| 000008e0 65 3a 09 44 65 73 6b 4c 69 62 3a 68 2e 47 46 58 |e:.DeskLib:h.GFX| 000008f0 0a 6f 2e 67 61 6d 65 3a 09 44 65 73 6b 4c 69 62 |.o.game:.DeskLib| 00000900 3a 68 2e 48 6f 75 72 67 6c 61 73 73 0a 6f 2e 67 |:h.Hourglass.o.g| 00000910 61 6d 65 3a 09 44 65 73 6b 4c 69 62 3a 68 2e 4b |ame:.DeskLib:h.K| 00000920 62 64 0a 6f 2e 67 61 6d 65 3a 09 44 65 73 6b 4c |bd.o.game:.DeskL| 00000930 69 62 3a 68 2e 53 57 49 0a 6f 2e 67 61 6d 65 3a |ib:h.SWI.o.game:| 00000940 09 50 6f 70 63 6f 72 6e 3a 68 2e 50 6f 70 63 6f |.Popcorn:h.Popco| 00000950 72 6e 0a 6f 2e 67 61 6d 65 3a 09 44 65 73 6b 4c |rn.o.game:.DeskL| 00000960 69 62 3a 68 2e 43 6f 72 65 0a 6f 2e 67 61 6d 65 |ib:h.Core.o.game| 00000970 3a 09 68 2e 73 6f 75 6e 64 0a 6f 2e 67 61 6d 65 |:.h.sound.o.game| 00000980 3a 09 68 2e 75 73 65 66 75 6c 0a 6f 2e 67 61 6d |:.h.useful.o.gam| 00000990 65 3a 09 68 2e 77 61 76 65 73 0a 6f 2e 77 61 76 |e:.h.waves.o.wav| 000009a0 65 73 3a 09 63 2e 77 61 76 65 73 0a 6f 2e 77 61 |es:.c.waves.o.wa| 000009b0 76 65 73 3a 09 44 65 73 6b 4c 69 62 3a 68 2e 46 |ves:.DeskLib:h.F| 000009c0 69 6c 65 0a 6f 2e 77 61 76 65 73 3a 09 44 65 73 |ile.o.waves:.Des| 000009d0 6b 4c 69 62 3a 68 2e 43 6f 72 65 0a 6f 2e 77 61 |kLib:h.Core.o.wa| 000009e0 76 65 73 3a 09 44 65 73 6b 4c 69 62 3a 68 2e 53 |ves:.DeskLib:h.S| 000009f0 57 49 0a 6f 2e 77 61 76 65 73 3a 09 44 65 73 6b |WI.o.waves:.Desk| 00000a00 4c 69 62 3a 68 2e 53 57 49 0a 6f 2e 77 61 76 65 |Lib:h.SWI.o.wave| 00000a10 73 3a 09 50 6f 70 63 6f 72 6e 3a 68 2e 50 6f 70 |s:.Popcorn:h.Pop| 00000a20 63 6f 72 6e 0a 6f 2e 77 61 76 65 73 3a 09 44 65 |corn.o.waves:.De| 00000a30 73 6b 4c 69 62 3a 68 2e 43 6f 72 65 0a 6f 2e 77 |skLib:h.Core.o.w| 00000a40 61 76 65 73 3a 09 68 2e 67 61 6d 65 0a 6f 2e 77 |aves:.h.game.o.w| 00000a50 61 76 65 73 3a 09 68 2e 73 6f 75 6e 64 0a 6f 2e |aves:.h.sound.o.| 00000a60 77 61 76 65 73 3a 09 68 2e 75 73 65 66 75 6c 0a |waves:.h.useful.| 00000a70 6f 2e 6d 61 69 6e 5f 68 6e 64 3a 09 63 2e 6d 61 |o.main_hnd:.c.ma| 00000a80 69 6e 5f 68 6e 64 0a 6f 2e 6d 61 69 6e 5f 68 6e |in_hnd.o.main_hn| 00000a90 64 3a 09 44 65 73 6b 4c 69 62 3a 68 2e 4b 62 64 |d:.DeskLib:h.Kbd| 00000aa0 0a 6f 2e 6d 61 69 6e 5f 68 6e 64 3a 09 44 65 73 |.o.main_hnd:.Des| 00000ab0 6b 4c 69 62 3a 68 2e 63 6f 72 65 0a 6f 2e 6d 61 |kLib:h.core.o.ma| 00000ac0 69 6e 5f 68 6e 64 3a 09 44 65 73 6b 4c 69 62 3a |in_hnd:.DeskLib:| 00000ad0 68 2e 53 57 49 0a 6f 2e 6d 61 69 6e 5f 68 6e 64 |h.SWI.o.main_hnd| 00000ae0 3a 09 50 6f 70 63 6f 72 6e 3a 68 2e 50 6f 70 63 |:.Popcorn:h.Popc| 00000af0 6f 72 6e 0a 6f 2e 6d 61 69 6e 5f 68 6e 64 3a 09 |orn.o.main_hnd:.| 00000b00 44 65 73 6b 4c 69 62 3a 68 2e 43 6f 72 65 0a 6f |DeskLib:h.Core.o| 00000b10 2e 6d 61 69 6e 5f 68 6e 64 3a 09 68 2e 67 61 6d |.main_hnd:.h.gam| 00000b20 65 0a 6f 2e 6d 61 69 6e 5f 68 6e 64 3a 09 68 2e |e.o.main_hnd:.h.| 00000b30 73 6f 75 6e 64 0a 6f 2e 6d 61 69 6e 5f 68 6e 64 |sound.o.main_hnd| 00000b40 3a 09 68 2e 75 73 65 66 75 6c 0a 6f 2e 75 73 65 |:.h.useful.o.use| 00000b50 66 75 6c 3a 09 63 2e 75 73 65 66 75 6c 0a 6f 2e |ful:.c.useful.o.| 00000b60 75 73 65 66 75 6c 3a 09 44 65 73 6b 4c 69 62 3a |useful:.DeskLib:| 00000b70 68 2e 45 72 72 6f 72 0a 6f 2e 75 73 65 66 75 6c |h.Error.o.useful| 00000b80 3a 09 44 65 73 6b 4c 69 62 3a 68 2e 43 6f 72 65 |:.DeskLib:h.Core| 00000b90 0a 6f 2e 75 73 65 66 75 6c 3a 09 50 6f 70 63 6f |.o.useful:.Popco| 00000ba0 72 6e 3a 68 2e 50 6f 70 63 6f 72 6e 0a 6f 2e 75 |rn:h.Popcorn.o.u| 00000bb0 73 65 66 75 6c 3a 09 44 65 73 6b 4c 69 62 3a 68 |seful:.DeskLib:h| 00000bc0 2e 43 6f 72 65 0a 6f 2e 75 73 65 66 75 6c 3a 09 |.Core.o.useful:.| 00000bd0 68 2e 67 61 6d 65 0a 6f 2e 75 73 65 66 75 6c 3a |h.game.o.useful:| 00000be0 09 68 2e 73 6f 75 6e 64 0a 6f 2e 61 6c 69 65 6e |.h.sound.o.alien| 00000bf0 5f 68 6e 64 3a 09 63 2e 61 6c 69 65 6e 5f 68 6e |_hnd:.c.alien_hn| 00000c00 64 0a 6f 2e 61 6c 69 65 6e 5f 68 6e 64 3a 09 44 |d.o.alien_hnd:.D| 00000c10 65 73 6b 4c 69 62 3a 68 2e 4b 62 64 0a 6f 2e 61 |eskLib:h.Kbd.o.a| 00000c20 6c 69 65 6e 5f 68 6e 64 3a 09 44 65 73 6b 4c 69 |lien_hnd:.DeskLi| 00000c30 62 3a 68 2e 63 6f 72 65 0a 6f 2e 61 6c 69 65 6e |b:h.core.o.alien| 00000c40 5f 68 6e 64 3a 09 50 6f 70 63 6f 72 6e 3a 68 2e |_hnd:.Popcorn:h.| 00000c50 50 6f 70 63 6f 72 6e 0a 6f 2e 61 6c 69 65 6e 5f |Popcorn.o.alien_| 00000c60 68 6e 64 3a 09 44 65 73 6b 4c 69 62 3a 68 2e 43 |hnd:.DeskLib:h.C| 00000c70 6f 72 65 0a 6f 2e 61 6c 69 65 6e 5f 68 6e 64 3a |ore.o.alien_hnd:| 00000c80 09 68 2e 67 61 6d 65 0a 6f 2e 61 6c 69 65 6e 5f |.h.game.o.alien_| 00000c90 68 6e 64 3a 09 68 2e 73 6f 75 6e 64 0a |hnd:.h.sound.| 00000c9d