]> git.saurik.com Git - wxWidgets.git/commitdiff
Changed BASE_DARWIN_SRC to match BASE_UNIX_SRC
authorDavid Elliott <dfe@tgwbd.org>
Wed, 2 Jul 2003 19:46:13 +0000 (19:46 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Wed, 2 Jul 2003 19:46:13 +0000 (19:46 +0000)
Removed $(BASE_UNIX_SRC/HDR) from COCOA_LOWLEVEL_SRC/HDR

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21584 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/bakefiles/files.bkl

index 62bd7768c30fae59f0aff3ede453e5ef13747fa9..b568da3c9ea3ffe94e4dcd4aba401246433d963e 100644 (file)
 <set var="BASE_DARWIN_SRC">
     src/unix/baseunix.cpp
     src/unix/dir.cpp
-    src/mac/gsocket.c
-    src/mac/mimetmac.cpp
-    src/mac/utils.cpp
-    src/mac/utilsexc.cpp
+    src/unix/gsocket.c
+    src/unix/mimetype.cpp
+    src/unix/snglinst.cpp
+    src/unix/threadpsx.cpp
 </set>
 <set var="BASE_AND_GUI_DARWIN_SRC">
     src/unix/utilsunx.cpp
 <!-- ====================================================================== -->
 
 <set var="COCOA_LOWLEVEL_SRC">
-    <!-- Unix files used by wxCocoa: -->
-    $(BASE_UNIX_SRC)
-    src/unix/utilsunx.cpp
 </set>
 <set var="COCOA_LOWLEVEL_HDR">
-    $(BASE_UNIX_HDR)
 </set>
 <set var="COCOA_SRC">
     src/cocoa/NSBox.mm