diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2001-12-18 13:25:21 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2001-12-18 13:25:21 +0000 |
commit | 13a31ab657874b40cedf01a2228f254ccafc6c1e (patch) | |
tree | cc17df0522fa863b55d6046427cd77f77e2cfd8e /solenv | |
parent | 30a29e5e9d87bee79aa890cac63a7ffeb717188e (diff) |
#95138# don't check compiler version as there is no compiler for L10N_framework
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/inc/tg_compv.mk | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/solenv/inc/tg_compv.mk b/solenv/inc/tg_compv.mk index c8b188df8030..3f844624a2eb 100644 --- a/solenv/inc/tg_compv.mk +++ b/solenv/inc/tg_compv.mk @@ -2,9 +2,9 @@ # # $RCSfile: tg_compv.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: hjs $ $Date: 2001-11-01 19:33:05 $ +# last change: $Author: hjs $ $Date: 2001-12-18 14:25:21 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -60,6 +60,8 @@ # #************************************************************************* +.IF "$(L10N_framework)"=="" + COMNAME:= .IF "$(COM)"=="GCC" @@ -128,3 +130,4 @@ compiler_version_error: CDEFS+=-DCPPU_ENV=$(COMNAME) +.ENDIF # "$(L10N_framework)"=="" |