home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / OPENSTEP / Games / NeXTGo-3.0-MIS / NeXTGo.project < prev    next >
Encoding:
Text File  |  1997-11-17  |  3.4 KB  |  120 lines

  1. {
  2.     APPCLASS = NSApplication; 
  3.     FILESTABLE = {
  4.         CLASSES = (
  5.             Board.m, 
  6.             ClickCell.m, 
  7.             Controller.m, 
  8.             GameInspectorPanel.m, 
  9.             GoApp.m, 
  10.             GoServer.m, 
  11.             GoWindow.m
  12.         ); 
  13.         C_FILES = (); 
  14.         FRAMEWORKS = (AppKit.framework, Foundation.framework, SoundKit.framework); 
  15.         FRAMEWORKSEARCH = (
  16.             "$(NEXT_ROOT)/NextLibrary/Frameworks/Foundation.framework", 
  17.             "$(NEXT_ROOT)/NextLibrary/Frameworks/AppKit.framework", 
  18.             "$(NEXT_ROOT)/NextLibrary/Frameworks/SoundKit.framework"
  19.         ); 
  20.         HEADERSEARCH = (); 
  21.         H_FILES = (
  22.             Board.h, 
  23.             ClickCell.h, 
  24.             Controller.h, 
  25.             GameInspectorPanel.h, 
  26.             gnugo.h, 
  27.             GoApp.h, 
  28.             godict.h, 
  29.             GoServer.h, 
  30.             GoWindow.h, 
  31.             history.h, 
  32.             igs.h, 
  33.             patterns.h, 
  34.             shared.h, 
  35.             smartgo.h, 
  36.             smgcom.h
  37.         ); 
  38.         IMAGES = (Background.tiff, NeXTGo.tiff, NeXTGoFile.tiff); 
  39.         INTERFACES = (NeXTGo.nib); 
  40.         LIBRARYSEARCH = (
  41.             /NextLibrary/Frameworks/AppKit.framework/AppKit, 
  42.             /NextLibrary/Frameworks/Foundation.framework/Foundation
  43.         ); 
  44.         M_FILES = (); 
  45.         OTHER_LIBS = (); 
  46.         OTHER_LINKED = (
  47.             count.c, 
  48.             countlib.c, 
  49.             eval.c, 
  50.             exambord.c, 
  51.             findnext.c, 
  52.             findopen.c, 
  53.             findpatn.c, 
  54.             findsavr.c, 
  55.             findwinr.c, 
  56.             fioe.c, 
  57.             genmove.c, 
  58.             godict.c, 
  59.             igsparse.c, 
  60.             initmark.c, 
  61.             matchpat.c, 
  62.             opening.c, 
  63.             openregn.c, 
  64.             random.c, 
  65.             score.c, 
  66.             seed.c, 
  67.             sethand.c, 
  68.             smartgoeval.c, 
  69.             smartgoparse.c, 
  70.             smartgotree.c, 
  71.             suicide.c, 
  72.             igsglue.m, 
  73.             igssocket.m, 
  74.             NeXTGo_main.m
  75.         ); 
  76.         OTHER_RESOURCES = (
  77.             intergo.dct, 
  78.             Makefile, 
  79.             Makefile.postamble, 
  80.             "NeXTGo.background-2.0.draw", 
  81.             NeXTGo.background.draw, 
  82.             NeXTGoHelp.rtf
  83.         ); 
  84.         OTHER_SOURCES = (
  85.             comment.header, 
  86.             COPYING, 
  87.             Documentation.gnugo, 
  88.             igs.protocol, 
  89.             README, 
  90.             README.gnugo
  91.         ); 
  92.         PSWM_FILES = (); 
  93.         PSW_FILES = (); 
  94.         PUBLIC_HEADERS = (); 
  95.         SOUNDS = (); 
  96.         SUBPROJECTS = (); 
  97.     }; 
  98.     GENERATEMAIN = YES; 
  99.     LANGUAGE = English; 
  100.     LOCALIZABLE_FILES = {NeXTGo.nib = NeXTGo.nib; }; 
  101.     MAKEFILEDIR = "$(NEXT_ROOT)/NextDeveloper/Makefiles/pb_makefiles"; 
  102.     NEXTSTEP_APPICON = NeXTGo.tiff; 
  103.     NEXTSTEP_BUILDTOOL = /bin/gnumake; 
  104.     NEXTSTEP_DOCUMENTEXTENSIONS = (
  105.         {Extension = nextgo; Image = NeXTGoFile.tiff; }, 
  106.         {Extension = mgt; Image = NeXTGoFile.tiff; }
  107.     ); 
  108.     NEXTSTEP_INSTALLDIR = "$(HOME)/Apps"; 
  109.     NEXTSTEP_MAINNIB = NeXTGo; 
  110.     PDO_UNIX_INSTALLDIR = "$(HOME)/Apps"; 
  111.     PDO_UNIX_MAINNIB = NeXTGo; 
  112.     PROJECTNAME = NeXTGo; 
  113.     PROJECTTYPE = Application; 
  114.     PROJECTVERSION = 2.6; 
  115.     SYSTEMEXTENSIONS = (); 
  116.     WINDOWS_DOCUMENTEXTENSIONS = (); 
  117.     WINDOWS_INSTALLDIR = "$(HOME)/Apps"; 
  118.     WINDOWS_MAINNIB = NeXTGo; 
  119. }
  120.