diff options
author | Yuri Dario <ydario@apache.org> | 2017-12-14 13:50:08 +0000 |
---|---|---|
committer | Yuri Dario <ydario@apache.org> | 2017-12-14 13:50:08 +0000 |
commit | 612633c96398a91795331b248625cac8dc98fd55 (patch) | |
tree | 2bc46f01a920e31a780e8709406488d8dd9e18f7 /slideshow | |
parent | 21dad5bff119504c4a389c925951ba9593a730ea (diff) |
#i126518# OS/2 build system updates: use full names for slideshow and sysdtrans, remove unneeded libraries, use standard toolkit path, fix DLL short names, disable libs for coin-or.
Notes
Notes:
ignore: aoo
Diffstat (limited to 'slideshow')
-rw-r--r-- | slideshow/Library_slideshow.mk | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/slideshow/Library_slideshow.mk b/slideshow/Library_slideshow.mk index 78124e8b1cff..352f88ab9be0 100644 --- a/slideshow/Library_slideshow.mk +++ b/slideshow/Library_slideshow.mk @@ -19,18 +19,12 @@ # #************************************************************** -ifeq ($(OS),OS2) - SLIDESHOW_NAME := slidesho -else - SLIDESHOW_NAME := slideshow -endif +$(eval $(call gb_Library_Library,slideshow)) -$(eval $(call gb_Library_Library,$(SLIDESHOW_NAME))) +$(eval $(call gb_Library_set_componentfile,slideshow,slideshow/util/slideshow)) -$(eval $(call gb_Library_set_componentfile,$(SLIDESHOW_NAME),slideshow/util/slideshow)) - -$(eval $(call gb_Library_add_linked_libs,$(SLIDESHOW_NAME),\ +$(eval $(call gb_Library_add_linked_libs,slideshow,\ avmedia \ basegfx \ canvastools \ @@ -47,13 +41,13 @@ $(eval $(call gb_Library_add_linked_libs,$(SLIDESHOW_NAME),\ $(gb_STDLIBS) \ )) -$(eval $(call gb_Library_add_linked_static_libs,$(SLIDESHOW_NAME),\ +$(eval $(call gb_Library_add_linked_static_libs,slideshow,\ sldshw_s \ )) # List this file again, even though it's in the static lib, so that # component_getFactory and component_getImplementationEnvironment are exported: -$(eval $(call gb_Library_add_exception_objects,$(SLIDESHOW_NAME),\ +$(eval $(call gb_Library_add_exception_objects,slideshow,\ slideshow/source/engine/slideshowimpl \ )) |