CVS: [DE] wxWidgets setup.h.in, 1.261, 1.262 configure.in, 1.1263,
1.1264 configure, 1.1076, 1.1077
Vadim Zeitlin
vadim at wxwindows.org
Fri Jun 1 05:25:56 PDT 2007
On 27 May 2007 04:28:50 -0000 anonymous at sunsite.dk wrote:
> Update of /pack/cvsroots/wxwidgets/wxWidgets
> In directory sunsite.dk:/tmp/cvs-serv4869
>
> Modified Files:
> setup.h.in configure.in configure
> Log Message:
> Add implementation of Objective-C class name uniquifying.
>
>
> Index: setup.h.in
> ===================================================================
> RCS file: /pack/cvsroots/wxwidgets/wxWidgets/setup.h.in,v
> retrieving revision 1.261
> retrieving revision 1.262
> diff -u -b -r1.261 -r1.262
> --- setup.h.in 2007/05/14 23:42:15 1.261
> +++ setup.h.in 2007/05/27 04:28:34 1.262
> @@ -753,6 +753,11 @@
> #define wxUSE_WEBKIT 0
>
> /*
> + * Objective-C class name uniquifying
> + */
> +#define wxUSE_OBJC_UNIQUIFYING 0
Does this really have to be optional? I mean, it's not like we didn't have
enough of configure options already, so if there is no problems with always
enabling this, why not just always do it? So are there any drawbacks?
Thanks,
VZ
More information about the wx-dev
mailing list