diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-03-30 06:42:07 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-03-30 06:42:07 +0000 |
commit | 1403083c4330d007a0c0012d727545ef4d1793b1 (patch) | |
tree | 6099fd6d247288cf8678f1dfcedbfeac34b8d2da /basegfx/prj | |
parent | 9c7f3fedcd0ac0afdccbff6866f83e531a8ed310 (diff) |
INTEGRATION: CWS presfixes02 (1.24.2); FILE MERGED
2005/03/15 16:45:37 mbu 1.24.2.1: added polypolygon triangulation
Diffstat (limited to 'basegfx/prj')
-rw-r--r-- | basegfx/prj/d.lst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/basegfx/prj/d.lst b/basegfx/prj/d.lst index 92c2094f8609..bd92d4eb5be6 100644 --- a/basegfx/prj/d.lst +++ b/basegfx/prj/d.lst @@ -2,7 +2,7 @@ ..\%__SRC%\bin\basegfx?????.dll %_DEST%\bin%_EXT%\basegfx?????.dll -..\%__SRC%\lib\libbasegfx*.* %_DEST%\lib%_EXT%\libbasegfx*.* +..\%__SRC%\lib\libbasegfx?????.* %_DEST%\lib%_EXT%\libbasegfx?????.* ..\%__SRC%\lib\*.a %_DEST%\lib%_EXT%\*.a ..\%__SRC%\lib\*.dylib %_DEST%\lib%_EXT%\*.dylib @@ -38,7 +38,6 @@ mkdir: %_DEST%\inc%_EXT%\basegfx\range mkdir: %_DEST%\inc%_EXT%\basegfx\vector ..\inc\basegfx\vector\b2dvector.hxx %_DEST%\inc%_EXT%\basegfx\vector\b2dvector.hxx -..\inc\basegfx\vector\b2enums.hxx %_DEST%\inc%_EXT%\basegfx\vector\b2enums.hxx ..\inc\basegfx\vector\b2dsize.hxx %_DEST%\inc%_EXT%\basegfx\vector\b2dsize.hxx ..\inc\basegfx\vector\b3dvector.hxx %_DEST%\inc%_EXT%\basegfx\vector\b3dvector.hxx ..\inc\basegfx\vector\b3dsize.hxx %_DEST%\inc%_EXT%\basegfx\vector\b3dsize.hxx @@ -62,6 +61,8 @@ mkdir: %_DEST%\inc%_EXT%\basegfx\polygon ..\inc\basegfx\polygon\b2dpolypolygontools.hxx %_DEST%\inc%_EXT%\basegfx\polygon\b2dpolypolygontools.hxx ..\inc\basegfx\polygon\b2dpolypolygonrasterconverter.hxx %_DEST%\inc%_EXT%\basegfx\polygon\b2dpolypolygonrasterconverter.hxx ..\inc\basegfx\polygon\b2dlinegeometry.hxx %_DEST%\inc%_EXT%\basegfx\polygon\b2dlinegeometry.hxx +..\inc\basegfx\polygon\b2dpolygontriangulator.hxx %_DEST%\inc%_EXT%\basegfx\polygon\b2dpolygontriangulator.hxx +..\inc\basegfx\polygon\b2dpolygoncutandtouch.hxx %_DEST%\inc%_EXT%\basegfx\polygon\b2dpolygoncutandtouch.hxx ..\inc\basegfx\polygon\b3dpolygon.hxx %_DEST%\inc%_EXT%\basegfx\polygon\b3dpolygon.hxx ..\inc\basegfx\polygon\b3dpolypolygon.hxx %_DEST%\inc%_EXT%\basegfx\polygon\b3dpolypolygon.hxx ..\inc\basegfx\polygon\b3dpolygontools.hxx %_DEST%\inc%_EXT%\basegfx\polygon\b3dpolygontools.hxx |