Kaydet (Commit) 813a57cb authored tarafından Michael Stahl's avatar Michael Stahl

fdo#47246: desktop: factor out a winextendloadenv static library

üst f1a26651
......@@ -84,6 +84,7 @@ $(eval $(call gb_Helper_register_executables,OOO,\
))
$(eval $(call gb_Helper_register_static_libraries,PLAINLIBS, \
winextendloaderenv \
winlauncher \
))
......
......@@ -54,6 +54,7 @@ ifeq ($(OS),WNT)
$(eval $(call gb_Executable_add_linked_static_libs,$(sofficebin),\
ooopathutils \
winextendloaderenv \
))
ifeq ($(COM),MSC)
......@@ -64,10 +65,6 @@ $(eval $(call gb_Executable_add_ldflags,$(sofficebin),\
endif
$(eval $(call gb_Executable_add_noexception_objects,$(sofficebin),\
desktop/win32/source/extendloaderenvironment \
))
$(call gb_Module_get_target,desktop) : $(OUTDIR)/bin/soffice.bin
$(OUTDIR)/bin/soffice.bin : $(call gb_Executable_get_target,$(sofficebin))
......
......@@ -29,10 +29,6 @@ $(eval $(call gb_Executable_Executable,soffice))
$(eval $(call gb_Executable_set_targettype_gui,soffice,YES))
$(eval $(call gb_Executable_set_include,soffice,\
$$(INCLUDE) \
))
$(eval $(call gb_Executable_add_linked_libs,soffice,\
sal \
advapi32 \
......@@ -43,10 +39,10 @@ $(eval $(call gb_Executable_add_linked_libs,soffice,\
$(eval $(call gb_Executable_add_linked_static_libs,soffice,\
ooopathutils \
winextendloaderenv \
))
$(eval $(call gb_Executable_add_noexception_objects,soffice,\
desktop/win32/source/extendloaderenvironment \
desktop/win32/source/officeloader/officeloader \
))
......
......@@ -29,16 +29,12 @@ $(eval $(call gb_Executable_Executable,unopkg))
$(eval $(call gb_Executable_set_targettype_gui,unopkg,YES))
$(eval $(call gb_Executable_set_include,unopkg,\
$$(INCLUDE) \
))
$(eval $(call gb_Executable_add_linked_static_libs,unopkg,\
ooopathutils \
winextendloaderenv \
))
$(eval $(call gb_Executable_add_noexception_objects,unopkg,\
desktop/win32/source/extendloaderenvironment \
desktop/win32/source/guiloader/genericloader \
))
......
......@@ -79,6 +79,7 @@ endif
ifeq ($(OS),WNT)
$(eval $(call gb_Module_add_targets,desktop,\
StaticLibrary_winextendloaderenv \
StaticLibrary_winlauncher \
Executable_crashrep.com \
Executable_quickstart \
......
# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
#
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
#
# The contents of this file are subject to the Mozilla Public License Version
# 1.1 (the "License"); you may not use this file except in compliance with
# the License or as specified alternatively below. You may obtain a copy of
# the License at http://www.mozilla.org/MPL/
#
# Software distributed under the License is distributed on an "AS IS" basis,
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
# for the specific language governing rights and limitations under the
# License.
#
# Major Contributor(s):
# [ Copyright (C) 2012 Red Hat, Inc., Michael Stahl <mstahl@redhat.com> (initial developer) ]
#
# All Rights Reserved.
#
# For minor contributions see the git repository.
#
# Alternatively, the contents of this file may be used under the terms of
# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above.
$(eval $(call gb_StaticLibrary_StaticLibrary,winextendloaderenv))
$(eval $(call gb_StaticLibrary_add_noexception_objects,winextendloaderenv,\
desktop/win32/source/extendloaderenvironment \
))
# vim:set shiftwidth=4 softtabstop=4 expandtab:
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