home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextDeveloper / Examples / NEXTIME / SimplePlayer / PB.project < prev    next >
Text File  |  1995-12-21  |  1KB  |  35 lines

  1. {
  2.     APPCLASS = NSApplication; 
  3.     APPICON = SimplePlayerapp.tiff; 
  4.     DOCUMENTEXTENSIONS = (
  5.         {Extension = mov; Image = MovieFile.tiff; IsPrimary = YES; }, 
  6.         {Extension = movie; Image = MovieFile.tiff; IsPrimary = YES; }, 
  7.         {Extension = MOV; Image = MovieFile.tiff; IsPrimary = YES; }, 
  8.         {Extension = moov; Image = MovieFile.tiff; IsPrimary = YES; }, 
  9.         {Extension = qt; Image = MovieFile.tiff; IsPrimary = YES; }
  10.     ); 
  11.     FILESTABLE = {
  12.         CLASSES = (Controller.m, Document.m, DocumentView.m, SimplePlayer_Globals.m); 
  13.         FRAMEWORKS = (NEXTIME.framework, SoundKit.framework, AppKit.framework, Foundation.framework); 
  14.         FRAMEWORKSEARCH = (); 
  15.         H_FILES = (Controller.h, Document.h, DocumentView.h, SimplePlayer_Globals.h); 
  16.         IMAGES = (MovieFile.tiff, SimplePlayerapp.tiff); 
  17.         INTERFACES = (InfoPanel.nib, PreferencesPanel.nib, SimplePlayer.nib); 
  18.         M_FILES = (); 
  19.         OTHER_LINKED = (SimplePlayer_main.m); 
  20.         OTHER_SOURCES = (Makefile.preamble, Makefile, Makefile.postamble, m.template, h.template); 
  21.     }; 
  22.     GENERATEMAIN = YES; 
  23.     INSTALLDIR = "~/Apps"; 
  24.     LANGUAGE = English; 
  25.     LOCALIZABLE_FILES = {
  26.         InfoPanel.nib = InfoPanel.nib; 
  27.         PreferencesPanel.nib = PreferencesPanel.nib; 
  28.         SimplePlayer.nib = SimplePlayer.nib; 
  29.     }; 
  30.     MAINNIB = SimplePlayer; 
  31.     PROJECTNAME = SimplePlayer; 
  32.     PROJECTTYPE = Application; 
  33.     PROJECTVERSION = 2.2; 
  34. }
  35.