home *** CD-ROM | disk | FTP | other *** search
/ NOVA - For the NeXT Workstation / NOVA - For the NeXT Workstation.iso / SourceCode / ObjectPalette / PB.project < prev    next >
Encoding:
Text File  |  1992-12-19  |  589 b   |  22 lines

  1. FILESTABLE = {
  2.     PSW_FILES = (title.psw);
  3.     CLASSES = (ObjectPalette.m, ObjectView.m, SumObject.m);
  4.     OTHER_RESOURCES = (palette.table);
  5.     OTHER_SOURCES = (Makefile);
  6.     H_FILES = (ObjectPalette.h, ObjectView.h, SumObject.h);
  7.     INTERFACES = (ObjectPalette.nib);
  8.     IMAGES = (ObjectPalette.tiff, Sobject.tiff);
  9.     OTHER_LINKED = ();
  10. };
  11. LOCALIZABLE_FILES = {
  12.     ObjectPalette.nib;
  13. };
  14. LANGUAGE = English;
  15. PROJECTVERSION = 1.1;
  16. INSTALLDIR = /NextDeveloper/Palettes;
  17. PROJECTTYPE = Palette;
  18. PROJECTNAME = ObjectPalette;
  19. MAINNIB = ObjectTest;
  20. DOCEXTENSIONS = ();
  21. DOCICONFILES = ();
  22.