home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Audio / GISO / Source / PB.project < prev    next >
Encoding:
Text File  |  1994-05-23  |  1.6 KB  |  47 lines

  1. INSTALLDIR = "$(HOME)/Apps";
  2. APPICON = GISO2.tiff;
  3. GENERATEMAIN = YES;
  4. DOCICONFILES = (sound_nib.tiff, sound_nib.tiff, sound_nib.tiff, sound_nib.tiff);
  5. FILESTABLE = {
  6.     TOOLS = ();
  7.     M_FILES = (GISO_main.m);
  8.     OTHER_LINKED = ();
  9.     H_FILES = (Controller.h, Defaults.h, EnhancedApp.h, EnhancedMatrix.h, EnhancedText.h, GISOPrefPanel.h, PrefPanel.h, StringStorage.h, Subprocess.h, TokenString.h);
  10.     CLASSES = (Controller.m, Defaults.m, EnhancedApp.m, EnhancedMatrix.m, EnhancedText.m, GISOPrefPanel.m, PrefPanel.m, StringStorage.m, Subprocess.m, TokenString.m);
  11.     IMAGES = (GISO2.tiff);
  12.     PSW_FILES = ();
  13.     C_FILES = ();
  14.     OTHER_RESOURCES = (sox);
  15.     OTHER_SOURCES = ();
  16.     SUBPROJECTS = (info.subproj);
  17.     PSWM_FILES = ();
  18.     SOUNDS = ();
  19.     STRINGS_FILES = (channel.strings, dataFormat.strings, dataFormatSwitches.strings, dataSize.strings, dataSizeSwitches.strings, effects.strings, filetype.strings, inHotList.strings, inHotListConfig.strings, outHotList.strings, outHotListConfig.strings, rate.strings);
  20.     OTHER_LIBS = (Media_s, NeXT_s);
  21.     INTERFACES = (GISO.nib, PrefPanel.nib);
  22. };
  23. APPCLASS = Application;
  24. MAINNIB = GISO;
  25. DOCEXTENSIONS = (wav, voc, au, iff);
  26. PROJECTTYPE = Application;
  27. PROJECTVERSION = 1.1;
  28. LOCALIZABLE_FILES = {
  29.     inHotList.strings;
  30.     effects.strings;
  31.     channel.strings;
  32.     outHotListConfig.strings;
  33.     PrefPanel.nib;
  34.     dataFormatSwitches.strings;
  35.     rate.strings;
  36.     GISO.nib;
  37.     filetype.strings;
  38.     dataSizeSwitches.strings;
  39.     outHotList.strings;
  40.     dataSize.strings;
  41.     inHotListConfig.strings;
  42.     dataFormat.strings;
  43. };
  44. PROJECTNAME = GISO;
  45. SYSTEMEXTENSIONS = (snd);
  46. LANGUAGE = English;
  47.