[Libreoffice-commits] core.git: Branch 'aoo/trunk' - basctl/Library_basctl.mk

Damjan Jovanovic damjan at apache.org
Fri Dec 30 06:09:15 UTC 2016


 basctl/Library_basctl.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6f0655181db64bdcb70d2c3a4b655f1fef315fcb
Author: Damjan Jovanovic <damjan at apache.org>
Date:   Fri Dec 30 03:51:56 2016 +0000

    It's called shell32, not shell.
    
    Patch by: me

diff --git a/basctl/Library_basctl.mk b/basctl/Library_basctl.mk
index e7448bfd..b5e4194 100644
--- a/basctl/Library_basctl.mk
+++ b/basctl/Library_basctl.mk
@@ -68,7 +68,7 @@ $(eval $(call gb_Library_add_linked_libs,basctl,\
 
 ifeq ($(GUI),WNT)
 $(eval $(call gb_Library_add_linked_libs,basctl,\
-	shell \
+	shell32 \
 ))
 endif
 


More information about the Libreoffice-commits mailing list