]> git.saurik.com Git - wxWidgets.git/commitdiff
[ 1307801 ] datectrl.cpp missing from mono project for WinCE
authorWłodzimierz Skiba <abx@abx.art.pl>
Thu, 29 Sep 2005 10:28:48 +0000 (10:28 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Thu, 29 Sep 2005 10:28:48 +0000 (10:28 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35762 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/bakefiles/files.bkl

index 3f55074e72fbb1c72d8cf211735c10a9ae68e686..f720c8d2adc4a7ce3f6a26a195de8c0ad8d886b5 100644 (file)
@@ -2908,9 +2908,11 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
     <!-- wxAdv files not used by wxUniv -->
     <set var="ADVANCED_PLATFORM_NATIVE_SRC" hints="files">
         <if cond="TOOLKIT=='MSW'">$(ADVANCED_MSW_NATIVE_SRC)</if>
+        <if cond="TOOLKIT=='WINCE'">$(ADVANCED_MSW_NATIVE_SRC)</if>
     </set>
     <set var="ADVANCED_PLATFORM_NATIVE_HDR" hints="files">
         <if cond="TOOLKIT=='MSW'">$(ADVANCED_MSW_NATIVE_HDR)</if>
+        <if cond="TOOLKIT=='WINCE'">$(ADVANCED_MSW_NATIVE_HDR)</if>
     </set>
 
     <set var="ADVANCED_SRC" hints="files">