home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Carousel
/
CAROUSEL.cdr
/
mactosh
/
code
/
p_fracap.sit
/
FracAppPalette.make
< prev
next >
Wrap
Text File
|
1988-08-17
|
2KB
|
77 lines
#
# Apple Macintosh Developer Technical Support
#
# MacApp Color QuickDraw Palette Fractal Sample Application
#
# FracAppPalette
#
# FracAppPalette.make - Make Source
#
# Copyright ⌐ 1988 Apple Computer, Inc.
# All rights reserved.
#
# Versions: 1.0 8/88
#
# Components: MFracAppPalette.p August 1, 1988
# UFracAppPalette.p August 1, 1988
# UFracAppPalette.inc1.p August 1, 1988
# FracAppPalette.r August 1, 1988
# FracAppPalette.make August 1, 1988
#
#Copyright ⌐ 1986 Apple Computer, Inc. All rights reserved.
AppName = FracAppPalette
Creator = 'Arf '
# List the system libraries that your application needs to link with.
# If you are not sure, list everything and the linker will tell you
# which ones it did not need
NeededSysLibs = ╢
"{Libraries}RunTime.o" ╢
"{Libraries}Interface.o" ╢
"{PLibraries}PasLib.o"
# List here the MacApp building blocks that your application uses
BuildingBlockIntf = ╢
"{SrcMacApp}UPrinting.p"
# List the same MacApp building blocks as object files (for linking)
BuildingBlockObjs = ╢
"{ObjMacApp}UPrinting.p.o"
# List any additional pascal interface files which your application uses
OtherInterfaces =
# By default MacApp.make links the above libraries, all of MacApp,
# and the files UAppName.p.o and MAppName.p.o
# List any additional files that your program links with:
OtherLinkFiles =
# Specify any -sn (segment alias) linker options that you want included.
OtherSegMappings =
# List the dependencies of the additional files
# (and special build rules, if any)
UFracAppPalette.p.o ─ UFracAppPalette.p
echo Compiling UFracAppPalette.p (with -mc68881)
Pascal UFracAppPalette.p {Debugging} {PascalOptions} -mc68881 ╢
-d qNeedsROM128K={NeedsROM128K} ╢
-i "{SrcMacApp}" -k "{LoadMacApp}" -o {Targ}
# List Rez files other than AppName.r that need to Rez'ed with the application
OtherRezFiles =
# List resource files that the Rez file includes
OtherRsrcFiles = ╢
"{RezMacApp}Printing.rsrc"