diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 09:14:26 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 09:14:26 +0000 |
commit | 009f77e13e004ad1552021fcbf01142482d754d0 (patch) | |
tree | b033b51a8baf9d52a81dfc2f482fce4b179eca78 /svx/util/makefile.mk | |
parent | 45cce64d924fa77bf8065699adda864bbddcbd7d (diff) |
INTEGRATION: CWS impresstables2 (1.47.130); FILE MERGED
2008/03/11 18:18:43 cl 1.47.130.6: RESYNC: (1.53-1.55); FILE MERGED
2007/12/01 19:26:06 cl 1.47.130.5: RESYNC: (1.52-1.53); FILE MERGED
2007/08/01 19:06:38 cl 1.47.130.4: RESYNC: (1.51-1.52); FILE MERGED
2007/06/27 18:12:07 cl 1.47.130.3: RESYNC: (1.48-1.51); FILE MERGED
2007/04/12 20:40:15 cl 1.47.130.2: RESYNC: (1.47-1.48); FILE MERGED
2007/03/15 17:21:59 cl 1.47.130.1: #i68103# adding a shape for tables
Diffstat (limited to 'svx/util/makefile.mk')
-rw-r--r-- | svx/util/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/svx/util/makefile.mk b/svx/util/makefile.mk index c2704afa58ae..b22520176a11 100644 --- a/svx/util/makefile.mk +++ b/svx/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.55 $ +# $Revision: 1.56 $ # -# last change: $Author: kz $ $Date: 2008-03-06 12:46:14 $ +# last change: $Author: rt $ $Date: 2008-03-12 10:14:26 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -100,7 +100,8 @@ LIB4FILES=\ $(SLB)$/engine3d.lib \ $(SLB)$/msfilter.lib \ $(SLB)$/xout.lib \ - $(SLB)$/xml.lib + $(SLB)$/xml.lib \ + $(SLB)$/table.lib HELPIDFILES= ..$/inc$/helpid.hrc |