Kaydet (Commit) 16986df5 authored tarafından Michael Stahl's avatar Michael Stahl

normalize values of WITH_MOZAB4WIN

Change-Id: Iad5aa66635a34a4dfceb0bd6145f2d9bd197cc17
üst e3ba7640
...@@ -375,11 +375,11 @@ $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, \ ...@@ -375,11 +375,11 @@ $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, \
$(if $(DISABLE_ATL),,oleautobridge) \ $(if $(DISABLE_ATL),,oleautobridge) \
smplmail \ smplmail \
wininetbe1 \ wininetbe1 \
$(if $(filter YES,$(WITH_MOZAB4WIN)), \ $(if $(WITH_MOZAB4WIN), \
mozab2 \ mozab2 \
mozabdrv \ mozabdrv \
) \ ) \
$(if $(filter NO,$(WITH_MOZAB4WIN)),mozbootstrap) \ $(if $(WITH_MOZAB4WIN),,mozbootstrap) \
) \ ) \
$(if $(filter $(OS),WNT),, \ $(if $(filter $(OS),WNT),, \
mork \ mork \
......
...@@ -8679,7 +8679,7 @@ dnl =================================================================== ...@@ -8679,7 +8679,7 @@ dnl ===================================================================
if test "$_os" = "WINNT"; then if test "$_os" = "WINNT"; then
AC_MSG_CHECKING([whether to enable build of Mozilla addressbook connectivity driver for Windows]) AC_MSG_CHECKING([whether to enable build of Mozilla addressbook connectivity driver for Windows])
if test "$enable_win_mozab_driver" = "yes" -a "$WITH_MINGW" != "YES" ; then if test "$enable_win_mozab_driver" = "yes" -a "$WITH_MINGW" != "YES" ; then
WITH_MOZAB4WIN=YES WITH_MOZAB4WIN=TRUE
AC_MSG_RESULT([yes, internal (old windows mozab driver)]) AC_MSG_RESULT([yes, internal (old windows mozab driver)])
BUILD_TYPE="$BUILD_TYPE MOZ" BUILD_TYPE="$BUILD_TYPE MOZ"
MSVC80_DLLS="msvcp80.dll msvcr80.dll Microsoft.VC80.CRT.manifest" MSVC80_DLLS="msvcp80.dll msvcr80.dll Microsoft.VC80.CRT.manifest"
...@@ -8691,7 +8691,7 @@ if test "$_os" = "WINNT"; then ...@@ -8691,7 +8691,7 @@ if test "$_os" = "WINNT"; then
done done
else else
AC_MSG_RESULT([no]) AC_MSG_RESULT([no])
WITH_MOZAB4WIN=NO WITH_MOZAB4WIN=
fi fi
fi fi
AC_SUBST(WITH_MOZAB4WIN) AC_SUBST(WITH_MOZAB4WIN)
......
...@@ -104,7 +104,7 @@ endif ...@@ -104,7 +104,7 @@ endif
ifeq ($(OS),WNT) ifeq ($(OS),WNT)
ifeq ($(WITH_MOZAB4WIN),YES) ifneq ($(WITH_MOZAB4WIN),)
$(eval $(call gb_Module_add_targets,connectivity,\ $(eval $(call gb_Module_add_targets,connectivity,\
Configuration_mozab \ Configuration_mozab \
Library_mozab \ Library_mozab \
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
$(eval $(call gb_Module_Module,moz)) $(eval $(call gb_Module_Module,moz))
ifeq ($(WITH_MOZAB4WIN),YES) ifneq ($(WITH_MOZAB4WIN),)
$(eval $(call gb_Module_add_targets,moz,\ $(eval $(call gb_Module_add_targets,moz,\
ExternalPackage_runtime \ ExternalPackage_runtime \
......
...@@ -12,7 +12,7 @@ $(eval $(call gb_Module_Module,msc-externals)) ...@@ -12,7 +12,7 @@ $(eval $(call gb_Module_Module,msc-externals))
$(eval $(call gb_Module_add_targets,msc-externals,\ $(eval $(call gb_Module_add_targets,msc-externals,\
$(if $(ENABLE_CRASHDUMP),Package_dbghelp) \ $(if $(ENABLE_CRASHDUMP),Package_dbghelp) \
Package_msvc_dlls \ Package_msvc_dlls \
$(if $(filter YES,$(WITH_MOZAB4WIN)),Package_msvc80_dlls) \ $(if $(WITH_MOZAB4WIN),Package_msvc80_dlls) \
)) ))
# vim: set noet sw=4 ts=4: # vim: set noet sw=4 ts=4:
...@@ -287,7 +287,7 @@ postprocess_FILES_main += \ ...@@ -287,7 +287,7 @@ postprocess_FILES_main += \
$(call gb_XcuModuleTarget_get_target,connectivity/registry/odbc)/org/openoffice/Office/DataAccess/Drivers-odbc.xcu $(call gb_XcuModuleTarget_get_target,connectivity/registry/odbc)/org/openoffice/Office/DataAccess/Drivers-odbc.xcu
postprocess_DRIVERS += dbase flat mysql odbc postprocess_DRIVERS += dbase flat mysql odbc
ifeq (WNT,$(OS)) ifeq (WNT,$(OS))
ifeq ($(WITH_MOZAB4WIN),YES) ifneq ($(WITH_MOZAB4WIN),)
postprocess_FILES_main += $(call gb_XcuModuleTarget_get_target,connectivity/registry/mozab)/org/openoffice/Office/DataAccess/Drivers-mozab.xcu postprocess_FILES_main += $(call gb_XcuModuleTarget_get_target,connectivity/registry/mozab)/org/openoffice/Office/DataAccess/Drivers-mozab.xcu
postprocess_DRIVERS += mozab postprocess_DRIVERS += mozab
endif endif
......
...@@ -283,7 +283,7 @@ $(eval $(call gb_Rdb_add_components,services,\ ...@@ -283,7 +283,7 @@ $(eval $(call gb_Rdb_add_components,services,\
ifeq ($(OS),WNT) ifeq ($(OS),WNT)
ifeq ($(WITH_MOZAB4WIN),YES) ifneq ($(WITH_MOZAB4WIN),)
$(eval $(call gb_Rdb_add_components,services,\ $(eval $(call gb_Rdb_add_components,services,\
connectivity/source/drivers/mozab/mozab \ connectivity/source/drivers/mozab/mozab \
)) ))
......
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