From bc3448951ddbf44e97e38c0e5824e0450afcd9a5 Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Tue, 21 Feb 2006 17:57:26 +0000 Subject: [PATCH] Added wxDataViewtrl files to bakefiles. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37656 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- build/bakefiles/files.bkl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build/bakefiles/files.bkl b/build/bakefiles/files.bkl index 58b45a13e6..f5bd5680a2 100644 --- a/build/bakefiles/files.bkl +++ b/build/bakefiles/files.bkl @@ -555,6 +555,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! src/common/ctrlcmn.cpp src/common/ctrlsub.cpp src/common/datacmn.cpp + src/common/datavcmn.cpp src/common/dcbase.cpp src/common/dlgcmn.cpp src/common/dndcmn.cpp @@ -653,6 +654,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! wx/control.h wx/ctrlsub.h wx/cursor.h + wx/dataview.h wx/dc.h wx/dcclient.h wx/dcmemory.h @@ -931,6 +933,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! src/gtk/colordlg.cpp src/gtk/combobox.cpp src/gtk/control.cpp + src/gtk/dataview.cpp src/gtk/dialog.cpp src/gtk/filedlg.cpp src/gtk/fontdlg.cpp @@ -974,6 +977,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! wx/gtk/choice.h wx/gtk/combobox.h wx/gtk/control.h + wx/gtk/dataview.h wx/gtk/dialog.h wx/gtk/filedlg.h wx/gtk/fontdlg.h -- 2.45.2