home *** CD-ROM | disk | other *** search
/ Nebula / nebula.bin / Nebula / .Source / PB.project (.txt) < prev   
Text File  |  1993-07-11  |  672b  |  26 lines

  1. INSTALLDIR = "$(HOME)/Apps";
  2. APPICON = NebulaIcon.tiff;
  3. GENERATEMAIN = YES;
  4. DOCICONFILES = ();
  5. FILESTABLE = {
  6.     OTHER_LIBS = (Media_s, NeXT_s);
  7.     SOUNDS = (CustomerE.snd, CustomerF.snd);
  8.     OTHER_RESOURCES = ();
  9.     OTHER_SOURCES = (Makefile.preamble, Makefile, Makefile.postamble);
  10.     INTERFACES = (Nebula.nib);
  11.     IMAGES = (CD.tiff, Lips.tiff, NebulaIcon.tiff, NovaAd.tiff, NovaAd2.tiff);
  12.     OTHER_LINKED = ();
  13.     M_FILES = (Nebula_main.m);
  14. };
  15. APPCLASS = Application;
  16. MAINNIB = Nebula;
  17. DOCEXTENSIONS = ();
  18. PROJECTTYPE = Application;
  19. PROJECTVERSION = 1.1;
  20. LOCALIZABLE_FILES = {
  21.     Nebula.nib;
  22. };
  23. PROJECTNAME = Nebula;
  24. SYSTEMEXTENSIONS = ();
  25. LANGUAGE = English;
  26.