# -*- 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/. # wintools_WORKDIR := $(call gb_CustomTarget_get_workdir,setup_native/wintools) wintools_SRCDIR := $(SRCDIR)/setup_native/source/win32/wintools $(eval $(call gb_CustomTarget_CustomTarget,setup_native/wintools)) $(eval $(call gb_CustomTarget_register_targets,setup_native/wintools,\ makecab.exe \ msidb.exe \ msiinfo.exe \ msimsp.exe \ msitran.exe \ )) $(wintools_WORKDIR)/makecab.exe: $(wintools_SRCDIR)/makecab/makecab.c $(wintools_SRCDIR)/makecab/parseddf.c $(WINEGCC) -o $@ $< -m32 -mconsole -lmsi $(wintools_WORKDIR)/msidb.exe: $(wintools_SRCDIR)/msidb/msidb.c $(WINEGCC) -o $@ $< -m32 -municode -lmsi $(wintools_WORKDIR)/msiinfo.exe: $(wintools_SRCDIR)/msiinfo/msiinfo.c $(WINEGCC) -o $@ $< -m32 -mconsole -municode -lmsi $(wintools_WORKDIR)/msimsp.exe: $(wintools_SRCDIR)/msimsp/msimsp.c $(WINEGCC) -o $@ $< -m32 -mconsole -lmsi $(wintools_WORKDIR)/msitran.exe: $(wintools_SRCDIR)/msitran/msitran.c $(WINEGCC) -o $@ $< -m32 -mconsole -lmsi # vim: set noet sw=4 ts=4: 'distro/cib/libreoffice-5-2'>distro/cib/libreoffice-5-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/toolkit
AgeCommit message (Expand)Author
2018-10-14MoreButton is solely used by toolkitCaolán McNamara
2018-10-14only vcl and toolkit need to use [G|S]etUnoWrapperCaolán McNamara
2018-10-14unowrap.hxx is also exposed for toolkit onlyCaolán McNamara
2018-10-14split out vcl stuff used solely by toolkit moduleCaolán McNamara
2018-10-14drop unnecessary vcl/group.hxx includesCaolán McNamara
2018-10-12tdf#118572 dispose instead of LazyDeletorCaolán McNamara
2018-10-06make scrollabledialog.hxx a private headerCaolán McNamara
2018-10-02Silence new Clang trunk -Wdefaulted-function-deletedStephan Bergmann
2018-09-28Fix mbRefeshingPeer -> mbRefreshingPeerAndrea Gelmini
2018-09-27Fix typosAndrea Gelmini
2018-09-27loplugin:constfields in toolkitNoel Grandin