From fc56dc1202ac0dce399905bb0bec61adc0da523a Mon Sep 17 00:00:00 2001 From: David Elliott Date: Thu, 19 Jun 2003 21:30:14 +0000 Subject: [PATCH] Changed colour.cpp to colour.mm Also, generated files.lst now has fdlgcmn.cpp included git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21253 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- distrib/msw/tmake/filelist.txt | 2 +- src/cocoa/files.lst | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/distrib/msw/tmake/filelist.txt b/distrib/msw/tmake/filelist.txt index 3c6e9e76ed..89c0399174 100644 --- a/distrib/msw/tmake/filelist.txt +++ b/distrib/msw/tmake/filelist.txt @@ -582,7 +582,7 @@ button.mm Cocoa checkbox.mm Cocoa checklst.mm Cocoa choice.mm Cocoa -colour.cpp Cocoa +colour.mm Cocoa control.mm Cocoa cursor.mm Cocoa data.cpp Cocoa diff --git a/src/cocoa/files.lst b/src/cocoa/files.lst index 62617a9fea..ac390331ec 100644 --- a/src/cocoa/files.lst +++ b/src/cocoa/files.lst @@ -92,6 +92,7 @@ ALL_SOURCES = \ common/filefn.cpp \ common/filename.cpp \ common/filesys.cpp \ + common/fldlgcmn.cpp \ common/fontcmn.cpp \ common/fontmap.cpp \ common/framecmn.cpp \ @@ -196,7 +197,7 @@ ALL_SOURCES = \ cocoa/checkbox.mm \ cocoa/checklst.mm \ cocoa/choice.mm \ - cocoa/colour.cpp \ + cocoa/colour.mm \ cocoa/control.mm \ cocoa/cursor.mm \ cocoa/data.cpp \ @@ -649,6 +650,7 @@ COMMONOBJS = \ filefn.o \ filename.o \ filesys.o \ + fldlgcmn.o \ fontcmn.o \ fontmap.o \ framecmn.o \ -- 2.47.2