shoebill/core/video_rom/shoebill_video.make
Peter Rutenbar 5c1fdf6b73 VIA Timers + 16/32-bit video support
- VIA timers should probably work now, although it turns out A/UX rarely uses them
  (only during startup to time a dbra loop and other stuff)

- Updated video.c and the fake nubus video card driver to support "thousands"
  and "millions" of colors when 32-bit QuickDraw is available
2014-06-02 00:59:08 -04:00

1 line
325 B
Makefile
Executable File

# File: shoebill_video.make
# Target: shoebill_video
# Sources: shoebill_video_rom.a
OBJECTS = shoebill_video_rom.a.o
shoebill_video ÄÄ shoebill_video.make {OBJECTS}
Link
{OBJECTS}
-o shoebill_video
shoebill_video_rom.a.o Ä shoebill_video.make shoebill_video_rom.a
Asm shoebill_video_rom.a