]> git.saurik.com Git - wxWidgets.git/commitdiff
Changed colour.cpp to colour.mm
authorDavid Elliott <dfe@tgwbd.org>
Thu, 19 Jun 2003 21:30:14 +0000 (21:30 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Thu, 19 Jun 2003 21:30:14 +0000 (21:30 +0000)
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
src/cocoa/files.lst

index 3c6e9e76ed7bbc19a30987e34e862cd155220aca..89c03991748e6e1968cec2e8fc77873d45461557 100644 (file)
@@ -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
index 62617a9fea29e3c90a45ea6caaf7f94481b1ce16..ac390331ec7101325561f8c2f9801f9f42e2d92f 100644 (file)
@@ -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 \