rename evoab2 back to evoab

This commit is contained in:
David Tardon
2012-04-14 09:53:48 +02:00
parent 978f343e6d
commit b7c152e14d
5 changed files with 14 additions and 14 deletions

View File

@@ -264,7 +264,7 @@ $(eval $(call gb_Helper_register_libraries,OOOLIBS, \
ept \ ept \
era \ era \
eti \ eti \
evoab2 \ evoab \
exp \ exp \
file \ file \
filterconfig \ filterconfig \

View File

@@ -25,13 +25,13 @@
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above. # instead of those above.
$(eval $(call gb_Configuration_Configuration,driver_evoab2)) $(eval $(call gb_Configuration_Configuration,driver_evoab))
$(eval $(call gb_Configuration_add_spool_modules,driver_evoab2,connectivity/registry/evoab2,\ $(eval $(call gb_Configuration_add_spool_modules,driver_evoab,connectivity/registry/evoab2,\
org/openoffice/Office/DataAccess/Drivers-evoab2.xcu \ org/openoffice/Office/DataAccess/Drivers-evoab2.xcu \
)) ))
$(eval $(call gb_Configuration_add_localized_datas,driver_evoab2,connectivity/registry/evoab2,\ $(eval $(call gb_Configuration_add_localized_datas,driver_evoab,connectivity/registry/evoab2,\
org/openoffice/Office/DataAccess/Drivers.xcu \ org/openoffice/Office/DataAccess/Drivers.xcu \
)) ))

View File

@@ -25,30 +25,30 @@
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above. # instead of those above.
$(eval $(call gb_Library_Library,evoab2)) $(eval $(call gb_Library_Library,evoab))
$(eval $(call gb_Library_use_packages,calc,\ $(eval $(call gb_Library_use_packages,calc,\
connectivity_generated \ connectivity_generated \
)) ))
$(eval $(call gb_Library_set_include,evoab2,\ $(eval $(call gb_Library_set_include,evoab,\
-I$(SRCDIR)/connectivity/source/inc \ -I$(SRCDIR)/connectivity/source/inc \
$$(INCLUDE) \ $$(INCLUDE) \
)) ))
$(eval $(call gb_Library_use_externals,evoab2,\ $(eval $(call gb_Library_use_externals,evoab,\
gtk \ gtk \
gobject \ gobject \
)) ))
$(eval $(call gb_Library_set_componentfile,evoab2,connectivity/source/drivers/evoab2/evoab)) $(eval $(call gb_Library_set_componentfile,evoab,connectivity/source/drivers/evoab2/evoab))
$(eval $(call gb_Library_use_api,evoab2,\ $(eval $(call gb_Library_use_api,evoab,\
offapi \ offapi \
udkapi \ udkapi \
)) ))
$(eval $(call gb_Library_use_libraries,evoab2,\ $(eval $(call gb_Library_use_libraries,evoab,\
comphelper \ comphelper \
cppu \ cppu \
cppuhelper \ cppuhelper \
@@ -63,7 +63,7 @@ $(eval $(call gb_Library_use_libraries,evoab2,\
$(gb_STDLIBS) \ $(gb_STDLIBS) \
)) ))
$(eval $(call gb_Library_add_exception_objects,evoab2,\ $(eval $(call gb_Library_add_exception_objects,evoab,\
connectivity/source/drivers/evoab2/NDriver \ connectivity/source/drivers/evoab2/NDriver \
connectivity/source/drivers/evoab2/NTable \ connectivity/source/drivers/evoab2/NTable \
connectivity/source/drivers/evoab2/NColumns \ connectivity/source/drivers/evoab2/NColumns \

View File

@@ -92,8 +92,8 @@ endif
ifeq ($(ENABLE_EVOAB2),TRUE) ifeq ($(ENABLE_EVOAB2),TRUE)
$(eval $(call gb_Module_add_targets,connectivity,\ $(eval $(call gb_Module_add_targets,connectivity,\
Configuration_evoab2 \ Configuration_evoab \
Library_evoab2 \ Library_evoab \
)) ))
endif endif

View File

@@ -331,7 +331,7 @@ ERROR : unknown-GUIBASE
.IF "$(ENABLE_EVOAB2)" == "TRUE" .IF "$(ENABLE_EVOAB2)" == "TRUE"
MY_FILES_main += $(MY_MOD)/org/openoffice/Office/DataAccess/Drivers-evoab2.xcu MY_FILES_main += $(MY_MOD)/org/openoffice/Office/DataAccess/Drivers-evoab2.xcu
MY_FILES_main += $(MY_MOD)/org/openoffice/Office/DataAccess-evoab2.xcu MY_FILES_main += $(MY_MOD)/org/openoffice/Office/DataAccess-evoab2.xcu
MY_DRIVERS += evoab2 MY_DRIVERS += evoab
.END .END
.IF "$(SOLAR_JAVA)" == "TRUE" .IF "$(SOLAR_JAVA)" == "TRUE"
MY_FILES_main += \ MY_FILES_main += \