2001-06-20 02:58:57 -05:00
|
|
|
#*************************************************************************
|
|
|
|
#
|
2008-04-10 11:34:21 -05:00
|
|
|
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
|
|
#
|
2010-02-12 08:01:35 -06:00
|
|
|
# Copyright 2000, 2010 Oracle and/or its affiliates.
|
2001-06-20 02:58:57 -05:00
|
|
|
#
|
2008-04-10 11:34:21 -05:00
|
|
|
# OpenOffice.org - a multi-platform office productivity suite
|
2001-06-20 02:58:57 -05:00
|
|
|
#
|
2008-04-10 11:34:21 -05:00
|
|
|
# This file is part of OpenOffice.org.
|
2001-06-20 02:58:57 -05:00
|
|
|
#
|
2008-04-10 11:34:21 -05:00
|
|
|
# OpenOffice.org is free software: you can redistribute it and/or modify
|
|
|
|
# it under the terms of the GNU Lesser General Public License version 3
|
|
|
|
# only, as published by the Free Software Foundation.
|
2001-06-20 02:58:57 -05:00
|
|
|
#
|
2008-04-10 11:34:21 -05:00
|
|
|
# OpenOffice.org is distributed in the hope that it will be useful,
|
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
# GNU Lesser General Public License version 3 for more details
|
|
|
|
# (a copy is included in the LICENSE file that accompanied this code).
|
2001-06-20 02:58:57 -05:00
|
|
|
#
|
2008-04-10 11:34:21 -05:00
|
|
|
# You should have received a copy of the GNU Lesser General Public License
|
|
|
|
# version 3 along with OpenOffice.org. If not, see
|
|
|
|
# <http://www.openoffice.org/license.html>
|
|
|
|
# for a copy of the LGPLv3 License.
|
2001-06-20 02:58:57 -05:00
|
|
|
#
|
|
|
|
#*************************************************************************
|
|
|
|
|
2000-09-20 08:43:26 -05:00
|
|
|
|
2004-06-25 10:11:34 -05:00
|
|
|
#.IF "$(GUI)"=="UNX" || "$(GUIBASE)"=="WIN"
|
|
|
|
#LANG_GUI=WIN
|
|
|
|
#.ELSE
|
2000-09-20 08:43:26 -05:00
|
|
|
LANG_GUI=$(GUI)
|
2004-06-25 10:11:34 -05:00
|
|
|
#.ENDIF
|
2000-09-20 08:43:26 -05:00
|
|
|
|
|
|
|
###################################################
|
|
|
|
#
|
2001-06-20 02:58:57 -05:00
|
|
|
# entries for charsets
|
|
|
|
|
|
|
|
# variable name equals $(solarlang)$(LANG_GUI)
|
2000-09-20 08:43:26 -05:00
|
|
|
#
|
|
|
|
###################################################
|
|
|
|
|
2005-09-23 08:27:07 -05:00
|
|
|
#deut$(LANG_GUI)*=-CHARSET_microsoft-cp1252
|
2000-09-20 08:43:26 -05:00
|
|
|
|
|
|
|
###################################################
|
|
|
|
#
|
2001-06-20 02:58:57 -05:00
|
|
|
# set defaults
|
2000-09-20 08:43:26 -05:00
|
|
|
#
|
|
|
|
###################################################
|
|
|
|
|
2004-06-25 10:11:34 -05:00
|
|
|
#.IF "$(solarlang)" == ""
|
|
|
|
#solarlang=deut
|
|
|
|
#.ENDIF
|
2000-09-20 08:43:26 -05:00
|
|
|
|
|
|
|
RSC_SRS_CHARSET=-CHARSET_DONTKNOW
|
2004-06-25 10:11:34 -05:00
|
|
|
default$(LANG_GUI)*=-CHARSET_UTF8
|
2000-09-20 08:43:26 -05:00
|
|
|
|