home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / YellowBox / Games / AstroGC-5.0-w / PB.project < prev    next >
Encoding:
Text File  |  1998-03-15  |  1.5 KB  |  47 lines

  1. {
  2.     APPCLASS = NSApplication; 
  3.     FILESTABLE = {
  4.         CLASSES = (SignsObject.m); 
  5.         FRAMEWORKS = (AppKit.framework, Foundation.framework); 
  6.         H_FILES = (SignsObject.h); 
  7.         IMAGES = (
  8.             ApplicationIcon.tiff, 
  9.             Aquarius.tiff, 
  10.             Aries.tiff, 
  11.             Cancer.tiff, 
  12.             Capricorn.tiff, 
  13.             Gemini.tiff, 
  14.             Leo.tiff, 
  15.             Libra.tiff, 
  16.             Pisces.tiff, 
  17.             Sagittarius.tiff, 
  18.             Scorpio.tiff, 
  19.             Taurus.tiff, 
  20.             Virgo.tiff
  21.         ); 
  22.         INTERFACES = (AstroGC.nib, HelpIntro.nib, InfoPanel.nib, MoreInfo.nib); 
  23.         OTHER_LINKED = (AstroGC_main.m); 
  24.         OTHER_SOURCES = (Makefile.preamble, Makefile, Makefile.postamble, m.template, h.template); 
  25.     }; 
  26.     LANGUAGE = English; 
  27.     LOCALIZABLE_FILES = {
  28.         AstroGC.nib = AstroGC.nib; 
  29.         HelpIntro.nib = HelpIntro.nib; 
  30.         InfoPanel.nib = InfoPanel.nib; 
  31.         MoreInfo.nib = MoreInfo.nib; 
  32.     }; 
  33.     MAKEFILEDIR = "$(NEXT_ROOT)/NextDeveloper/Makefiles/pb_makefiles"; 
  34.     NEXTSTEP_APPICON = ApplicationIcon.tiff; 
  35.     NEXTSTEP_BUILDTOOL = /bin/gnumake; 
  36.     NEXTSTEP_DOCUMENTEXTENSIONS = (); 
  37.     NEXTSTEP_INSTALLDIR = "$(HOME)/Apps"; 
  38.     NEXTSTEP_MAINNIB = AstroGC; 
  39.     PDO_UNIX_MAINNIB = AstroGC; 
  40.     PROJECTNAME = AstroGC; 
  41.     PROJECTTYPE = Application; 
  42.     PROJECTVERSION = 2.6; 
  43.     WINDOWS_BUILDTOOL = make; 
  44.     WINDOWS_INSTALLDIR = /MyApps; 
  45.     WINDOWS_MAINNIB = AstroGC; 
  46. }
  47.