From d4d680e6d8e384f7d65526f4665e1832148f1aae Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 20 Sep 2006 21:20:18 +0000 Subject: [PATCH] only include generic imaglist.{cpp|h} in the ports which don't have the native version git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41330 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- build/bakefiles/files.bkl | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/build/bakefiles/files.bkl b/build/bakefiles/files.bkl index 7fed8189b7..f46249162a 100644 --- a/build/bakefiles/files.bkl +++ b/build/bakefiles/files.bkl @@ -703,7 +703,6 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! wx/generic/filepickerg.h wx/generic/fontdlgg.h wx/generic/fontpickerg.h - wx/generic/imaglist.h wx/generic/logg.h wx/generic/msgdlgg.h wx/generic/numdlgg.h @@ -857,6 +856,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! src/generic/caret.cpp + src/generic/imaglist.cpp src/unix/dialup.cpp src/unix/fontenum.cpp src/unix/fontutil.cpp @@ -865,6 +865,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! wx/generic/caret.h + wx/generic/imaglist.h wx/unix/fontutil.h wx/unix/utilsx11.h @@ -1723,6 +1724,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! src/generic/caret.cpp src/generic/colour.cpp src/generic/icon.cpp + src/generic/imaglist.cpp src/generic/timer.cpp src/mgl/app.cpp src/mgl/bitmap.cpp @@ -1751,6 +1753,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! wx/generic/caret.h wx/generic/colour.h wx/generic/icon.h + wx/generic/imaglist.h wx/generic/timer.h wx/mgl/app.h wx/mgl/bitmap.h @@ -1801,6 +1804,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! src/generic/caret.cpp src/generic/colour.cpp src/generic/icon.cpp + src/generic/imaglist.cpp src/generic/timer.cpp @@ -1826,6 +1830,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! wx/generic/caret.h wx/generic/colour.h wx/generic/icon.h + wx/generic/imaglist.h wx/generic/timer.h @@ -1835,6 +1840,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! + @@ -2501,7 +2507,6 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! src/generic/fdrepdlg.cpp src/generic/filedlgg.cpp src/generic/fontdlgg.cpp - src/generic/imaglist.cpp src/generic/listctrl.cpp src/generic/mdig.cpp src/generic/msgdlgg.cpp