diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-02-25 15:59:28 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-02-25 15:59:28 +0000 |
commit | cab856eadacf475745c56ee524be22f8dc5b80ab (patch) | |
tree | dd0cc4f3be02e024419add9184087f1ef84d105b /libegg | |
parent | 4001fe8d9275a1c132661f08e51cf4bb3798f6a4 (diff) |
INTEGRATION: CWS supdremove02 (1.3.6); FILE MERGED
2008/01/29 08:21:05 rt 1.3.6.1: #i85482# Remove UPD from library name
Diffstat (limited to 'libegg')
-rw-r--r-- | libegg/source/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libegg/source/makefile.mk b/libegg/source/makefile.mk index 857f9dab08c2..d8d305d79651 100644 --- a/libegg/source/makefile.mk +++ b/libegg/source/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: vg $ $Date: 2007-10-22 14:38:42 $ +# last change: $Author: obo $ $Date: 2008-02-25 16:59:28 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -64,7 +64,7 @@ SHL1NOCHECK=TRUE .ENDIF # "$(PKGCONFIG_ROOT)"!="" -SHL1TARGET= eggtray$(UPD)$(DLLPOSTFIX) +SHL1TARGET= eggtray$(DLLPOSTFIX) SHL1LIBS= $(SLB)$/eggtray.lib .ENDIF # "$(ENABLE_GTK)"!="" |