define wxUSE_ACTIVEX and wxUSE_OLE_AUTOMATION with wxUSE_OLE (no separate switches for now...)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41582 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -6338,6 +6338,8 @@ if test "$USE_WIN32" = 1 -a \( "$wxUSE_DATAOBJ" = "yes" \
|
|||||||
LIBS=" -lrpcrt4 -loleaut32 -lole32 -luuid$LIBS"
|
LIBS=" -lrpcrt4 -loleaut32 -lole32 -luuid$LIBS"
|
||||||
if test "$wxUSE_OLE" = "yes" ; then
|
if test "$wxUSE_OLE" = "yes" ; then
|
||||||
AC_DEFINE(wxUSE_OLE)
|
AC_DEFINE(wxUSE_OLE)
|
||||||
|
AC_DEFINE(wxUSE_OLE_AUTOMATION)
|
||||||
|
AC_DEFINE(wxUSE_OLE_ACTIVEX)
|
||||||
SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS oleauto"
|
SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS oleauto"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user