# -*- 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/. # $(eval $(call gb_Library_Library,unopkgapp)) $(eval $(call gb_Library_set_include,unopkgapp,\ $$(INCLUDE) \ -I$(SRCDIR)/desktop/inc \ -I$(SRCDIR)/desktop/source/deployment/inc \ -I$(SRCDIR)/desktop/source/inc \ )) $(eval $(call gb_Library_use_external,unopkgapp,boost_headers)) $(eval $(call gb_Library_use_sdk_api,unopkgapp)) $(eval $(call gb_Library_add_defs,unopkgapp,\ -DDESKTOP_DLLIMPLEMENTATION \ )) $(eval $(call gb_Library_use_libraries,unopkgapp,\ comphelper \ cppu \ cppuhelper \ deploymentmisc \ sal \ tl \ ucbhelper \ utl \ vcl \ i18nlangtag \ )) $(eval $(call gb_Library_add_exception_objects,unopkgapp,\ desktop/source/pkgchk/unopkg/unopkg_app \ desktop/source/pkgchk/unopkg/unopkg_cmdenv \ desktop/source/pkgchk/unopkg/unopkg_misc \ )) # vim: set ts=4 sw=4 et: 7-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/desktop/win32/source/guistdio
AgeCommit message (Expand)Author
2017-09-22Windows: avoid dependence on UNICODE define; prefer W functionsMike Kaganski
2017-02-10Remove MinGW supportStephan Bergmann
2016-10-16clang-cl loplugin: desktopStephan Bergmann
2015-01-07drop crashrep unused since start of LibreOfficeCaolán McNamara
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini
2014-02-27Remove visual noise from desktopAlexander Wilms
2013-08-30WaE: size/t/DWORD/int: possible loss of dataTor Lillqvist
2012-11-19re-base on ALv2 code. Includes:Michael Meeks
2012-10-08cppcheck: clarifyCalculationjailletc36
2012-06-21re-base on ALv2 code.Michael Meeks
2012-04-16WaE: variable 'dwWaitResult' set but not usedDavid Tardon
2012-04-16WaE: unused variable 'hProcess'David Tardon
2012-04-16convert tabs to spacesDavid Tardon