home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / SourceCode / Puppeteer1.1 / Source / PB.project < prev    next >
Encoding:
Text File  |  1994-03-23  |  836 b   |  28 lines

  1. INSTALLDIR = "$(HOME)/Apps";
  2. APPICON = CyberMan.tiff;
  3. GENERATEMAIN = YES;
  4. DOCICONFILES = ();
  5. FILESTABLE = {
  6.     C_FILES = (util.c);
  7.     OTHER_LIBS = (Media_s, NeXT_s);
  8.     PSW_FILES = (CopyWindow.psw, CyberPost.psw);
  9.     CLASSES = (Controller.m, Puppeteer.m, RemoteView.m, WindowInfo.m);
  10.     OTHER_RESOURCES = ();
  11.     OTHER_SOURCES = (Makefile, Makefile.postamble, Makefile.preamble, preferencesPuppet.m, terminalPuppet.m);
  12.     INTERFACES = (Puppeteer.nib);
  13.     H_FILES = (Controller.h, Puppeteer.h, RemoteView.h, WindowInfo.h, CyberPost.h, util.h);
  14.     OTHER_LINKED = ();
  15.     M_FILES = (Puppeteer_main.m);
  16. };
  17. APPCLASS = Application;
  18. MAINNIB = Puppeteer;
  19. DOCEXTENSIONS = ();
  20. PROJECTTYPE = Application;
  21. PROJECTVERSION = 1.1;
  22. LOCALIZABLE_FILES = {
  23.     Puppeteer.nib;
  24. };
  25. PROJECTNAME = Puppeteer;
  26. SYSTEMEXTENSIONS = ();
  27. LANGUAGE = English;
  28.