X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a970aa7a500aa4acbb7fceccb8a18a9bdcc9c985..18cea8715ac7467515bb9df95a5b565023956a2c:/build/bakefiles/files.bkl
diff --git a/build/bakefiles/files.bkl b/build/bakefiles/files.bkl
index 01f7341cb9..f7aa9e9646 100644
--- a/build/bakefiles/files.bkl
+++ b/build/bakefiles/files.bkl
@@ -593,6 +593,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
src/common/dcbase.cpp
src/common/dcbufcmn.cpp
src/common/dcgraph.cpp
+ src/common/dcsvg.cpp
src/common/dlgcmn.cpp
src/common/dndcmn.cpp
src/common/dobjcmn.cpp
@@ -651,6 +652,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
src/common/sizer.cpp
src/common/srchcmn.cpp
src/common/statbar.cpp
+ src/common/stattextcmn.cpp
src/common/stockitem.cpp
src/common/tbarbase.cpp
src/common/textcmn.cpp
@@ -715,6 +717,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
wx/dcmemory.h
wx/dcprint.h
wx/dcscreen.h
+ wx/dcsvg.h
wx/dialog.h
wx/dirdlg.h
wx/dragimag.h
@@ -2677,6 +2680,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
src/generic/calctrl.cpp
src/generic/datavgen.cpp
src/generic/datectlg.cpp
+
src/generic/grid.cpp
src/generic/gridctrl.cpp
src/generic/gridsel.cpp
@@ -2699,6 +2703,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
wx/dataview.h
wx/dateevt.h
wx/dcbuffer.h
+
wx/aboutdlg.h
wx/generic/aboutdlgg.h
wx/generic/animate.h
@@ -3199,6 +3204,21 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
wx/richtext/richtextprint.h
+
+
+
+
+
+
+ src/stc/stc.cpp
+ src/stc/PlatWX.cpp
+ src/stc/ScintillaWX.cpp
+
+
+
+ wx/stc/stc.h
+
+
@@ -3435,6 +3455,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
$(GUI_CORE_HEADERS)
$(ADVANCED_HDR) $(MEDIA_HDR) $(HTML_HDR)
$(OPENGL_HDR) $(QA_HDR) $(DBGRID_HDR) $(XRC_HDR) $(AUI_HDR) $(RICHTEXT_HDR)
+ $(STC_HDR)