# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # # This file incorporates work covered by the following license notice: # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed # with this work for additional information regarding copyright # ownership. The ASF licenses this file to you under the Apache # License, Version 2.0 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.apache.org/licenses/LICENSE-2.0 . # $(eval $(call gb_Library_Library,mcnttype)) $(eval $(call gb_Library_set_componentfile,mcnttype,dtrans/util/mcnttype)) $(eval $(call gb_Library_use_sdk_api,mcnttype)) $(eval $(call gb_Library_use_libraries,mcnttype,\ cppu \ cppuhelper \ sal \ $(gb_UWINAPI) \ )) $(eval $(call gb_Library_add_exception_objects,mcnttype,\ dtrans/source/cnttype/mcnttfactory \ dtrans/source/cnttype/mcnttype \ dtrans/source/cnttype/mctfentry \ )) ifeq ($(OS),WNT) $(eval $(call gb_Library_use_libraries,mcnttype,\ uwinapi \ )) endif # vim: set noet sw=4 ts=4: >distro/cib/libreoffice-5-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/g
AgeCommit message (Expand)Author
2013-07-22g: ignore submodule changesMiklos Vajna
2013-06-21Reintroduce --with-linked-git optionLionel Elie Mamane
2013-02-26g clone: fix non-referenced cloningMiklos Vajna
2013-02-09configure: add --with-referenced-git optionMiklos Vajna
2012-12-21set-up the hooks for submodules for recent git setupNorbert Thiebaud
2012-12-11./g cannot reference builddirLuboš Luňák
2012-12-11BUILD_DIR -> BUILDDIR, to be consistent with the other *DIRLuboš Luňák
2012-12-11Prepare for read-only source buildNorbert Thiebaud
2012-11-23Fix --set-push-urls.Jan Holesovsky
2012-11-09binfilter.die.die.dieNorbert Thiebaud
2012-10-18g: fix typoMiklos Vajna
2012-10-16cleanup ./g outputPeter Foley
2012-10-16missing fi in ./gNorbert Thiebaud
2012-10-16add tag support to ./g, try to optimize pre->post submerge situationNorbert Thiebaud
2012-10-16when switching to a pre-submodule point, clean-up the soft-link pointNorbert Thiebaud
2012-10-16submodules migrationNorbert Thiebaud
2012-08-20Update ./g --set-push-user to work with gerrit.Jan Holesovsky
2012-07-21suppress distracting message in ./g on some platformNorbert Thiebaud
2012-07-10make ./g robust against missing bin/repo-list fileBjoern Michaelsen
2012-03-13g push/status: use @{upstream} instead of originMiklos Vajna
2011-11-29git rev-parse argument are not files, no need to try to find abs-pathNorbert Thiebaud
2011-11-29Added ./g -v switch to show git commands.Stephan Bergmann
2011-11-04'g': whitespace: expand tabsMichael Stahl
2011-11-04'g': actually set up git hooks properlyMichael Stahl
2011-10-31make --last-working checkout the last working versionMichael Meeks
2011-10-27'g' tool: fix silly error in --set-last-workingMichael Meeks
2011-10-25initial cut at 'last working' feature to help windows buildersMichael Meeks
2011-09-05g: check if git is in PATHMiklos Vajna