diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-02-25 15:50:55 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-02-25 15:50:55 +0000 |
commit | 919d3f24d77860ce77f00ceae4544c1b57b9be5e (patch) | |
tree | b4c84a9048c43e065c49004c5bd62301ca2a51af /agg | |
parent | 3a833ad1c05b7402523f1722b8d25ef281615cc5 (diff) |
INTEGRATION: CWS supdremove02 (1.6.8); FILE MERGED
2008/01/29 09:04:46 rt 1.6.8.1: #i85482# Remove UPD from library name
Diffstat (limited to 'agg')
-rwxr-xr-x | agg/source/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/agg/source/makefile.mk b/agg/source/makefile.mk index 436ec9e..dd20192 100755 --- a/agg/source/makefile.mk +++ b/agg/source/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: hr $ $Date: 2007-06-26 17:45:05 $ +# last change: $Author: obo $ $Date: 2008-02-25 16:50:55 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -76,7 +76,7 @@ SLOFILES= \ $(SLO)$/agg_vpgen_clip_polyline.obj \ $(SLO)$/agg_vpgen_segmentator.obj -SHL1TARGET = $(TARGET)$(UPD)$(DLLPOSTFIX) +SHL1TARGET = $(TARGET)$(DLLPOSTFIX) SHL1IMPLIB = i$(TARGET) SHL1LIBS = $(SLB)$/$(TARGET).lib SHL1DEF = $(MISC)$/$(SHL1TARGET).def |