mac-rom/Toolbox/DictionaryMgr/DictionaryMgr.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

37 lines
1.1 KiB
Makefile

#
# File: DictionaryMgr.make
#
# Contains: Makefile for the Dictionary Manager Package.
#
# Written by: Chas Spillar
#
# Copyright: © 1992 by Apple Computer, Inc. All rights reserved.
#
# Change History (most recent first):
#
# <SM2> 12/23/92 kc Change {DictionaryMgr} to {DictionaryMgrDir}.
# <SM1> 12/14/92 CSS Added to Project.
#
#______________________________________________________________________________________________
#
DictMgrPackObjs = "{ObjDir}DictionaryMgr.a.o"
"{ObjDir}Dictionary.c.o"
"{ObjDir}BTreeGlue.a.o"
"{IfObjDir}Interface.o"
"{RsrcDir}DictionaryMgr.rsrc" Ä {DictMgrPackObjs}
Link -o {Targ} {DictMgrPackObjs} {StdLOpts} -rt dimg=-16385 -m DictionaryMgrPackEntry
"{ObjDir}DictionaryMgr.a.o" Ä "{ObjDir}StandardEqu.d"
"{IntAIncludes}DispatchHelperPriv.a"
"{DictionaryMgrDir}DictionaryMgr.a"
Asm {StdAOpts} -o "{Targ}" "{DictionaryMgrDir}DictionaryMgr.a"
{ObjDir}Dictionary.c.o Ä "{DictionaryMgrDir}Dictionary.c"
C {StdCOpts} -o "{Targ}" {DictionaryMgrDir}Dictionary.c