Make wxCocoa compile on Tiger.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32810 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
e605541c36
commit
1d1af5eaf0
5 changed files with 186 additions and 0 deletions
12
aclocal.m4
vendored
12
aclocal.m4
vendored
|
|
@ -91,6 +91,18 @@ XLCXX=`test $wx_compiler_xlc = yes && echo yes`
|
|||
AC_LANG_POP(C++)
|
||||
])
|
||||
|
||||
dnl ===========================================================================
|
||||
dnl Objective-C(++) related macros
|
||||
dnl ===========================================================================
|
||||
m4_define([AC_WX_LANG_OBJECTIVEC],
|
||||
[AC_LANG(C)
|
||||
ac_ext=m
|
||||
])
|
||||
|
||||
m4_define([AC_WX_LANG_OBJECTIVECPLUSPLUS],
|
||||
[AC_LANG(C++)
|
||||
ac_ext=mm
|
||||
])
|
||||
|
||||
dnl ===========================================================================
|
||||
dnl macros to find the a file in the list of include/lib paths
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue