diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-02 19:50:10 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-02 19:50:10 +0000 |
commit | 54152cee53ddb1b278b48350036b60abb44f3414 (patch) | |
tree | 178ef1c0723132723b3e3de0a4021ff440eabe6d /udm/source | |
parent | 3d8090cdc46b9431dcc013dc2fe48d24a7c44ee5 (diff) |
INTEGRATION: CWS geordi2q14 (1.5.30); FILE MERGED
2004/01/30 15:47:52 hr 1.5.30.1: #111934#: merge CWS ooo111fix2
Diffstat (limited to 'udm/source')
-rw-r--r-- | udm/source/mkinc/fullcpp.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/udm/source/mkinc/fullcpp.mk b/udm/source/mkinc/fullcpp.mk index 4997fcf94125..947f2ffc2f3a 100644 --- a/udm/source/mkinc/fullcpp.mk +++ b/udm/source/mkinc/fullcpp.mk @@ -2,9 +2,9 @@ # # $RCSfile: fullcpp.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: hr $ $Date: 2003-07-16 18:18:43 $ +# last change: $Author: hr $ $Date: 2004-02-02 20:50:10 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -89,7 +89,7 @@ CFLAGS+= -YX"precomp.h" /Fp$(PRJ)$/$(INPATH)$/misc$/$(PCH_NAME).pcd -DNP_LOCALBU .ENDIF -.IF "$(OS)"=="LINUX" || "$(OS)"=="FREEBSD" +.IF "$(OS)"=="LINUX" || "$(OS)"=="FREEBSD" || "$(OS)"=="NETBSD" CFLAGSCXX+= -frtti .ENDIF |