home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1994 June / NEBULA_SE.ISO / SourceCode / MiscKit / Examples / MiscStringService / PB.project < prev    next >
Encoding:
Text File  |  1994-01-09  |  625 b   |  26 lines

  1. INSTALLDIR = "$(HOME)/Apps";
  2. APPICON = app.tiff;
  3. GENERATEMAIN = YES;
  4. DOCICONFILES = ();
  5. FILESTABLE = {
  6.     OTHER_LIBS = (Media_s, MiscKit, NeXT_s);
  7.     CLASSES = (Controller.m);
  8.     OTHER_SOURCES = (Makefile);
  9.     INTERFACES = (MiscStringService.nib);
  10.     H_FILES = (Controller.h);
  11.     IMAGES = (app.tiff);
  12.     OTHER_LINKED = ();
  13.     M_FILES = (MiscStringService_main.m);
  14. };
  15. APPCLASS = Application;
  16. MAINNIB = MiscStringService;
  17. DOCEXTENSIONS = ();
  18. PROJECTTYPE = Application;
  19. PROJECTVERSION = 1.1;
  20. LOCALIZABLE_FILES = {
  21.     MiscStringService.nib;
  22. };
  23. PROJECTNAME = MiscStringService;
  24. SYSTEMEXTENSIONS = ();
  25. LANGUAGE = English;
  26.