mirror of
https://github.com/elliotnunn/mac-rom.git
synced 2024-12-22 08:30:05 +00:00
4325cdcc78
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.
37 lines
1.1 KiB
Makefile
37 lines
1.1 KiB
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):
|
|
#
|
|
# <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" Ä "{ResourceDir}ROMFonts.r" ¶
|
|
"{RIncludes}SysTypes.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" ¶
|
|
"{RIncludes}GestaltEqu.h" ¶
|
|
"{IntRIncludes}GestaltPriv.r" ¶
|
|
"{RIncludes}SysTypes.r" ¶
|
|
"{RIncludes}Types.r"
|
|
Rez {StdROpts} "{ResourceDir}MiscROMRsrcs.r" -o "{Targ}"
|
|
|
|
|