home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.0 / NeXTSTEP3.0.iso / NextDeveloper / Examples / DistributedObjects / remoteSpot / PB.project < prev    next >
Text File  |  1992-07-24  |  655b  |  25 lines

  1. INSTALLDIR = "$(HOME)/Apps";
  2. APPICON = icon.tiff;
  3. GENERATEMAIN = NO;
  4. DOCICONFILES = ();
  5. FILESTABLE = {
  6.     OTHER_LIBS = (Media_s, NeXT_s);
  7.     CLASSES = (ClientRecord.m, FullCopyList.m, Spot.m, SpotView.m, Thinker.m);
  8.     OTHER_SOURCES = (.dir.tiff);
  9.     H_FILES = (ClientRecord.h, FullCopyList.h, Spot.h, SpotView.h, Thinker.h);
  10.     INTERFACES = (RemoteSpot.nib);
  11.     OTHER_LINKED = ();
  12.     M_FILES = (RemoteSpot_main.m);
  13. };
  14. APPCLASS = Application;
  15. MAINNIB = RemoteSpot;
  16. DOCEXTENSIONS = ();
  17. PROJECTTYPE = Application;
  18. PROJECTVERSION = 1.1;
  19. LOCALIZABLE_FILES = {
  20.     RemoteSpot.nib;
  21. };
  22. PROJECTNAME = RemoteSpot;
  23. SYSTEMEXTENSIONS = ();
  24. LANGUAGE = English;
  25.