mirror of
https://github.com/elliotnunn/mac-rom.git
synced 2025-01-03 09:31:04 +00:00
37 lines
1.1 KiB
Plaintext
37 lines
1.1 KiB
Plaintext
|
#
|
|||
|
# File: Resources.make
|
|||
|
#
|
|||
|
# Contains: Makefile to build the various resources.
|
|||
|
#
|
|||
|
# Written by: Kurt Clark
|
|||
|
#
|
|||
|
# Copyright: <09> 1992-1993 by Apple Computer, Inc. All rights reserved.
|
|||
|
#
|
|||
|
# Change History (most recent first):
|
|||
|
#
|
|||
|
# <SM5> 8/17/93 BG Added dependency references for the source files (.r's) as well
|
|||
|
# as the .rsrcs.
|
|||
|
# <SM4> 5/30/93 SAM Moved ROM_EM to Tidbits.
|
|||
|
# <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" <09> "{ResourceDir}ROMFonts.r" <09>
|
|||
|
"{RIncludes}SysTypes.r"
|
|||
|
Rez {StdROpts} "{ResourceDir}ROMFonts.r" -o "{Targ}"
|
|||
|
|
|||
|
|
|||
|
"{RsrcDir}ROMApple2Fonts.rsrc" <09> "{ResourceDir}ROMApple2Fonts.r"
|
|||
|
Rez {StdROpts} "{ResourceDir}ROMApple2Fonts.r" -o "{Targ}"
|
|||
|
|
|||
|
|
|||
|
"{RsrcDir}MiscROMRsrcs.rsrc" <09> "{ResourceDir}MiscROMRsrcs.r" <09>
|
|||
|
"{RIncludes}GestaltEqu.h" <09>
|
|||
|
"{IntRIncludes}GestaltPriv.r" <09>
|
|||
|
"{RIncludes}SysTypes.r" <09>
|
|||
|
"{RIncludes}Types.r"
|
|||
|
Rez {StdROpts} "{ResourceDir}MiscROMRsrcs.r" -o "{Targ}"
|
|||
|
|
|||
|
|