Subversion Repositories filter_foundry

Rev

Rev 2 | Rev 11 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2 Rev 8
Line 108... Line 108...
108
       
108
       
109
        return e;
109
        return e;
110
}
110
}
111
 
111
 
112
#if 0
112
#if 0
-
 
113
// FIXME: The Mach-O build (for CS2/Mac) definitely will need something similar to the following!
-
 
114
// but without bothering with the MacOSClassic parts
-
 
115
 
113
OSErr make_bundle(StandardFileReply *sfr, short plugvol,long plugdir,StringPtr plugname){
116
OSErr make_bundle(StandardFileReply *sfr, short plugvol,long plugdir,StringPtr plugname){
114
        short dstvol = sfr->sfFile.vRefNum;
117
        short dstvol = sfr->sfFile.vRefNum;
115
        long bundledir,contentsdir,macosdir,macoscdir;
118
        long bundledir,contentsdir,macosdir,macoscdir;
116
        DInfo fndrInfo;
119
        DInfo fndrInfo;
117
        OSErr e;
120
        OSErr e;