From: Włodzimierz Skiba Date: Fri, 11 Mar 2005 07:21:36 +0000 (+0000) Subject: chkconf.h of wince has to be included in files.bkl X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/2227439beaac0d7ca74d732894db4226ea6b7398 chkconf.h of wince has to be included in files.bkl git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32748 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/Makefile.in b/Makefile.in index e5dbb453e9..0e5b0ac8a0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1204,7 +1204,8 @@ COND_WXUSE_EXPAT_BUILTIN___wxexpat___depname = \ @COND_BUILD_RELEASE_UNICODE_0@PLUGINSUFFIX = @COND_BUILD_RELEASE_UNICODE_1@PLUGINSUFFIX = u @COND_TOOLKIT_WINCE@BASE_WINCE_SRC = src/msw/wince/time.cpp -@COND_TOOLKIT_WINCE@BASE_WINCE_HDR = wx/msw/wince/time.h +@COND_TOOLKIT_WINCE@BASE_WINCE_HDR = wx/msw/wince/time.h \ +@COND_TOOLKIT_WINCE@ wx/msw/wince/chkconf.h @COND_TOOLKIT_WINCE@NET_WINCE_SRC = src/msw/wince/net.cpp @COND_TOOLKIT_WINCE@NET_WINCE_HDR = wx/msw/wince/net.h @COND_TOOLKIT_COCOA@OPENGL_HDR = wx/cocoa/glcanvas.h diff --git a/build/bakefiles/files.bkl b/build/bakefiles/files.bkl index ec33a89bd6..1cc37d8693 100644 --- a/build/bakefiles/files.bkl +++ b/build/bakefiles/files.bkl @@ -119,7 +119,10 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! wx/msw/wrapwin.h - wx/msw/wince/time.h + + wx/msw/wince/time.h + wx/msw/wince/chkconf.h +