mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-26 22:10:56 +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
af496d6af4
commit
b51d2733d1
1 changed files with 8 additions and 2 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue