Removed the "include/" from the corefoundation headers in files.bkl so
they will actually get installed. I expect that the other "include/" prefixes need to be removed too but I left them in case I am wrong. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30476 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1229,10 +1229,9 @@ COND_TOOLKIT_COCOA_BASE_PLATFORM_HDR = \
|
||||
wx/unix/pipe.h \
|
||||
wx/unix/stdpaths.h
|
||||
@COND_TOOLKIT_COCOA@BASE_PLATFORM_HDR = $(COND_TOOLKIT_COCOA_BASE_PLATFORM_HDR)
|
||||
COND_TOOLKIT_MAC_BASE_PLATFORM_HDR = \
|
||||
include/wx/mac/corefoundation/cfstring.h \
|
||||
include/wx/mac/corefoundation/stdpaths.h
|
||||
@COND_TOOLKIT_MAC@BASE_PLATFORM_HDR = $(COND_TOOLKIT_MAC_BASE_PLATFORM_HDR)
|
||||
@COND_TOOLKIT_MAC@BASE_PLATFORM_HDR = \
|
||||
@COND_TOOLKIT_MAC@ wx/mac/corefoundation/cfstring.h \
|
||||
@COND_TOOLKIT_MAC@ wx/mac/corefoundation/stdpaths.h
|
||||
@COND_PLATFORM_MACOSX_1@NET_PLATFORM_HDR = wx/unix/gsockunx.h
|
||||
@COND_PLATFORM_MACOS_1@NET_PLATFORM_HDR = include/wx/mac/carbon/gsockmac.h
|
||||
@COND_PLATFORM_OS2_1@NET_PLATFORM_HDR = wx/unix/gsockunx.h
|
||||
|
@@ -146,8 +146,8 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
|
||||
|
||||
<set var="BASE_MAC_HDR" hints="files">
|
||||
<!-- Shared wxMac and wxCocoa files -->
|
||||
include/wx/mac/corefoundation/cfstring.h
|
||||
include/wx/mac/corefoundation/stdpaths.h
|
||||
wx/mac/corefoundation/cfstring.h
|
||||
wx/mac/corefoundation/stdpaths.h
|
||||
</set>
|
||||
|
||||
<set var="BASE_OS2_SRC" hints="files">
|
||||
|
Reference in New Issue
Block a user