home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OpenStep 4.2J (Developer)
/
os42jdev.iso
/
NextDeveloper
/
Examples
/
NEXTIME
/
SimplePlayer
/
PB.project
< prev
next >
Wrap
Text File
|
1995-12-21
|
1KB
|
35 lines
{
APPCLASS = NSApplication;
APPICON = SimplePlayerapp.tiff;
DOCUMENTEXTENSIONS = (
{Extension = mov; Image = MovieFile.tiff; IsPrimary = YES; },
{Extension = movie; Image = MovieFile.tiff; IsPrimary = YES; },
{Extension = MOV; Image = MovieFile.tiff; IsPrimary = YES; },
{Extension = moov; Image = MovieFile.tiff; IsPrimary = YES; },
{Extension = qt; Image = MovieFile.tiff; IsPrimary = YES; }
);
FILESTABLE = {
CLASSES = (Controller.m, Document.m, DocumentView.m, SimplePlayer_Globals.m);
FRAMEWORKS = (NEXTIME.framework, SoundKit.framework, AppKit.framework, Foundation.framework);
FRAMEWORKSEARCH = ();
H_FILES = (Controller.h, Document.h, DocumentView.h, SimplePlayer_Globals.h);
IMAGES = (MovieFile.tiff, SimplePlayerapp.tiff);
INTERFACES = (InfoPanel.nib, PreferencesPanel.nib, SimplePlayer.nib);
M_FILES = ();
OTHER_LINKED = (SimplePlayer_main.m);
OTHER_SOURCES = (Makefile.preamble, Makefile, Makefile.postamble, m.template, h.template);
};
GENERATEMAIN = YES;
INSTALLDIR = "~/Apps";
LANGUAGE = English;
LOCALIZABLE_FILES = {
InfoPanel.nib = InfoPanel.nib;
PreferencesPanel.nib = PreferencesPanel.nib;
SimplePlayer.nib = SimplePlayer.nib;
};
MAINNIB = SimplePlayer;
PROJECTNAME = SimplePlayer;
PROJECTTYPE = Application;
PROJECTVERSION = 2.2;
}