]> git.saurik.com Git - wxWidgets.git/blobdiff - build/bakefiles/files.bkl
move define to better place
[wxWidgets.git] / build / bakefiles / files.bkl
index baad79330c5a4975fe4effabe539bff4716ef2a3..cbd108ea962278ff827192533d36c2e11b026a44 100644 (file)
@@ -102,11 +102,11 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
     src/mac/dirmac.cpp
     src/mac/mimetmac.cpp
     src/unix/baseunix.cpp
+    src/mac/utilsexc.cpp
 </set>
 
 <set var="BASE_AND_GUI_MAC_SRC" hints="files">
     src/mac/utils.cpp
-    src/mac/utilsexc.cpp
 </set>
 
 <set var="BASE_MAC_HDR" hints="files">
@@ -1091,7 +1091,6 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
     src/msw/notebook.cpp
     src/msw/ole/access.cpp
     src/msw/ownerdrw.cpp
-    src/msw/penwin.cpp
     src/msw/printdlg.cpp
     src/msw/printwin.cpp
     src/msw/radiobox.cpp
@@ -2118,7 +2117,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
         <if cond="PLATFORM_MACOSX=='1'">$(BASE_MACOSX_SRC)</if>
     </set>
     <set var="BASE_AND_GUI_TOOLKIT_SRC" hints="files">
-        <if cond="TOOLKIT=='MSW'">$(BASE_AND_GUI_MAC_SRC)</if>
+        <if cond="TOOLKIT=='MAC'">$(BASE_AND_GUI_MAC_SRC)</if>
     </set>
     <set var="BASE_AND_GUI_PLATFORM_SRC" hints="files">
         <if cond="PLATFORM_UNIX=='1'">$(BASE_AND_GUI_UNIX_SRC)</if>