]> git.saurik.com Git - wxWidgets.git/blobdiff - build/bakefiles/files.bkl
touch wxWindows.dsp
[wxWidgets.git] / build / bakefiles / files.bkl
index c87a7ab06a5a7b002f16b1721c7be1dc1bdd77e0..f67c8c441e33297bc306ef9f05db8cd869143d14 100644 (file)
@@ -1690,7 +1690,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
     src/cocoa/main.cpp
     src/cocoa/menu.mm
     src/cocoa/menuitem.mm
-    src/cocoa/pen.cpp
+    src/cocoa/pen.mm
     src/cocoa/radiobox.mm
     src/cocoa/radiobut.mm
     src/cocoa/region.cpp
@@ -2086,16 +2086,21 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
 
 <set var="ODBC_SRC" hints="files">
     src/common/db.cpp
-    src/common/dbgrid.cpp
     src/common/dbtable.cpp
 </set>
 <set var="ODBC_HDR" hints="files">
     wx/db.h
-    wx/dbgrid.h
     wx/dbkeyg.h
     wx/dbtable.h
 </set>
 
+<set var="DBGRID_SRC" hints="files">
+    src/common/dbgrid.cpp
+</set>
+<set var="DBGRID_HDR" hints="files">
+    wx/dbgrid.h
+</set>
+
 
 
 <!-- ====================================================================== -->
@@ -2245,7 +2250,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
         $(NET_CMN_HDR) $(NET_PLATFORM_HDR)
         $(ALL_GUI_HEADERS) $(ADVANCED_HDR)
         $(HTML_HDR) $(XML_HDR)
-        $(OPENGL_HDR) $(ODBC_HDR)
+        $(OPENGL_HDR) $(ODBC_HDR) $(DBGRID_HDR)
     </set>
 
 </makefile>