#************************************************************************* # # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # Copyright 2000, 2010 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. # #************************************************************************* PRJ=..$/.. PRJNAME=svtools TARGET=edit # --- Settings ----------------------------------------------------- .INCLUDE : settings.mk .INCLUDE : $(PRJ)$/util$/svt.pmk # --- Files -------------------------------------------------------- SLOFILES= \ $(SLO)$/svmedit.obj \ $(SLO)$/svmedit2.obj \ $(SLO)$/sychconv.obj \ $(SLO)$/syntaxhighlight.obj \ $(SLO)$/textdata.obj \ $(SLO)$/textdoc.obj \ $(SLO)$/texteng.obj \ $(SLO)$/textundo.obj \ $(SLO)$/textview.obj \ $(SLO)$/textwindowpeer.obj \ $(SLO)$/txtattr.obj \ $(SLO)$/xtextedt.obj \ $(SLO)$/editsyntaxhighlighter.obj EXCEPTIONSFILES= \ $(SLO)$/editsyntaxhighlighter.obj \ $(SLO)$/svmedit.obj \ $(SLO)$/svmedit2.obj \ $(SLO)$/sychconv.obj \ $(SLO)$/syntaxhighlight.obj \ $(SLO)$/textdata.obj \ $(SLO)$/textdoc.obj \ $(SLO)$/texteng.obj \ $(SLO)$/textundo.obj \ $(SLO)$/textview.obj \ $(SLO)$/textwindowpeer.obj \ $(SLO)$/xtextedt.obj # --- Targets ------------------------------------------------------ .INCLUDE : target.mk ion> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/m4
AgeCommit message (Expand)Author
2017-12-14Fix typosAndrea Gelmini
2017-08-18Fix typosAndrea Gelmini
2017-04-28build boost::locale libraryCaolán McNamara
2017-02-10Remove MinGW supportStephan Bergmann
2016-12-08Display a summary of fuzzing in command-line form at the end of configureTor Lillqvist
2016-12-08Introduce configure option fuzzingTor Lillqvist