Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
813a57cb
Kaydet (Commit)
813a57cb
authored
Mar 14, 2012
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fdo#47246: desktop: factor out a winextendloadenv static library
üst
f1a26651
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
39 additions
and
14 deletions
+39
-14
Repository.mk
Repository.mk
+1
-0
Executable_soffice.bin.mk
desktop/Executable_soffice.bin.mk
+1
-4
Executable_soffice.mk
desktop/Executable_soffice.mk
+1
-5
Executable_unopkg.mk
desktop/Executable_unopkg.mk
+1
-5
Module_desktop.mk
desktop/Module_desktop.mk
+1
-0
StaticLibrary_winextendloaderenv.mk
desktop/StaticLibrary_winextendloaderenv.mk
+34
-0
No files found.
Repository.mk
Dosyayı görüntüle @
813a57cb
...
...
@@ -84,6 +84,7 @@ $(eval $(call gb_Helper_register_executables,OOO,\
))
$(eval $(call gb_Helper_register_static_libraries,PLAINLIBS, \
winextendloaderenv \
winlauncher \
))
...
...
desktop/Executable_soffice.bin.mk
Dosyayı görüntüle @
813a57cb
...
...
@@ -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))
...
...
desktop/Executable_soffice.mk
Dosyayı görüntüle @
813a57cb
...
...
@@ -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 \
))
...
...
desktop/Executable_unopkg.mk
Dosyayı görüntüle @
813a57cb
...
...
@@ -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 \
))
...
...
desktop/Module_desktop.mk
Dosyayı görüntüle @
813a57cb
...
...
@@ -79,6 +79,7 @@ endif
ifeq ($(OS),WNT)
$(eval $(call gb_Module_add_targets,desktop,\
StaticLibrary_winextendloaderenv \
StaticLibrary_winlauncher \
Executable_crashrep.com \
Executable_quickstart \
...
...
desktop/StaticLibrary_winextendloaderenv.mk
0 → 100644
Dosyayı görüntüle @
813a57cb
# -*- 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:
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment