home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / Astro / AstroGC / Source / PB.project < prev    next >
Encoding:
Text File  |  1995-06-12  |  796 b   |  27 lines

  1. INSTALLDIR = "$(HOME)/Apps";
  2. FILESTABLE = {
  3.     OTHER_LIBS = (Media_s, NeXT_s);
  4.     CLASSES = (Signs.m);
  5.     OTHER_SOURCES = (Makefile.preamble, Makefile, Makefile.postamble);
  6.     H_FILES = (Signs.h);
  7.     INTERFACES = (AstroGC.nib, MoreInfo.nib);
  8.     IMAGES = (Aquarius.tiff, Aries.tiff, Cancer.tiff, Capricorn.tiff, EricTSQ.tiff, Gemini.tiff, Leo.tiff, Libra.tiff, Pisces.tiff, Sagittarius.tiff, Scorpio.tiff, Taurus.tiff, Virgo.tiff);
  9.     OTHER_LINKED = ();
  10.     M_FILES = (AstroGC_main.m);
  11. };
  12. APPICON = AstroGC.tiff;
  13. GENERATEMAIN = YES;
  14. DOCICONFILES = ();
  15. APPCLASS = Application;
  16. MAINNIB = AstroGC;
  17. DOCEXTENSIONS = ();
  18. PROJECTTYPE = Application;
  19. PROJECTVERSION = 1.1;
  20. LOCALIZABLE_FILES = {
  21.     MoreInfo.nib;
  22.     AstroGC.nib;
  23. };
  24. PROJECTNAME = AstroGC;
  25. SYSTEMEXTENSIONS = ();
  26. LANGUAGE = English;
  27.