summaryrefslogtreecommitdiff
path: root/solenv/inc/tg_compv.mk
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-06-16 09:35:02 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-06-16 09:35:02 +0000
commit07f1357c6d9d57e66ed7aeafd1022adf967c1d38 (patch)
tree0d8c18f5b290824a4c024868e08d654ef00c63a6 /solenv/inc/tg_compv.mk
parentdc4edee97d05498e3d8fde74b03486cbe888f5c9 (diff)
INTEGRATION: CWS ooo20040509 (1.14.76); FILE MERGED
2004/05/07 13:56:30 waratah 1.14.76.1: #i28294# Added correct library number for gcc 3.4
Diffstat (limited to 'solenv/inc/tg_compv.mk')
-rw-r--r--solenv/inc/tg_compv.mk8
1 files changed, 6 insertions, 2 deletions
diff --git a/solenv/inc/tg_compv.mk b/solenv/inc/tg_compv.mk
index aa0a24b5b783..f004ad0b0d90 100644
--- a/solenv/inc/tg_compv.mk
+++ b/solenv/inc/tg_compv.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: tg_compv.mk,v $
#
-# $Revision: 1.14 $
+# $Revision: 1.15 $
#
-# last change: $Author: vg $ $Date: 2003-12-17 18:06:26 $
+# last change: $Author: rt $ $Date: 2004-06-16 10:35:02 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -134,6 +134,10 @@ SHORTSTDCPP3="4"
SHORTSTDCPP3="5"
.ENDIF
+.IF "$(CCNUMVER)">="000300040000"
+SHORTSTDCPP3="6"
+.ENDIF
+
.ENDIF
.ENDIF