Kaydet (Commit) 748fd365 authored tarafından Tor Lillqvist's avatar Tor Lillqvist Kaydeden (comit) Petr Mladek

Check WITH_MOZAB4WIN

üst 086be319
...@@ -337,7 +337,6 @@ my_components += \ ...@@ -337,7 +337,6 @@ my_components += \
component/dtrans/util/dnd \ component/dtrans/util/dnd \
component/dtrans/util/ftransl \ component/dtrans/util/ftransl \
component/dtrans/util/sysdtrans \ component/dtrans/util/sysdtrans \
component/fpicker/source/odma/fps_odma \
component/fpicker/source/win32/fps \ component/fpicker/source/win32/fps \
component/shell/source/backends/wininetbe/wininetbe1 \ component/shell/source/backends/wininetbe/wininetbe1 \
component/shell/source/win32/simplemail/smplmail \ component/shell/source/win32/simplemail/smplmail \
...@@ -374,7 +373,7 @@ my_components += \ ...@@ -374,7 +373,7 @@ my_components += \
.END .END
.IF "$(OS)" == "WNT" .IF "$(OS)" == "WNT"
.IF "$(SYSTEM_MOZILLA)" != "YES" && "$(WITH_MOZILLA)" != "NO" .IF "$(WITH_MOZAB4WIN)" == "YES"
my_components += component/connectivity/source/drivers/mozab/mozab my_components += component/connectivity/source/drivers/mozab/mozab
.ELSE .ELSE
my_components += component/connectivity/source/drivers/mozab/bootstrap/mozbootstrap my_components += component/connectivity/source/drivers/mozab/bootstrap/mozbootstrap
......
...@@ -351,7 +351,7 @@ MY_DRIVERS += kab ...@@ -351,7 +351,7 @@ MY_DRIVERS += kab
.END .END
.IF "$(OS)" == "WNT" .IF "$(OS)" == "WNT"
.IF "$(SYSTEM_MOZILLA)" != "YES" && "$(WITH_MOZILLA)" != "NO" .IF "$(WITH_MOZAB4WIN)" == "YES"
MY_FILES_main += $(MY_MOD)/org/openoffice/Office/DataAccess/Drivers-mozab.xcu MY_FILES_main += $(MY_MOD)/org/openoffice/Office/DataAccess/Drivers-mozab.xcu
MY_DRIVERS += mozab MY_DRIVERS += mozab
.END .END
......
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