* Added gsockcocoa.c to files list

* Regenerated files lists, wxCocoa now includes selstore


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21133 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Elliott 2003-06-13 21:28:45 +00:00
parent d533381ebc
commit c500250d39
2 changed files with 6 additions and 0 deletions

View File

@ -594,6 +594,7 @@ font.cpp Cocoa
fontutil.cpp Cocoa
frame.mm Cocoa
gdiobj.cpp Cocoa
gsockcocoa.c Cocoa
icon.cpp Cocoa
listbox.mm Cocoa
main.cpp Cocoa

View File

@ -34,6 +34,7 @@ ALL_SOURCES = \
generic/progdlgg.cpp \
generic/sashwin.cpp \
generic/scrlwing.cpp \
generic/selstore.cpp \
generic/spinctlg.cpp \
generic/splash.cpp \
generic/splitter.cpp \
@ -208,6 +209,7 @@ ALL_SOURCES = \
cocoa/fontutil.cpp \
cocoa/frame.mm \
cocoa/gdiobj.cpp \
cocoa/gsockcocoa.c \
cocoa/icon.cpp \
cocoa/listbox.mm \
cocoa/main.cpp \
@ -428,6 +430,7 @@ ALL_HEADERS = \
sckstrm.h \
scrolbar.h \
scrolwin.h \
selstore.h \
settings.h \
sizer.h \
slider.h \
@ -769,6 +772,7 @@ GENERICOBJS = \
progdlgg.o \
sashwin.o \
scrlwing.o \
selstore.o \
spinctlg.o \
splash.o \
splitter.o \
@ -812,6 +816,7 @@ GUIOBJS = \
fontutil.o \
frame.o \
gdiobj.o \
gsockcocoa.o \
icon.o \
listbox.o \
main.o \