diff options
-rwxr-xr-x | basegfx/source/tools/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/basegfx/source/tools/makefile.mk b/basegfx/source/tools/makefile.mk index b54ef35f0bd1..4cbf38374e48 100755 --- a/basegfx/source/tools/makefile.mk +++ b/basegfx/source/tools/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: kz $ $Date: 2006-12-13 15:08:57 $ +# last change: $Author: kz $ $Date: 2008-04-04 16:03:56 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -48,7 +48,8 @@ ENABLE_EXCEPTIONS=TRUE SLOFILES= $(SLO)$/canvastools.obj \ $(SLO)$/debugplotter.obj \ $(SLO)$/liangbarsky.obj \ - $(SLO)$/tools.obj + $(SLO)$/tools.obj \ + $(SLO)$/unopolypolygon.obj # --- Targets ---------------------------------- |