home *** CD-ROM | disk | FTP | other *** search
- AppName = Protocol
-
- Creator = 'prot'
-
- # 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" ╢
- "{SrcMacApp}UTEView.p"
-
- # List here the same MacApp building blocks as object files (for linking)
-
- BuildingBlockObjs = ╢
- "{ObjMacApp}UPrinting.p.o" ╢
- "{ObjMacApp}UTEView.p.o"
-
- # List any additional pascal interface files which your application uses
-
- OtherInterfaces = UProtocolChart.p
-
- # 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 = UProtocolChart.p.o
-
- # 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)
-
- "UProtocolChart.p.o" ─ "UProtocolChart.inc1.p" {BuildingBlockIntf} {MacAppIntf}
-
- # 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" ╢
- "{RezMacApp}Dialog.rsrc" ╢
- ProtocolExtras.rsrc
-