mirror of
https://github.com/elliotnunn/mac-rom.git
synced 2025-01-06 14:30:37 +00:00
96 lines
2.7 KiB
Plaintext
96 lines
2.7 KiB
Plaintext
|
Make Release Notes
|
|||
|
First created on: 3/31/93 5:01:05 PM
|
|||
|
|
|||
|
----------------------------------------------------------<2D>----------------------------------------------------------
|
|||
|
|
|||
|
3/31/93 5:01:10 PM
|
|||
|
|
|||
|
File: DisplaysPriv.a,2
|
|||
|
Owner: Ian Hendry
|
|||
|
Project: SuperMarioProj<6F>Internal<61>Asm<73>
|
|||
|
|
|||
|
File: MenuMgrPriv.a,2
|
|||
|
Owner: Ian Hendry
|
|||
|
Project: SuperMarioProj<6F>Internal<61>Asm<73>
|
|||
|
|
|||
|
File: DisplaysPriv.h,2
|
|||
|
Owner: Ian Hendry
|
|||
|
Project: SuperMarioProj<6F>Internal<61>C<EFBFBD>
|
|||
|
|
|||
|
File: MenuMgrPriv.h,4
|
|||
|
Owner: Ian Hendry
|
|||
|
Project: SuperMarioProj<6F>Internal<61>C<EFBFBD>
|
|||
|
|
|||
|
File: MainCode.Make,4
|
|||
|
Owner: Ian Hendry
|
|||
|
Project: SuperMarioProj<6F>Make<6B>
|
|||
|
|
|||
|
File: RISC.make,23
|
|||
|
Owner: Ian Hendry
|
|||
|
Project: SuperMarioProj<6F>Make<6B>
|
|||
|
|
|||
|
File: Universal.make,11
|
|||
|
Owner: Ian Hendry
|
|||
|
Project: SuperMarioProj<6F>Make<6B>
|
|||
|
|
|||
|
File: DisplayMgr.c,2
|
|||
|
Owner: Ian Hendry
|
|||
|
Project: SuperMarioProj<6F>Toolbox<6F>DisplayMgr<67>
|
|||
|
|
|||
|
File: Toolbox.make,2
|
|||
|
Owner: Ian Hendry
|
|||
|
Project: SuperMarioProj<6F>Toolbox<6F>
|
|||
|
|
|||
|
File: WindowMgr.a,27
|
|||
|
Owner: Ian Hendry
|
|||
|
Project: SuperMarioProj<6F>Toolbox<6F>WindowMgr<67>
|
|||
|
|
|||
|
Radar bug:
|
|||
|
|
|||
|
> Release notes for this change:
|
|||
|
|
|||
|
Check in Display Manager to build.
|
|||
|
|
|||
|
Check in fix to have standardequates build follow the FastROMTraps automatically (Script
|
|||
|
CreateStdEquAOptions parses the feature set to determine how to set the Standard equates
|
|||
|
flags). I added this to only to Universal.Make and RISC.make.
|
|||
|
|
|||
|
Display Manager is included in RISC builds and available on Universal Builds.
|
|||
|
|
|||
|
> What was tested:
|
|||
|
|
|||
|
Did full builds of Universal and PDM.
|
|||
|
----------------------------------------------------------<2D>----------------------------------------------------------
|
|||
|
4/8/93 7:59:34 PM
|
|||
|
|
|||
|
File: MainCode.Make,10
|
|||
|
Owner: Ian Hendry
|
|||
|
Project: SuperMarioProj<6F>Make<6B>
|
|||
|
|
|||
|
File: RISC.make,32
|
|||
|
Owner: Ian Hendry
|
|||
|
Project: SuperMarioProj<6F>Make<6B>
|
|||
|
|
|||
|
File: Toolbox.make,6
|
|||
|
Owner: Ian Hendry
|
|||
|
Project: SuperMarioProj<6F>Toolbox<6F>
|
|||
|
|
|||
|
Radar bug:
|
|||
|
|
|||
|
> Release notes for this change:
|
|||
|
|
|||
|
Re-introduce display manager feature to RISC build. See Display Manager release notes.
|
|||
|
|
|||
|
Changing the default value of the hasDisplayMgr files by adding it to the RISC features
|
|||
|
does not automatically build everything that needs to be built. I will be touching the
|
|||
|
files DispTable.a and WindowMgr.a which use the hasDisplayMgr flag but do not otherwise
|
|||
|
depend on display manager and (if not rebuilt) do not initialize display manager. This
|
|||
|
should avoid forcing everyone to do a full build because they do not know they must
|
|||
|
recompile these files.
|
|||
|
|
|||
|
> What was tested:
|
|||
|
|
|||
|
Built and tested on PDM. I will be doing an incremental build myself to make sure I have
|
|||
|
not left anything out.
|
|||
|
----------------------------------------------------------<2D>----------------------------------------------------------
|