Kaydet (Commit) 29a57078 authored tarafından Bjoern Michaelsen's avatar Bjoern Michaelsen Kaydeden (comit) Björn Michaelsen
üst 203a8bbd
...@@ -22,12 +22,7 @@ $(eval $(call gb_Module_add_targets,external,\ ...@@ -22,12 +22,7 @@ $(eval $(call gb_Module_add_targets,external,\
endif endif
ifeq ($(COM),MSC) ifeq ($(COM),MSC)
$(eval $(call gb_Module_add_targets,external,\ $(eval $(call gb_Module_add_moduledir,external,msc-externals))
Package_dbghelp \
$(if $(MSM_PATH),Package_msms) \
Package_msvc_dlls \
$(if $(filter YES,$(WITH_MOZAB4WIN)),Package_msvc80_dlls) \
))
endif endif
ifeq ($(HAVE_READDIR_R),NO) ifeq ($(HAVE_READDIR_R),NO)
......
# -*- 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_Module_Module,msc-externals))
$(eval $(call gb_Module_add_targets,msc-externals,\
Package_dbghelp \
$(if $(MSM_PATH),Package_msms) \
Package_msvc_dlls \
$(if $(filter YES,$(WITH_MOZAB4WIN)),Package_msvc80_dlls) \
))
# vim: set noet sw=4 ts=4:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment