+<!-- Files used only by desktop MSW port, but *not* WindowsCE one: -->
+<set var="MSW_ONLY_SRC" hints="files">
+ src/msw/fdrepdlg.cpp
+ src/msw/fontdlg.cpp
+ src/msw/helpchm.cpp
+ src/msw/helpwin.cpp
+</set>
+<set var="MSW_ONLY_HDR" hints="files">
+ wx/msw/fdrepdlg.h
+ wx/msw/fontdlg.h
+ wx/msw/helpbest.h
+ wx/msw/helpchm.h
+ wx/msw/helpwin.h
+ wx/msw/ole/automtn.h
+ wx/msw/ole/uuid.h
+</set>
+
+<!-- Files used by WindowsCE port but not by desktop MSW port: -->
+<set var="WINCE_SRC" hints="files">
+ src/generic/dirdlgg.cpp
+ src/generic/fdrepdlg.cpp
+ src/generic/fontdlgg.cpp
+ src/msw/wince/crt.cpp
+ src/msw/wince/filedlgwce.cpp
+ src/msw/wince/helpwce.cpp
+ src/msw/wince/tbarwce.cpp
+ src/msw/wince/menuce.cpp
+</set>
+<set var="WINCE_HDR" hints="files">
+ wx/generic/fdrepdlg.h
+ wx/generic/fontdlgg.h
+ wx/msw/wince/helpwce.h
+ wx/msw/wince/libraries.h
+ wx/msw/wince/missing.h
+ wx/msw/wince/tbarwce.h
+ wx/msw/wince/resources.h
+</set>
+