diff options
author | Gerd Weiss <gm@openoffice.org> | 2007-05-10 10:02:30 +0000 |
---|---|---|
committer | Gerd Weiss <gm@openoffice.org> | 2007-05-10 10:02:30 +0000 |
commit | 398265e2800f298f30b5e207b31ac80923c7473e (patch) | |
tree | a5289cd17863018bbb01814c27ba5b3e4fb763fe /setup_native/source | |
parent | a42a6649d4547f3fbea684f4596bfc210780766e (diff) |
INTEGRATION: CWS native82 (1.5.70); FILE MERGED
2007/03/29 11:54:29 is 1.5.70.2: RESYNC: (1.5-1.6); FILE MERGED
2007/03/28 07:26:33 dv 1.5.70.1: #i75394# Use only one function definition of SetMSIErrorCode
Diffstat (limited to 'setup_native/source')
-rw-r--r-- | setup_native/source/win32/customactions/languagepacks/makefile.mk | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/setup_native/source/win32/customactions/languagepacks/makefile.mk b/setup_native/source/win32/customactions/languagepacks/makefile.mk index 3b5d8bd9f12b..f03b6c7851f4 100644 --- a/setup_native/source/win32/customactions/languagepacks/makefile.mk +++ b/setup_native/source/win32/customactions/languagepacks/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: vg $ $Date: 2007-03-26 14:07:52 $ +# last change: $Author: gm $ $Date: 2007-05-10 11:02:30 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -63,6 +63,9 @@ STDSHL+= \ $(MSILIB)\ $(LIBSTLPORTST) +SHL1OBJS = $(SLOFILES) \ + $(SLO)$/seterror.obj + .IF "$(COM)"=="GCC" STDSHL+= \ $(KERNEL32LIB)\ |