home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextDeveloper / Examples / AppKit / Yap / PB.project < prev    next >
Text File  |  1996-08-30  |  2KB  |  77 lines

  1. {
  2.     APPCLASS = NSApplication; 
  3.     FILESTABLE = {
  4.         BUNDLES = (); 
  5.         CLASSES = (
  6.             Controller.m, 
  7.             Document.m, 
  8.             IntegerFormatter.m, 
  9.             Preferences.m, 
  10.             TextFinder.m, 
  11.             YapOutput.m, 
  12.             YapDocument.m
  13.         ); 
  14.         FRAMEWORKS = (AppKit.framework, Foundation.framework); 
  15.         H_FILES = (
  16.             Controller.h, 
  17.             Document.h, 
  18.             IntegerFormatter.h, 
  19.             Preferences.h, 
  20.             TextFinder.h, 
  21.             YapOutput.h, 
  22.             YapDocument.h
  23.         ); 
  24.         IMAGES = (Yap.tiff, YapApp.ico, YapTitle.tiff); 
  25.         INTERFACES = (
  26.             Document.nib, 
  27.             FindPanel.nib, 
  28.             Info.nib, 
  29.             Preferences.nib, 
  30.             Yap.nib, 
  31.             "Yap-winnt.nib"
  32.         ); 
  33.         LIBS = (); 
  34.         OTHER_LINKED = (YapWrap.psw, Yap_main.m); 
  35.         OTHER_RESOURCES = (FindPanel.strings, IntegerFormatter.strings, Localizable.strings); 
  36.         OTHER_SOURCES = (
  37.             Makefile.preamble, 
  38.             Makefile, 
  39.             Makefile.postamble, 
  40.             m.template, 
  41.             h.template, 
  42.             README.rtf
  43.         ); 
  44.         SUBPROJECTS = (); 
  45.         TOOLS = (); 
  46.     }; 
  47.     GENERATEMAIN = YES; 
  48.     LANGUAGE = English; 
  49.     LOCALIZABLE_FILES = {
  50.         Document.nib = Document.nib; 
  51.         FindPanel.nib = FindPanel.nib; 
  52.         FindPanel.strings = FindPanel.strings; 
  53.         Info.nib = Info.nib; 
  54.         IntegerFormatter.strings = IntegerFormatter.strings; 
  55.         Localizable.strings = Localizable.strings; 
  56.         Preferences.nib = Preferences.nib; 
  57.         "Yap-winnt.nib" = "Yap-winnt.nib"; 
  58.         Yap.nib = Yap.nib; 
  59.     }; 
  60.     MAKEFILEDIR = "$(NEXT_ROOT)/NextDeveloper/Makefiles/pb_makefiles"; 
  61.     NEXTSTEP_APPICON = Yap.tiff; 
  62.     NEXTSTEP_BUILDTOOL = /bin/gnumake; 
  63.     NEXTSTEP_DOCUMENTEXTENSIONS = (); 
  64.     NEXTSTEP_INSTALLDIR = /NextDeveloper/Apps; 
  65.     NEXTSTEP_MAINNIB = Yap; 
  66.     PDO_UNIX_MAINNIB = Yap; 
  67.     PROJECTNAME = Yap; 
  68.     PROJECTTYPE = Application; 
  69.     PROJECTVERSION = 2.6; 
  70.     SYSTEMEXTENSIONS = (); 
  71.     WINDOWS_APPICON = YapApp.ico; 
  72.     WINDOWS_BUILDTOOL = $NEXT_ROOT/NextDeveloper/Executables/make; 
  73.     WINDOWS_DOCUMENTEXTENSIONS = (); 
  74.     WINDOWS_INSTALLDIR = /NextDemos; 
  75.     WINDOWS_MAINNIB = Yap; 
  76. }
  77.