home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Misc / PowerGloveInspector / Source / PB.project < prev    next >
Encoding:
Text File  |  1995-06-12  |  929 b   |  31 lines

  1. INSTALLDIR = "$(HOME)/Apps";
  2. APPICON = PowerGlove.tiff;
  3. GENERATEMAIN = YES;
  4. DOCICONFILES = ();
  5. FILESTABLE = {
  6.     OTHER_LIBS = (Media_s, NeXT_s, PowerGlove, Indexing_s);
  7.     SOUNDS = (powerglove.snd);
  8.     CLASSES = (PGController.m, PowerGloveView.m);
  9.     OTHER_RESOURCES = (Help);
  10.     OTHER_SOURCES = (Makefile.preamble, Makefile, Makefile.postamble);
  11.     H_FILES = (PGController.h, PowerGlove.h, PowerGloveView.h);
  12.     INTERFACES = (infopanel.nib, PGInspector.nib, preferencespanel.nib);
  13.     IMAGES = (Circle.tiff, DownArrow.tiff, LeftArrow.tiff, RightArrow.tiff, UpArrow.tiff);
  14.     OTHER_LINKED = ();
  15.     M_FILES = (PGInspector_main.m);
  16. };
  17. APPCLASS = Application;
  18. MAINNIB = PGInspector;
  19. DOCEXTENSIONS = ();
  20. PROJECTTYPE = Application;
  21. PROJECTVERSION = 1.1;
  22. LOCALIZABLE_FILES = {
  23.     Help;
  24.     infopanel.nib;
  25.     PGInspector.nib;
  26.     preferencespanel.nib;
  27. };
  28. PROJECTNAME = PGInspector;
  29. SYSTEMEXTENSIONS = ();
  30. LANGUAGE = English;
  31.