X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9f5fd077017da78b32590a8da7996339c21d2d6e..51a7e6af000633935cd5b327fa6a3b461dcacf4e:/build/bakefiles/files.bkl
diff --git a/build/bakefiles/files.bkl b/build/bakefiles/files.bkl
index 2c0701ef03..c8edd533e3 100644
--- a/build/bakefiles/files.bkl
+++ b/build/bakefiles/files.bkl
@@ -120,6 +120,8 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
src/os2/dir.cpp
+ src/os2/mimetype.cpp
+ src/os2/thread.cpp
src/os2/utils.cpp
src/os2/utilsexc.cpp
@@ -177,6 +179,8 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
src/common/variant.cpp
src/common/wfstream.cpp
src/common/wxchar.cpp
+ src/common/xti.cpp
+ src/common/xtistrm.cpp
src/common/zipstrm.cpp
src/common/zstream.cpp
@@ -278,6 +282,8 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
wx/wx.h
wx/wxchar.h
wx/wxprec.h
+ wx/xti.h
+ wx/xtistrm.h
wx/zipstrm.h
wx/zstream.h
@@ -316,8 +322,10 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
+ src/os2/gsocket.c
+ wx/unix/gsockunx.h
@@ -358,6 +366,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
src/common/artprov.cpp
src/common/artstd.cpp
src/common/bmpbase.cpp
+ src/common/bookctrl.cpp
src/common/choiccmn.cpp
src/common/clipcmn.cpp
src/common/cmdproc.cpp
@@ -429,6 +438,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
src/generic/dcpsg.cpp
src/generic/dirctrlg.cpp
src/generic/dragimgg.cpp
+ src/generic/listbkg.cpp
src/generic/logg.cpp
src/generic/numdlgg.cpp
src/generic/panelg.cpp
@@ -527,6 +537,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
wx/access.h
wx/artprov.h
wx/bitmap.h
+ wx/bookctrl.h
wx/busyinfo.h
wx/caret.h
wx/clipbrd.h
@@ -571,6 +582,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
wx/imagtiff.h
wx/imagxpm.h
wx/listbase.h
+ wx/listbook.h
wx/listctrl.h
wx/matrix.h
wx/menuitem.h
@@ -802,6 +814,10 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
$(XWIN_LOWLEVEL_HDR)
+ wx/x11/bitmap.h
+ wx/x11/brush.h
+ wx/x11/pen.h
+ wx/x11/region.h
src/motif/accel.cpp
@@ -922,7 +938,6 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
wx/motif/radiobut.h
wx/motif/region.h
wx/motif/scrolbar.h
- wx/motif/settings.h
wx/motif/slider.h
wx/motif/spinbutt.h
wx/motif/statbmp.h
@@ -978,7 +993,6 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
$(XWIN_LOWLEVEL_HDR)
- src/generic/timer.h
wx/x11/app.h
wx/x11/bitmap.h
wx/x11/brush.h
@@ -1357,7 +1371,6 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
src/os2/gauge.cpp
src/os2/gdiimage.cpp
src/os2/gdiobj.cpp
- src/os2/gsocket.c
src/os2/gsockpm.c
src/os2/helpwin.cpp
src/os2/icon.cpp
@@ -1367,7 +1380,6 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
src/os2/menu.cpp
src/os2/menuitem.cpp
src/os2/metafile.cpp
- src/os2/mimetype.cpp
src/os2/msgdlg.cpp
src/os2/nativdlg.cpp
src/os2/notebook.cpp
@@ -1389,11 +1401,11 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
src/os2/stattext.cpp
src/os2/tabctrl.cpp
src/os2/textctrl.cpp
- src/os2/thread.cpp
src/os2/timer.cpp
src/os2/toolbar.cpp
src/os2/tooltip.cpp
src/os2/toplevel.cpp
+ src/os2/utilsgui.cpp
src/os2/window.cpp
@@ -1429,7 +1441,6 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
wx/os2/gauge.h
wx/os2/gdiimage.h
wx/os2/gdiobj.h
- wx/os2/gsockos2.h
wx/os2/helpwin.h
wx/os2/icon.h
wx/os2/iniconf.h
@@ -2057,9 +2068,11 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
src/xml/xml.cpp
+ src/common/xtixml.cpp
wx/xml/xml.h
+ wx/xtixml.h
@@ -2073,6 +2086,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
src/msw/glcanvas.cpp
src/motif/glcanvas.cpp
src/x11/glcanvas.cpp
+ src/os2/glcanvas.cpp
@@ -2081,6 +2095,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
wx/msw/glcanvas.h
wx/motif/glcanvas.h
wx/x11/glcanvas.h
+ wx/os2/glcanvas.h
@@ -2125,6 +2140,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
$(BASE_UNIX_SRC)
$(BASE_WIN32_SRC)
$(BASE_MACOSX_SRC)
+ $(BASE_OS2_SRC)
$(BASE_AND_GUI_MAC_SRC)
@@ -2161,10 +2177,12 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
$(NET_UNIX_SRC)
$(NET_WIN32_SRC)
$(NET_MACOSX_SRC)
+ $(NET_OS2_SRC)
$(NET_UNIX_HDR)
$(NET_WIN32_HDR)
+ $(NET_OS2_HDR)
$(NET_MAC_HDR)
$(NET_DARWIN_HDR)
@@ -2182,7 +2200,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
$(MSW_LOWLEVEL_SRC)
$(MAC_LOWLEVEL_SRC)
$(COCOA_LOWLEVEL_SRC)
- $(OS2_LOWLEVEL_SRC)
+ $(OS2_LOWLEVEL_SRC)
$(X11_LOWLEVEL_SRC)
$(MGL_LOWLEVEL_SRC)
@@ -2192,7 +2210,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
$(MSW_LOWLEVEL_HDR)
$(MAC_LOWLEVEL_HDR)
$(COCOA_LOWLEVEL_HDR)
- $(OS2_LOWLEVEL_HDR)
+ $(OS2_LOWLEVEL_HDR)
$(X11_LOWLEVEL_HDR)
$(MGL_LOWLEVEL_HDR)
@@ -2203,7 +2221,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
$(MSW_SRC)
$(MAC_SRC)
$(COCOA_SRC)
- $(OS2_SRC)
+ $(OS2_SRC)
$(GTK_HDR)
@@ -2211,7 +2229,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
$(MSW_HDR)
$(MAC_HDR)
$(COCOA_HDR)
- $(OS2_HDR)
+ $(OS2_HDR)
@@ -2230,7 +2248,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
$(ADVANCED_UNIX_SRC)
$(ADVANCED_UNIX_SRC)
$(ADVANCED_UNIX_SRC)
- $(ADVANCED_OS2_SRC)
+ $(ADVANCED_OS2_SRC)
$(ADVANCED_MSW_HDR)
@@ -2238,7 +2256,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
$(ADVANCED_UNIX_HDR)
$(ADVANCED_UNIX_HDR)
$(ADVANCED_UNIX_HDR)
- $(ADVANCED_OS2_HDR)
+ $(ADVANCED_OS2_HDR)
$(ADVANCED_CMN_SRC) $(ADVANCED_PLATFORM_SRC)
$(ADVANCED_CMN_HDR) $(ADVANCED_PLATFORM_HDR)