diff --git a/Repository.mk b/Repository.mk old mode 100755 new mode 100644 index 220d79b35b50..b31a8091aed8 --- a/Repository.mk +++ b/Repository.mk @@ -554,13 +554,14 @@ $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,ooo, \ dtrans \ fps \ ftransl \ - $(if $(ENABLE_JAVA),java_uno_accessbridge) \ $(if $(DISABLE_ATL),,\ inprocserv \ ) \ $(if $(ENABLE_IA2), \ - UAccCOM \ - winaccessibility \ + UAccCOM \ + winaccessibility \ + , \ + $(if $(ENABLE_JAVA),java_uno_accessbridge) \ ) \ ) \ )) diff --git a/configure.ac b/configure.ac old mode 100755 new mode 100644 index 1473aebf52c1..394b8cd4c2e8 --- a/configure.ac +++ b/configure.ac @@ -11613,6 +11613,7 @@ if test "$enable_ia2" = "yes"; then if test "$_os" = "WINNT"; then AC_MSG_RESULT([yes]) ENABLE_IA2="TRUE" + SCPDEFS="$SCPDEFS -DENABLE_IA2" else AC_MSG_RESULT([no]) fi diff --git a/scp2/source/ooo/file_ooo.scp b/scp2/source/ooo/file_ooo.scp index e8be2289d48a..68eae2e6aa26 100644 --- a/scp2/source/ooo/file_ooo.scp +++ b/scp2/source/ooo/file_ooo.scp @@ -315,7 +315,7 @@ STD_JAR_FILE( gid_File_Jar_Xmerge, xmerge ) STD_JAR_FILE( gid_File_Jar_Xmergebridge, XMergeBridge ) #endif -#if defined ENABLE_JAVA && defined WNT +#if defined ENABLE_JAVA && defined WNT && !defined(ENABLE_IA2) STD_JAR_FILE( gid_File_Jar_Accessbridge, java_uno_accessbridge ) #endif