home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-08-16 | 1.2 KB | 36 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.
-
- ##### 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}OS:FWGraphx:FWGraphx.IDE"
- FWBuild -SymantecCFM "{ODF}OS:FWMenu:FWMenu.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"
- FWBuild68KCFM "-LinkOptions '-vercur 16809984 -verdef 16809984' {ODF}ODFLibrary:ODFLibrary.CFM"
-
-