diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2013-06-14 12:48:20 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2013-06-15 21:32:37 +0200 |
commit | 9555b5bdb9ce2251bb8c4f967f20ed1b13eecf5e (patch) | |
tree | 217eb6f8a01586eff83babf32e31addd500bd1f8 /svx | |
parent | 944f3a6c6e48f1b5532fa16ab38918b9b3f9412e (diff) |
Add gengal to RepositoryFixes and autoinstall it.
Change-Id: I935fb9fd2620447f9aba9142b7db896e6fe31133
Diffstat (limited to 'svx')
-rw-r--r-- | svx/Executable_gengal.bin.mk | 25 |
1 files changed, 9 insertions, 16 deletions
diff --git a/svx/Executable_gengal.bin.mk b/svx/Executable_gengal.bin.mk index 7be4ace7a452..55cc2f140a58 100644 --- a/svx/Executable_gengal.bin.mk +++ b/svx/Executable_gengal.bin.mk @@ -17,26 +17,19 @@ # the License at http://www.apache.org/licenses/LICENSE-2.0 . # -ifeq ($(OS),WNT) -svx_GENGALBIN := gengal -else -svx_GENGALBIN := gengal.bin -endif - - -$(eval $(call gb_Executable_Executable,$(svx_GENGALBIN))) +$(eval $(call gb_Executable_Executable,gengal)) -$(eval $(call gb_Executable_set_include,$(svx_GENGALBIN),\ +$(eval $(call gb_Executable_set_include,gengal,\ $$(INCLUDE) \ -I$(SRCDIR)/svx/inc/ \ -I$(SRCDIR)/svx/inc/pch \ )) -$(eval $(call gb_Executable_use_external,$(svx_GENGALBIN),boost_headers)) +$(eval $(call gb_Executable_use_external,gengal,boost_headers)) -$(eval $(call gb_Executable_use_sdk_api,$(svx_GENGALBIN))) +$(eval $(call gb_Executable_use_sdk_api,gengal)) -$(eval $(call gb_Executable_use_libraries,$(svx_GENGALBIN),\ +$(eval $(call gb_Executable_use_libraries,gengal,\ basegfx \ sal \ tl \ @@ -51,16 +44,16 @@ $(eval $(call gb_Executable_use_libraries,$(svx_GENGALBIN),\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Executable_add_exception_objects,$(svx_GENGALBIN),\ +$(eval $(call gb_Executable_add_exception_objects,gengal,\ svx/source/gengal/gengal \ )) -$(eval $(call gb_Executable_use_static_libraries,$(svx_GENGALBIN),\ +$(eval $(call gb_Executable_use_static_libraries,gengal,\ vclmain \ )) ifeq ($(OS),WNT) -$(eval $(call gb_Executable_use_system_win32_libs,$(svx_GENGALBIN),\ +$(eval $(call gb_Executable_use_system_win32_libs,gengal,\ kernel32 \ msvcrt \ oldnames \ @@ -69,7 +62,7 @@ $(eval $(call gb_Executable_use_system_win32_libs,$(svx_GENGALBIN),\ endif ifeq ($(OS),LINUX) -$(eval $(call gb_Executable_add_libs,$(svx_GENGALBIN),\ +$(eval $(call gb_Executable_add_libs,gengal,\ -ldl \ -lpthread \ )) |