diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-23 15:53:35 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-23 15:53:35 +0000 |
commit | 6735c822ef7b298d770873c7468e4b6ce23ba94d (patch) | |
tree | 77dcf20eb9b1528d939dcdc435d14540b3c6fd06 /libtextcat | |
parent | bed64a47a8e05f1e100ecfc8dab0d0b5bc4f23dc (diff) |
INTEGRATION: CWS langstatusbar (1.2.14); FILE MERGED
2007/11/19 11:51:00 tl 1.2.14.2: RESYNC: (1.2-1.4); FILE MERGED
2007/10/17 14:38:08 tl 1.2.14.1: integrating fixes from tl48
Diffstat (limited to 'libtextcat')
-rw-r--r-- | libtextcat/makefile.mk | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libtextcat/makefile.mk b/libtextcat/makefile.mk index 058fe79d7b53..d9c656c59624 100644 --- a/libtextcat/makefile.mk +++ b/libtextcat/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: hr $ $Date: 2007-11-02 14:13:23 $ +# last change: $Author: ihi $ $Date: 2007-11-23 16:53:35 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -73,7 +73,6 @@ OUT2LIB=$(BUILD_DIR)$/src$/.libs$/libtextcat*$(DLLPOST) .IF "$(GUI)"=="WNT" || "$(GUI)"=="OS2" BUILD_ACTION=cd src && dmake $(MAKEMACROS) - .ENDIF # "$(GUI)"=="WNT" || "$(GUI)"=="OS2" |