From 62f988852e065d5185a19b159c57514bdaa58f5f Mon Sep 17 00:00:00 2001 From: Stefan Neis Date: Thu, 22 Nov 2007 01:11:08 +0000 Subject: [PATCH] Also use unix timer implementation for ConsoleApp. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50142 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- build/bakefiles/files.bkl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/bakefiles/files.bkl b/build/bakefiles/files.bkl index c2c9eae1de..93ae093520 100644 --- a/build/bakefiles/files.bkl +++ b/build/bakefiles/files.bkl @@ -255,6 +255,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! src/common/selectdispatcher.cpp src/unix/appunix.cpp src/unix/evtloopunix.cpp + src/unix/timerunx.cpp src/os2/dir.cpp src/os2/mimetype.cpp src/os2/stdpaths.cpp @@ -267,6 +268,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! wx/private/fdiodispatcher.h wx/private/selectdispatcher.h + wx/unix/app.h wx/os2/apptbase.h wx/os2/apptrait.h wx/unix/evtloop.h -- 2.50.0