home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1994 June / NEBULA_SE.ISO / SourceCode / MiscKit / Projects / MiscFindPanel / SearchBench / PB.project < prev    next >
Encoding:
Text File  |  1993-10-22  |  766 b   |  25 lines

  1. INSTALLDIR = "$(HOME)/Apps";
  2. FILESTABLE = {
  3.     C_FILES = (MiscTBMK.c, regexpr.c);
  4.     OTHER_LIBS = (NeXT_s);
  5.     CLASSES = (SBApp.m, Timer.m);
  6.     OTHER_RESOURCES = (MiscFindPanel.bundle);
  7.     OTHER_SOURCES = (Makefile, Makefile.postamble);
  8.     H_FILES = (MiscFindPanel.h, MiscFindPanelClass.h, MiscSearchText.h, MiscTBMK.h, regexpr.h, SBApp.h, SearchableText.h, Timer.h);
  9.     INTERFACES = (Info.nib, SearchBench.nib);
  10.     OTHER_LINKED = ();
  11.     M_FILES = (MiscFindPanelClass.m, SearchBench_main.m, MiscSearchText.m);
  12. };
  13. GENERATEMAIN = YES;
  14. DOCICONFILES = ();
  15. APPCLASS = SBApp;
  16. MAINNIB = SearchBench;
  17. DOCEXTENSIONS = ();
  18. PROJECTTYPE = Application;
  19. PROJECTVERSION = 1.1;
  20. LOCALIZABLE_FILES = {
  21. };
  22. PROJECTNAME = SearchBench;
  23. SYSTEMEXTENSIONS = ();
  24. LANGUAGE = English;
  25.