diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-12-14 16:10:40 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-12-14 16:10:40 +0000 |
commit | 803c4cd1eb64d8d01d76efeca37f5b10c7d5c632 (patch) | |
tree | 08e4fc0c8b90567b4ee910d7576c6eb7372d3ddf /svx/source/customshapes | |
parent | e53837790204db797323e504bad4ddac17acb36c (diff) |
#i10000#: restrict NOOPTFILES to SOLARISS, needs additional checks
Diffstat (limited to 'svx/source/customshapes')
-rw-r--r-- | svx/source/customshapes/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/customshapes/makefile.mk b/svx/source/customshapes/makefile.mk index 2ea8e2a48681..2b8a97d9e4cc 100644 --- a/svx/source/customshapes/makefile.mk +++ b/svx/source/customshapes/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: rt $ $Date: 2004-11-26 14:27:42 $ +# last change: $Author: hr $ $Date: 2004-12-14 17:10:40 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -73,7 +73,7 @@ ENABLE_EXCEPTIONS=TRUE # Disable optimization for SunCC (funny loops # when parsing e.g. "x+width/2") -.IF "$(OS)"=="SOLARIS" && "$(COM)"!="GCC" +.IF "$(OS)"=="SOLARISS" && "$(COM)"!="GCC" NOOPTFILES= $(SLO)$/EnhancedCustomShapeFunctionParser.obj .ENDIF |