mac-rom/Tidbits/ROM_EM/ROM_EM.Resources.make
Elliot Nunn 4325cdcc78 Bring in CubeE sources
Resource forks are included only for .rsrc files. These are DeRezzed into their data fork. 'ckid' resources, from the Projector VCS, are not included.

The Tools directory, containing mostly junk, is also excluded.
2017-12-26 09:52:23 +08:00

33 lines
877 B
Makefile

#
# File: Resources.make
#
# Contains: Makefile to build the various resources.
#
# Written by: Kurt Clark
#
# Copyright: © 1992-1993 by Apple Computer, Inc. All rights reserved.
#
# Change History (most recent first):
#
# <SM3> 3/31/93 kc Remove build commands for RomResources.rsrc. It is now included
# by the romlayout files.
# <SM2> 2/22/93 CSS Correct spelling of Resource (from Resoruce).
"{RsrcDir}ROMFonts.rsrc" Ä "{ResourceDir}ROMFonts.r"
Rez {StdROpts} "{ResourceDir}ROMFonts.r" -o "{Targ}"
"{RsrcDir}ROMApple2Fonts.rsrc" Ä "{ResourceDir}ROMApple2Fonts.r"
Rez {StdROpts} "{ResourceDir}ROMApple2Fonts.r" -o "{Targ}"
"{RsrcDir}MiscROMRsrcs.rsrc" Ä "{ResourceDir}MiscROMRsrcs.r"
Rez {StdROpts} "{ResourceDir}MiscROMRsrcs.r" -o "{Targ}"
"{RsrcDir}ROM_EM.rsrc" Ä "{ResourceDir}ROM_EM.r"
Rez {StdROpts} {ResourceDir}ROM_EM.r -o {Targ}