home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-09-17 | 1.4 KB | 48 lines | [TEXT/MPS ] |
- # This script uses a combination of MPW scripts to build
- # the CFM-68K ODFLibrary (debug build)
- #
- # This script also assumes that you have placed UserStartup•ODF in your MPW folder.
-
- ### Tell the FWBuild script where your precompiled header files are located.
-
- Set FWPreCompHdrDir "{ODF}SL68KDebug:Precompile∂ Headers:"
- Export FWPreCompHdrDir
-
- # {FWBldType} - Should be either "Debug" or "Release".
-
- Set FWBldType "Debug"
- Export FWBldType
-
- ##### Resources and SOM
- Directory "{ODF}SL68KDebug:"
- FWBuild -SymantecCFM "{ODF}ODFLibrary:ODFLibrary.IDE"
- FWBuild -SymantecCFM "{ODF}Found:FWRefCnt:ODFRefCnt.IDE"
- FWBuild -SymantecCFM "{ODF}Found:FWStream:ODFObjReg.IDE"
- FWBuild -SymantecCFM "{ODF}Found:FWString:ODFString.IDE"
- FWBuild -SymantecCFM "{ODF}OS:FWFiles:FWFiles.IDE"
- FWBuild -SymantecCFM "{ODF}OS:FWResour:FWResour.IDE"
- FWBuild -SymantecCFM "{ODF}OS:FWODMisc:FWODMisc.IDE"
- FWBuild -SymantecCFM "{ODF}OS:FWToolbx:FWToolbx.IDE"
- FWBuild -SymantecCFM "{ODF}Framewrk:FWSemEvt:FWSemEvt.IDE"
-
-
- ##### Precompiled headers for shared library only
-
- Directory "{ODF}SL68KDebug:"
- FWBuild68KCFM "{ODF}PrecompH:PrecompH"
-
- ##### OpenDoc Utility classes (static link library)
-
- Echo "∂nBuilding ODUtils"
- FWBuild68KCFM "{ODF}Found:ODUtils:ODUtils.LIB"
-
- ##### ODF Library (dynamic link library)
-
- Echo "∂nBuilding ODFLibrary"
-
- FWBuild -Pre "{ODF}Tools:Mac:MacMake68K.dfn" ∂
- -SymantecCFM -modelCFMSeg ∂
- -LinkOptions '-vercur 17858560 -verdef 16809984' ∂
- "{ODF}"ODFLibrary:ODFLibrary.CFM
-
-