mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 20:50:44 +00:00
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:
parent
2858daf87c
commit
102ad52e84
1 changed files with 8 additions and 2 deletions
|
@ -136,7 +136,10 @@ GSTextStorage.m \
|
|||
GSTrackingRect.m \
|
||||
GSServicesManager.m \
|
||||
tiff.m \
|
||||
externs.m
|
||||
externs.m \
|
||||
GSTable.m \
|
||||
GSHbox.m \
|
||||
GSVbox.m
|
||||
|
||||
ifneq ($(FOUNDATION_LIB), fd)
|
||||
libgnustep-gui_OBJC_FILES += NSPasteboard.m
|
||||
|
@ -258,7 +261,10 @@ AppKit/GSHelpManagerPanel.h \
|
|||
AppKit/GSPasteboardServer.h \
|
||||
AppKit/GSServicesManager.h \
|
||||
AppKit/GSWraps.h \
|
||||
AppKit/AppKitExceptions.h
|
||||
AppKit/AppKitExceptions.h \
|
||||
AppKit/GSTable.h \
|
||||
AppKit/GSHbox.h \
|
||||
AppKit/GSVbox.h
|
||||
|
||||
-include GNUmakefile.preamble
|
||||
|
||||
|
|
Loading…
Reference in a new issue