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
5d004e87
Kaydet (Commit)
5d004e87
authored
Eyl 18, 2013
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
There are two distinct InternalUnoApis in cppu/qa
Change-Id: I59ab1a6086b1b70c52687c819cd53497fbd09675
üst
5f014581
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
35 additions
and
14 deletions
+35
-14
CppunitTest_cppu_qa_any.mk
cppu/CppunitTest_cppu_qa_any.mk
+1
-1
CppunitTest_cppu_qa_recursion.mk
cppu/CppunitTest_cppu_qa_recursion.mk
+1
-1
CppunitTest_cppu_qa_reference.mk
cppu/CppunitTest_cppu_qa_reference.mk
+1
-1
CppunitTest_cppu_qa_unotype.mk
cppu/CppunitTest_cppu_qa_unotype.mk
+0
-1
CppunitTest_cppu_test_cppumaker.mk
cppu/CppunitTest_cppu_test_cppumaker.mk
+1
-1
InternalUnoApi_cppu_qa_cppumaker_types.mk
cppu/InternalUnoApi_cppu_qa_cppumaker_types.mk
+4
-8
InternalUnoApi_cppu_qa_types.mk
cppu/InternalUnoApi_cppu_qa_types.mk
+25
-0
Module_cppu.mk
cppu/Module_cppu.mk
+2
-1
No files found.
cppu/CppunitTest_cppu_qa_any.mk
Dosyayı görüntüle @
5d004e87
...
...
@@ -23,7 +23,7 @@ $(eval $(call gb_CppunitTest_use_libraries,cppu_qa_any, \
))
$(eval $(call gb_CppunitTest_use_internal_comprehensive_api,cppu_qa_any, \
cppu \
cppu
_qa_types
\
udkapi \
))
...
...
cppu/CppunitTest_cppu_qa_recursion.mk
Dosyayı görüntüle @
5d004e87
...
...
@@ -21,7 +21,7 @@ $(eval $(call gb_CppunitTest_use_libraries,cppu_qa_recursion, \
))
$(eval $(call gb_CppunitTest_use_internal_comprehensive_api,cppu_qa_recursion, \
cppu \
cppu
_qa_types
\
udkapi \
))
...
...
cppu/CppunitTest_cppu_qa_reference.mk
Dosyayı görüntüle @
5d004e87
...
...
@@ -21,7 +21,7 @@ $(eval $(call gb_CppunitTest_use_libraries,cppu_qa_reference, \
))
$(eval $(call gb_CppunitTest_use_internal_comprehensive_api,cppu_qa_reference, \
cppu \
cppu
_qa_types
\
udkapi \
))
...
...
cppu/CppunitTest_cppu_qa_unotype.mk
Dosyayı görüntüle @
5d004e87
...
...
@@ -21,7 +21,6 @@ $(eval $(call gb_CppunitTest_use_libraries,cppu_qa_unotype, \
))
$(eval $(call gb_CppunitTest_use_internal_comprehensive_api,cppu_qa_unotype, \
cppu \
udkapi \
))
...
...
cppu/CppunitTest_cppu_test_cppumaker.mk
Dosyayı görüntüle @
5d004e87
...
...
@@ -23,7 +23,7 @@ $(eval $(call gb_CppunitTest_use_libraries,cppu_test_cppumaker, \
))
$(eval $(call gb_CppunitTest_use_internal_comprehensive_api,cppu_test_cppumaker, \
cppu \
cppu
_qa_cppumaker_types
\
udkapi \
))
...
...
cppu/InternalUnoApi_cppu.mk
→
cppu/InternalUnoApi_cppu
_qa_cppumaker_types
.mk
Dosyayı görüntüle @
5d004e87
...
...
@@ -7,22 +7,18 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
$(eval $(call gb_InternalUnoApi_InternalUnoApi,cppu))
$(eval $(call gb_InternalUnoApi_InternalUnoApi,cppu
_qa_cppumaker_types
))
$(eval $(call gb_InternalUnoApi_use_api,cppu,\
$(eval $(call gb_InternalUnoApi_use_api,cppu
_qa_cppumaker_types
,\
udkapi \
))
$(eval $(call gb_InternalUnoApi_set_include,cppu,\
$(eval $(call gb_InternalUnoApi_set_include,cppu
_qa_cppumaker_types
,\
-I$(SRCDIR)/udkapi \
$$(INCLUDE) \
))
$(eval $(call gb_InternalUnoApi_add_idlfiles,cppu,cppu/qa,\
types \
))
$(eval $(call gb_InternalUnoApi_add_idlfiles,cppu,cppu/qa/cppumaker,\
$(eval $(call gb_InternalUnoApi_add_idlfiles,cppu_qa_cppumaker_types,cppu/qa/cppumaker,\
types \
))
...
...
cppu/InternalUnoApi_cppu_qa_types.mk
0 → 100644
Dosyayı görüntüle @
5d004e87
# -*- 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_InternalUnoApi_InternalUnoApi,cppu_qa_types))
$(eval $(call gb_InternalUnoApi_use_api,cppu_qa_types,\
udkapi \
))
$(eval $(call gb_InternalUnoApi_set_include,cppu_qa_types,\
-I$(SRCDIR)/udkapi \
$$(INCLUDE) \
))
$(eval $(call gb_InternalUnoApi_add_idlfiles,cppu_qa_types,cppu/qa,\
types \
))
# vim:set noet sw=4 ts=4:
cppu/Module_cppu.mk
Dosyayı görüntüle @
5d004e87
...
...
@@ -11,7 +11,8 @@
$(eval
$(call
gb_Module_Module,cppu))
$(eval
$(call
gb_Module_add_targets,cppu,\
InternalUnoApi_cppu
\
InternalUnoApi_cppu_qa_cppumaker_types
\
InternalUnoApi_cppu_qa_types
\
Library_affine_uno
\
Library_cppu
\
Library_log_uno
\
...
...
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