[Libreoffice-commits] .: 2 commits - svx/Executable_gengal.bin.mk svx/Package_gengal.mk
Tor Lillqvist
tml at kemper.freedesktop.org
Mon Feb 20 00:54:24 PST 2012
svx/Executable_gengal.bin.mk | 2 ++
svx/Package_gengal.mk | 1 +
2 files changed, 3 insertions(+)
New commits:
commit 0ae63492f5aab6dfd33c2991f740f51422bde7ae
Author: Tor Lillqvist <tlillqvist at suse.com>
Date: Mon Feb 20 10:49:39 2012 +0200
Add Emacs mode line
diff --git a/svx/Executable_gengal.bin.mk b/svx/Executable_gengal.bin.mk
index 222c66c..dbd7818 100644
--- a/svx/Executable_gengal.bin.mk
+++ b/svx/Executable_gengal.bin.mk
@@ -1,3 +1,4 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#*************************************************************************
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
diff --git a/svx/Package_gengal.mk b/svx/Package_gengal.mk
index c47fc85..705ec91 100644
--- a/svx/Package_gengal.mk
+++ b/svx/Package_gengal.mk
@@ -1,3 +1,4 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#*************************************************************************
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
commit f34b1dc9617e56fcb0d369d72793585d7ad9be2d
Author: Tor Lillqvist <tlillqvist at suse.com>
Date: Mon Feb 20 10:46:54 2012 +0200
Link with gb_STDLIBS here, too
Would it perhaps have been better to always link with gb_STDLIBS
without having to mention it in each Library_*.mk and Executable_*.mk?
And then for those few exceptions come up with some "No STDLIBS,
thanks" thing?
diff --git a/svx/Executable_gengal.bin.mk b/svx/Executable_gengal.bin.mk
index 1f080fb..222c66c 100644
--- a/svx/Executable_gengal.bin.mk
+++ b/svx/Executable_gengal.bin.mk
@@ -57,6 +57,7 @@ $(eval $(call gb_Executable_add_linked_libs,$(gengalbin),\
vcl \
ucbhelper \
svxcore \
+ $(gb_STDLIBS) \
))
$(eval $(call gb_Executable_add_exception_objects,$(gengalbin),\
More information about the Libreoffice-commits
mailing list