Kaydet (Commit) b6fc0ac8 authored tarafından Matúš Kukan's avatar Matúš Kukan

remove WITH_ACTIVEX_COMPONENT

Change-Id: I3320b3ce3307598a479dfac5b120e85441c670dc
üst f3464f5e
...@@ -3065,7 +3065,6 @@ if test "$_os" = "WINNT" -a "$WITH_MINGW" != yes; then ...@@ -3065,7 +3065,6 @@ if test "$_os" = "WINNT" -a "$WITH_MINGW" != yes; then
AC_MSG_CHECKING([whether to use ActiveX]) AC_MSG_CHECKING([whether to use ActiveX])
if test "$enable_activex" = "yes" -o "$enable_activex" = ""; then if test "$enable_activex" = "yes" -o "$enable_activex" = ""; then
DISABLE_ACTIVEX="" DISABLE_ACTIVEX=""
SCPDEFS="$SCPDEFS -DWITH_ACTIVEX_COMPONENT"
AC_MSG_RESULT([yes]) AC_MSG_RESULT([yes])
else else
DISABLE_ACTIVEX="TRUE" DISABLE_ACTIVEX="TRUE"
......
...@@ -26,7 +26,7 @@ $(eval $(call gb_InstallScript_use_modules,setup_osl,\ ...@@ -26,7 +26,7 @@ $(eval $(call gb_InstallScript_use_modules,setup_osl,\
scp2/writer \ scp2/writer \
scp2/xsltfilter \ scp2/xsltfilter \
$(if $(filter WNT,$(OS)),\ $(if $(filter WNT,$(OS)),\
scp2/activex \ $(if $(DISABLE_ACTIVEX),,scp2/activex) \
scp2/quickstart \ scp2/quickstart \
scp2/windows \ scp2/windows \
$(if $(filter MSC,$(COM)),\ $(if $(filter MSC,$(COM)),\
......
...@@ -37,7 +37,7 @@ $(eval $(call gb_Module_add_targets,scp2,\ ...@@ -37,7 +37,7 @@ $(eval $(call gb_Module_add_targets,scp2,\
InstallScript_sdkoo \ InstallScript_sdkoo \
) \ ) \
$(if $(filter WNT,$(OS)),\ $(if $(filter WNT,$(OS)),\
InstallModule_activex \ $(if $(DISABLE_ACTIVEX),,InstallModule_activex) \
InstallModule_quickstart \ InstallModule_quickstart \
InstallModule_windows \ InstallModule_windows \
$(if $(filter MSC,$(COM)),\ $(if $(filter MSC,$(COM)),\
......
...@@ -18,8 +18,6 @@ ...@@ -18,8 +18,6 @@
#include "macros.inc" #include "macros.inc"
#ifdef WITH_ACTIVEX_COMPONENT
File gid_File_Lib_Soactivex File gid_File_Lib_Soactivex
LIB_FILE_BODY; LIB_FILE_BODY;
Styles = (PACKED); Styles = (PACKED);
...@@ -36,5 +34,3 @@ End ...@@ -36,5 +34,3 @@ End
ComponentCondition = "VersionNT64"; ComponentCondition = "VersionNT64";
End End
#endif #endif
#endif // WITH_ACTIVEX_COMPONENT
...@@ -19,8 +19,6 @@ ...@@ -19,8 +19,6 @@
#include "macros.inc" #include "macros.inc"
#include "AutoInstall/activexbinarytable" #include "AutoInstall/activexbinarytable"
#ifdef WITH_ACTIVEX_COMPONENT
Module gid_Module_Optional_Activexcontrol Module gid_Module_Optional_Activexcontrol
PackageInfo = "packinfo_office.txt"; PackageInfo = "packinfo_office.txt";
MOD_NAME_DESC ( MODULE_OPTIONAL_ACTIVEXCONTROL ); MOD_NAME_DESC ( MODULE_OPTIONAL_ACTIVEXCONTROL );
...@@ -33,5 +31,3 @@ Module gid_Module_Optional_Activexcontrol ...@@ -33,5 +31,3 @@ Module gid_Module_Optional_Activexcontrol
gid_File_Lib_Soactivex64, gid_File_Lib_Soactivex64,
gid_File_Lib_Regpatchactivex_Msi); gid_File_Lib_Regpatchactivex_Msi);
End End
#endif // WITH_ACTIVEX_COMPONENT
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment