# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- #************************************************************************* # # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # Copyright 2000, 2011 Oracle and/or its affiliates. # # OpenOffice.org - a multi-platform office productivity suite # # This file is part of OpenOffice.org. # # 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. # # 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). # # You should have received a copy of the GNU Lesser General Public License # version 3 along with OpenOffice.org. If not, see # # for a copy of the LGPLv3 License. # #************************************************************************* $(eval $(call gb_AllLangResTarget_AllLangResTarget,fwe)) $(eval $(call gb_AllLangResTarget_set_reslocation,fwe,framework)) $(eval $(call gb_AllLangResTarget_add_srs,fwe,\ fwe/fwk_classes \ fwe/fwk_services \ )) $(eval $(call gb_SrsTarget_SrsTarget,fwe/fwk_classes)) $(eval $(call gb_SrsTarget_set_include,fwe/fwk_classes,\ $$(INCLUDE) \ -I$(realpath $(SRCDIR)/framework/inc) \ -I$(realpath $(SRCDIR)/framework/inc/classes) \ -I$(OUTDIR)/inc \ )) $(eval $(call gb_SrsTarget_add_files,fwe/fwk_classes,\ framework/source/classes/resource.src \ )) $(eval $(call gb_SrsTarget_SrsTarget,fwe/fwk_services)) $(eval $(call gb_SrsTarget_set_include,fwe/fwk_services,\ $$(INCLUDE) \ -I$(realpath $(SRCDIR)/framework/inc) \ -I$(realpath $(SRCDIR)/framework/inc/services) \ -I$(OUTDIR)/inc \ )) $(eval $(call gb_SrsTarget_add_files,fwe/fwk_services,\ framework/source/services/fwk_services.src \ )) # vim: set noet sw=4 ts=4: lue='distro/collabora/cd-5.3-3.4'>distro/collabora/cd-5.3-3.4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/i18nutil
AgeCommit message (Expand)Author
2012-03-08fold i18npaper into i18nutilCaolán McNamara
2012-03-08de-uno-ize ScriptTypeDetectorCaolán McNamara
2012-03-08forgot to remove x_rtl_ustring.hCaolán McNamara
2012-03-08throw a noncopyable pattern at oneToOneMappingWithFlagCaolán McNamara
2012-02-08unicode: delete unused unicode:getCharType() methodGreg Kroah-Hartman
2012-02-08unicode: delete unused unicode:isTitle() methodGreg Kroah-Hartman
2012-02-08unicode: delete unused unicode:isPunctuation() methodGreg Kroah-Hartman
2012-02-08unicode: delete unused unicode:isBase() methodGreg Kroah-Hartman
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud
2011-12-21callcatcher: remove some unused codeCaolán McNamara
2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen
2011-11-29move reconfigure into gbuildBjoern Michaelsen
2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen
2011-11-16tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud
2011-10-26missing dependencyStephan Bergmann
2011-10-21expose an API to map from UScriptCode to i18n::ScriptTypeCaolán McNamara
2011-10-05simplfy dmake to gbuild bridgefileBjoern Michaelsen
2011-09-02add link lib for decompose_ja_voiced_sound_marksCaolán McNamara
2011-09-02move to comphelper, and renameCaolán McNamara
2011-09-01ditch x_rtl_uString_releaseCaolán McNamara
2011-09-01refactor x_rtl_uString_new_WithLength to be consistentCaolán McNamara
2011-08-23merge these similar methods togetherCaolán McNamara
2011-08-19detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly setNorbert Thiebaud
2011-08-05Emacs modeline compatible with vim's oneTakeshi Abe
2011-08-02convert i18nutil to gbuildMatúš Kukan
2011-07-05removed obsolete code/commentsTakeshi Abe
2011-06-21Make the MinGW import library name match what libs.mk wantsTor Lillqvist
2011-06-18ause130: #i117218# change .idl handling to gnu makeHans-Joachim Lankenau
2011-06-15Deliver also static i18nutil library if we have built it that way (as for iOS)Tor Lillqvist
2011-06-03Drop %_EXT% which was always emptyTor Lillqvist
2011-05-31Merge commit 'libreoffice-3.4.0.2'Jan Holesovsky
2011-04-28Remove some OS/2 codeFrancois Tigeot
2011-04-27i18nutil-glibc-braindamage-workaround.diff: build failure with glibc-2.4Petr Mladek
2011-02-27Remove "using namespace ::rtl"Julien Nabet
2011-01-16equalsAsciiL faster than equalsAscii & comparetoAscii(const sal_Char*)Caolán McNamara
2010-10-28add modelines to .h and .c files as wellCaolán McNamara