]> git.saurik.com Git - wxWidgets.git/commitdiff
* Added gsockcocoa.c to files list
authorDavid Elliott <dfe@tgwbd.org>
Fri, 13 Jun 2003 21:28:45 +0000 (21:28 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Fri, 13 Jun 2003 21:28:45 +0000 (21:28 +0000)
* Regenerated files lists, wxCocoa now includes selstore

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21133 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

distrib/msw/tmake/filelist.txt
src/cocoa/files.lst

index 016b3618ae0726861d7089ce00b2c55334153e8b..b8b91ab8f99eb74597d4e3351d4a2b1b6e273693 100644 (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
index 94cd2e597391beacac2a4f950fe547e7ba672f9c..62617a9fea29e3c90a45ea6caaf7f94481b1ce16 100644 (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 \