summaryrefslogtreecommitdiff
path: root/solenv/inc/tg_compv.mk
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-06-12 09:00:41 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-06-12 09:00:41 +0000
commitb6a511cf5b71cf4ff6a1f64854bb068bdb3bdcaa (patch)
treefccb3b44f948bf94ff95c6fdc056df506db7a6fa /solenv/inc/tg_compv.mk
parentd3481b5cf1037b374a728c6004be02381cc100bf (diff)
INTEGRATION: CWS mh11rc (1.10.16); FILE MERGED
2003/06/05 14:30:36 mh 1.10.16.1: join: from beta2
Diffstat (limited to 'solenv/inc/tg_compv.mk')
-rw-r--r--solenv/inc/tg_compv.mk54
1 files changed, 5 insertions, 49 deletions
diff --git a/solenv/inc/tg_compv.mk b/solenv/inc/tg_compv.mk
index d4a21a0b5c47..09c06d7d3e30 100644
--- a/solenv/inc/tg_compv.mk
+++ b/solenv/inc/tg_compv.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: tg_compv.mk,v $
#
-# $Revision: 1.11 $
+# $Revision: 1.12 $
#
-# last change: $Author: vg $ $Date: 2003-06-04 10:40:01 $
+# last change: $Author: vg $ $Date: 2003-06-12 10:00:41 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -104,7 +104,6 @@ COMNAME=msci
.IF "$(COM)"=="GCC"
-LIBSTDCPP3:=
SHORTSTDCPP3:=
.IF "$(CCNUMVER)">="000200910000"
@@ -117,58 +116,15 @@ COMNAME=gcc2
COMID=gcc3
COMNAME=gcc3
-.IF "$(CCNUMVER)"=="000300000001"
-LIBSTDCPP3="3.0.1"
-SHORTSTDCPP3="3"
-.ENDIF
-
-.IF "$(CCNUMVER)"=="000300000002"
-LIBSTDCPP3="3.0.2"
-SHORTSTDCPP3="3"
-.ENDIF
-
-.IF "$(CCNUMVER)"=="000300000003"
-LIBSTDCPP3="3.0.3"
-SHORTSTDCPP3="3"
-.ENDIF
-
-.IF "$(CCNUMVER)"=="000300000004"
-LIBSTDCPP3="3.0.4"
+.IF "$(CCNUMVER)">="000300000001"
SHORTSTDCPP3="3"
.ENDIF
-.IF "$(CCNUMVER)"=="000300010000"
-LIBSTDCPP3="4.0.0"
-SHORTSTDCPP3="4"
-.ENDIF
-
-.IF "$(CCNUMVER)"=="000300010001"
-LIBSTDCPP3="4.0.1"
+.IF "$(CCNUMVER)">="000300010000"
SHORTSTDCPP3="4"
.ENDIF
-.IF "$(CCNUMVER)"=="000300020000"
-LIBSTDCPP3="5.0.0"
-SHORTSTDCPP3="5"
-.ENDIF
-
-.IF "$(CCNUMVER)"=="000300020001"
-LIBSTDCPP3="5.0.1"
-SHORTSTDCPP3="5"
-.ENDIF
-
-.IF "$(CCNUMVER)"=="000300020002"
-LIBSTDCPP3="5.0.2"
-SHORTSTDCPP3="5"
-.ENDIF
-
-.IF "$(CCNUMVER)"=="000300020003"
-LIBSTDCPP3="5.0.3"
-SHORTSTDCPP3="5"
-.ENDIF
-
-.IF "$(CCNUMVER)"=="000300030000"
-LIBSTDCPP3="5.0.3"
+.IF "$(CCNUMVER)">="000300020000"
SHORTSTDCPP3="5"
.ENDIF