apps-gorm/GormLib
Adam Fedor 4bea75fdf2 Add library depends
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@18256 72102866-910b-0410-8b05-ffd578937521
2003-12-23 16:33:03 +00:00
..
GNUmakefile Add library depends 2003-12-23 16:33:03 +00:00
GNUmakefile.postamble Extensive changes to support GormLib (separation of key functionality from Gorm itself into a subproject library). This will allow easy extension of Gorm in the future. 2003-05-23 02:25:34 +00:00
GNUmakefile.preamble Add library depends 2003-12-23 16:33:03 +00:00
IBApplicationAdditions.h General clean up. Moved some constants. added the beginnings of a new 2003-05-29 05:40:28 +00:00
IBApplicationAdditions.m Extensive changes to support GormLib (separation of key functionality from Gorm itself into a subproject library). This will allow easy extension of Gorm in the future. 2003-05-23 02:25:34 +00:00
IBConnectors.h Modifications to make use of new templates. 2003-08-23 01:04:36 +00:00
IBConnectors.m Modifications to make use of new templates. 2003-08-23 01:04:36 +00:00
IBDefines.h Extensive changes to support GormLib (separation of key functionality from Gorm itself into a subproject library). This will allow easy extension of Gorm in the future. 2003-05-23 02:25:34 +00:00
IBDocuments.h Extensive changes to support GormLib (separation of key functionality from Gorm itself into a subproject library). This will allow easy extension of Gorm in the future. 2003-05-23 02:25:34 +00:00
IBDocuments.m Extensive changes to support GormLib (separation of key functionality from Gorm itself into a subproject library). This will allow easy extension of Gorm in the future. 2003-05-23 02:25:34 +00:00
IBEditors.h Extensive changes to support GormLib (separation of key functionality from Gorm itself into a subproject library). This will allow easy extension of Gorm in the future. 2003-05-23 02:25:34 +00:00
IBEditors.m Extensive changes to support GormLib (separation of key functionality from Gorm itself into a subproject library). This will allow easy extension of Gorm in the future. 2003-05-23 02:25:34 +00:00
IBInspector.h Extensive changes to support GormLib (separation of key functionality from Gorm itself into a subproject library). This will allow easy extension of Gorm in the future. 2003-05-23 02:25:34 +00:00
IBInspector.m Some small changes. 2003-06-07 16:33:59 +00:00
IBObjectAdditions.h Extensive changes to support GormLib (separation of key functionality from Gorm itself into a subproject library). This will allow easy extension of Gorm in the future. 2003-05-23 02:25:34 +00:00
IBObjectAdditions.m Extensive changes to support GormLib (separation of key functionality from Gorm itself into a subproject library). This will allow easy extension of Gorm in the future. 2003-05-23 02:25:34 +00:00
IBObjectProtocol.h Extensive changes to support GormLib (separation of key functionality from Gorm itself into a subproject library). This will allow easy extension of Gorm in the future. 2003-05-23 02:25:34 +00:00
IBPalette.h General clean up. Moved some constants. added the beginnings of a new 2003-05-29 05:40:28 +00:00
IBPalette.m General clean up. Moved some constants. added the beginnings of a new 2003-05-29 05:40:28 +00:00
IBViewAdditions.h Extensive changes to support GormLib (separation of key functionality from Gorm itself into a subproject library). This will allow easy extension of Gorm in the future. 2003-05-23 02:25:34 +00:00
InterfaceBuilder.h Extensive changes to support GormLib (separation of key functionality from Gorm itself into a subproject library). This will allow easy extension of Gorm in the future. 2003-05-23 02:25:34 +00:00
README Extensive changes to support GormLib (separation of key functionality from Gorm itself into a subproject library). This will allow easy extension of Gorm in the future. 2003-05-23 02:25:34 +00:00

GormLib is a clone of the InterfaceBuilder framework.  

GormLib's primary purpose is to allow the creation of custom palettes and
inspectors outside of Gorm.  This will also facilitate extension of Gorm 
since it will allow outside applications to have an interface with which they
can interact with the running Gorm application.

You must install this library before you can build Gorm. 

Thanks, Gregory John Casamento