INTEGRATION: CWS vcl18 (1.45.4); FILE MERGED

2004/02/11 15:09:07 os 1.45.4.1: #i1820# settings decimal separator depending on the locale
This commit is contained in:
Oliver Bolte 2004-03-17 09:12:08 +00:00
parent 0a715461d2
commit 3f350eecdb

View file

@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
# $Revision: 1.45 $
# $Revision: 1.46 $
#
# last change: $Author: hr $ $Date: 2004-02-03 20:47:13 $
# last change: $Author: obo $ $Date: 2004-03-17 10:12:08 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@ -99,7 +99,6 @@ SLOFILES = \
$(SLO)$/searchopt.obj \
$(SLO)$/printwarningoptions.obj \
$(SLO)$/printoptions.obj \
$(SLO)$/syslocaleoptions.obj \
$(SLO)$/cacheoptions.obj \
$(SLO)$/regoptions.obj \
$(SLO)$/cmdoptions.obj \
@ -127,7 +126,8 @@ LIB1OBJFILES= \
$(SLO)$/languageoptions.obj \
$(SLO)$/ctloptions.obj \
$(SLO)$/cjkoptions.obj \
$(SLO)$/colorcfg.obj
$(SLO)$/colorcfg.obj \
$(SLO)$/syslocaleoptions.obj
# --- Targets ------------------------------------------------------