// $Revision: 1.2 $ # Copyright (C) 1994 Taligent, Inc. All rights reserved. # Tiles.PinkMake # TilesTutorialLib contains all the code necessary for creating and # working with Tiles documents localheaderdir: ${TaligentIncludesDir}/Samples sharedlibrary TilesTutorialLib { source: TilesInstantiations.C TilesModel.C TilesView.C TilesPresenter.C TilesCommands.C TilesSelections.C TilesInteractors.C MenuHolder.C packageName: TilesPKG data: # TilesTutorialApp is a script which calls RunDocument -c -o # on the Presentation Framework Stationery template class to # create and open a Tiles document. # Putting TilesTutorialApp in the data section ensures that it # is copied to $TaligentBinaries during a build. TilesTutorialApp link: #---Construtor/Archives support ConstructorArchiveLib InternationalUtilitiesLib #---Drag and Drop support DragAndDropLib CommonScrapItemsLib TaligentSelectionToolLib #---Presentation Framework GUICompoundDocumentLib ActionLib #---Basic and Compound Document Frameworks BasicDocumentLib CompoundDocumentLib #---Toolbox ActionLib NewDeleteLib InputLib NewGraphicApplicationLib ViewSystemLib MouseInputLib NewControlsLib KeyboardInputLib #---Graphics LowLevelAlbert HighLevelAlbert BiblioTech #---Miscellaneous CommandLib LineLayoutLib DiskDictionaryLib PropertyInterfaceLib FileSystem TimeLib {SimpleLinkList} }