From: David Elliott Date: Thu, 19 Jun 2003 22:18:12 +0000 (+0000) Subject: Added slider.h/slider.mm to wxCocoa build X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/a1725a72055f66ac8e905505d19c19e1d510b397?ds=inline Added slider.h/slider.mm to wxCocoa build git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21262 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/distrib/msw/tmake/filelist.txt b/distrib/msw/tmake/filelist.txt index 89c0399174..f5a6836194 100644 --- a/distrib/msw/tmake/filelist.txt +++ b/distrib/msw/tmake/filelist.txt @@ -606,6 +606,7 @@ radiobox.mm Cocoa radiobut.mm Cocoa region.cpp Cocoa settings.cpp Cocoa +slider.mm Cocoa statbmp.mm Cocoa statbox.mm Cocoa statline2.mm Cocoa @@ -1228,6 +1229,7 @@ pen.h CocoaH radiobox.h CocoaH radiobut.h CocoaH region.h CocoaH +slider.h CocoaH statbmp.h CocoaH statbox.h CocoaH statline.h CocoaH diff --git a/src/cocoa/files.lst b/src/cocoa/files.lst index ac390331ec..61cb5e2668 100644 --- a/src/cocoa/files.lst +++ b/src/cocoa/files.lst @@ -221,6 +221,7 @@ ALL_SOURCES = \ cocoa/radiobut.mm \ cocoa/region.cpp \ cocoa/settings.cpp \ + cocoa/slider.mm \ cocoa/statbmp.mm \ cocoa/statbox.mm \ cocoa/statline2.mm \ @@ -534,6 +535,7 @@ ALL_HEADERS = \ cocoa/radiobox.h \ cocoa/radiobut.h \ cocoa/region.h \ + cocoa/slider.h \ cocoa/statbmp.h \ cocoa/statbox.h \ cocoa/statline.h \ @@ -829,6 +831,7 @@ GUIOBJS = \ radiobut.o \ region.o \ settings.o \ + slider.o \ statbmp.o \ statbox.o \ statline2.o \