home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextDeveloper / Examples / AppKit / Draw / PB.project < prev    next >
Text File  |  1996-08-12  |  5KB  |  168 lines

  1. {
  2.     APPCLASS = DrawApp; 
  3.     DYNAMIC_CODE_GEN = YES; 
  4.     FILESTABLE = {
  5.         CLASSES = (
  6.             Circle.m, 
  7.             Curve.m, 
  8.             DrawApp.m, 
  9.             DrawDocument.m, 
  10.             DrawPageLayout.m, 
  11.             DrawSpellText.m, 
  12.             Graphic.m, 
  13.             GraphicView.m, 
  14.             GridView.m, 
  15.             Group.m, 
  16.             Image.m, 
  17.             Inspector.m, 
  18.             Line.m, 
  19.             Polygon.m, 
  20.             Rectangle.m, 
  21.             Ruler.m, 
  22.             Scribble.m, 
  23.             SyncScrollView.m, 
  24.             TextGraphic.m
  25.         ); 
  26.         C_FILES = (); 
  27.         FRAMEWORKS = (AppKit.framework, Foundation.framework, System.framework); 
  28.         H_FILES = (
  29.             draw.h, 
  30.             Circle.h, 
  31.             Curve.h, 
  32.             DrawApp.h, 
  33.             DrawDocument.h, 
  34.             DrawPageLayout.h, 
  35.             DrawSpellText.h, 
  36.             Graphic.h, 
  37.             GraphicView.h, 
  38.             GridView.h, 
  39.             Group.h, 
  40.             Image.h, 
  41.             Inspector.h, 
  42.             Line.h, 
  43.             LocalizableStrings.h, 
  44.             Polygon.h, 
  45.             Rectangle.h, 
  46.             Ruler.h, 
  47.             Scribble.h, 
  48.             SyncScrollView.h, 
  49.             TextGraphic.h, 
  50.             compatibility.h, 
  51.             propertyList.h
  52.         ); 
  53.         IMAGES = (
  54.             Arrow.tiff, 
  55.             Circle.tiff, 
  56.             Cross.tiff, 
  57.             Curve.tiff, 
  58.             Line.tiff, 
  59.             Pencil.tiff, 
  60.             Polygon.tiff, 
  61.             Rectangle.tiff, 
  62.             Scribble.tiff, 
  63.             TextGraphic.tiff, 
  64.             paul.tiff, 
  65.             DrawApp.ico, 
  66.             DrawFile.ico, 
  67.             drawApp.tiff, 
  68.             drawFile.tiff
  69.         ); 
  70.         INTERFACES = (
  71.             "Draw-winnt.nib", 
  72.             Draw.nib, 
  73.             GridView.nib, 
  74.             InfoPanel.nib, 
  75.             InspectorPanel.nib, 
  76.             PageLayoutAccessory.nib, 
  77.             SavePanelAccessory.nib
  78.         ); 
  79.         M_FILES = (); 
  80.         OTHER_LIBS = (); 
  81.         OTHER_LINKED = (
  82.             drawWraps.psw, 
  83.             Draw_main.m, 
  84.             gvDrag.m, 
  85.             gvLinks.m, 
  86.             gvPasteboard.m, 
  87.             gvServices.m, 
  88.             compatibility.m, 
  89.             propertyList.m
  90.         ); 
  91.         OTHER_RESOURCES = (Localizable.strings, Operations.strings, CoverSheet.strings, Help.draw); 
  92.         OTHER_SOURCES = (
  93.             Makefile, 
  94.             Makefile.postamble, 
  95.             ChangeManager.rtf, 
  96.             Change.rtf, 
  97.             UndoDoc.rtf, 
  98.             UndoREADME.rtf, 
  99.             Links.rtf, 
  100.             Dragging.rtf, 
  101.             README.rtf
  102.         ); 
  103.         PRECOMPILED_HEADERS = (draw.h); 
  104.         PROJECT_HEADERS = (draw.h); 
  105.         PSWM_FILES = (); 
  106.         PSW_FILES = (); 
  107.         PUBLIC_HEADERS = (); 
  108.         SOUNDS = (); 
  109.         STRINGS_FILES = (); 
  110.         SUBPROJECTS = (graphicsUndo.subproj, undo.subproj); 
  111.     }; 
  112.     GENERATEMAIN = YES; 
  113.     LANGUAGE = English; 
  114.     LOCALIZABLE_FILES = {
  115.         Arrow.tiff = Arrow.tiff; 
  116.         Circle.tiff = Circle.tiff; 
  117.         CoverSheet.strings = CoverSheet.strings; 
  118.         Cross.tiff = Cross.tiff; 
  119.         Curve.tiff = Curve.tiff; 
  120.         "Draw-winnt.nib" = "Draw-winnt.nib"; 
  121.         Draw.nib = Draw.nib; 
  122.         GridView.nib = GridView.nib; 
  123.         Help.draw = Help.draw; 
  124.         InfoPanel.nib = InfoPanel.nib; 
  125.         InspectorPanel.nib = InspectorPanel.nib; 
  126.         Line.tiff = Line.tiff; 
  127.         Localizable.strings = Localizable.strings; 
  128.         Operations.strings = Operations.strings; 
  129.         PageLayoutAccessory.nib = PageLayoutAccessory.nib; 
  130.         Pencil.tiff = Pencil.tiff; 
  131.         Polygon.tiff = Polygon.tiff; 
  132.         Rectangle.tiff = Rectangle.tiff; 
  133.         SavePanelAccessory.nib = SavePanelAccessory.nib; 
  134.         Scribble.tiff = Scribble.tiff; 
  135.         TextGraphic.tiff = TextGraphic.tiff; 
  136.         paul.tiff = paul.tiff; 
  137.     }; 
  138.     MAKEFILEDIR = "$(NEXT_ROOT)/NextDeveloper/Makefiles/project"; 
  139.     NEXTSTEP_APPICON = drawApp.tiff; 
  140.     NEXTSTEP_BUILDDIR = ""; 
  141.     NEXTSTEP_BUILDTOOL = /bin/gnumake; 
  142.     NEXTSTEP_COMPILEROPTIONS = ""; 
  143.     NEXTSTEP_DOCUMENTEXTENSIONS = ({Extension = draw; Image = drawFile.tiff; }); 
  144.     NEXTSTEP_INSTALLDIR = /NextDeveloper/Demos; 
  145.     NEXTSTEP_LINKEROPTIONS = ""; 
  146.     NEXTSTEP_MAINNIB = Draw; 
  147.     PDO_UNIX_BUILDTOOL = $NEXT_ROOT/NextDeveloper/bin/make; 
  148.     PDO_UNIX_MAINNIB = Draw; 
  149.     PROJECTNAME = Draw; 
  150.     PROJECTTYPE = Application; 
  151.     PROJECTVERSION = 2.6; 
  152.     SYSTEMEXTENSIONS = (); 
  153.     WINDOWS_APPICON = DrawApp.ico; 
  154.     WINDOWS_BUILDDIR = ""; 
  155.     WINDOWS_BUILDTOOL = $NEXT_ROOT/NextDeveloper/Executables/make; 
  156.     WINDOWS_COMPILEROPTIONS = ""; 
  157.     WINDOWS_DOCUMENTEXTENSIONS = ({Extension = draw; Image = DrawFile.ico; }); 
  158.     WINDOWS_INSTALLDIR = /NextDemos; 
  159.     WINDOWS_LINKEROPTIONS = ""; 
  160.     WINDOWS_MAINNIB = Draw; 
  161.     appClassName = DrawApp; 
  162.     appWrapper = YES; 
  163.     mainNibFile = Draw.nib; 
  164.     makeTarget = "make debug"; 
  165.     writeMainfile = 1; 
  166.     writeMakefile = 1; 
  167. }
  168.