Added instructions for the new classes: GSTable, GSHbox, GSVbox.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5266 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
nico 1999-11-23 23:36:42 +00:00
parent af496d6af4
commit b51d2733d1

View file

@ -136,7 +136,10 @@ GSTextStorage.m \
GSTrackingRect.m \ GSTrackingRect.m \
GSServicesManager.m \ GSServicesManager.m \
tiff.m \ tiff.m \
externs.m externs.m \
GSTable.m \
GSHbox.m \
GSVbox.m
ifneq ($(FOUNDATION_LIB), fd) ifneq ($(FOUNDATION_LIB), fd)
libgnustep-gui_OBJC_FILES += NSPasteboard.m libgnustep-gui_OBJC_FILES += NSPasteboard.m
@ -258,7 +261,10 @@ AppKit/GSHelpManagerPanel.h \
AppKit/GSPasteboardServer.h \ AppKit/GSPasteboardServer.h \
AppKit/GSServicesManager.h \ AppKit/GSServicesManager.h \
AppKit/GSWraps.h \ AppKit/GSWraps.h \
AppKit/AppKitExceptions.h AppKit/AppKitExceptions.h \
AppKit/GSTable.h \
AppKit/GSHbox.h \
AppKit/GSVbox.h
-include GNUmakefile.preamble -include GNUmakefile.preamble