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
5bd2890a
Kaydet (Commit)
5bd2890a
authored
Eki 03, 2011
tarafından
Cédric Bosdonnat
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Added --disable-cmis flag for use while the feature is too unstable
üst
bee695a3
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
27 additions
and
4 deletions
+27
-4
configure.in
configure.in
+11
-0
Module_libcmis.mk
libcmis/Module_libcmis.mk
+2
-0
makefile.mk
postprocess/packcomponents/makefile.mk
+4
-0
file_library_ooo.scp
scp2/source/ooo/file_library_ooo.scp
+3
-3
module_hidden_ooo.scp
scp2/source/ooo/module_hidden_ooo.scp
+3
-1
set_soenv.in
set_soenv.in
+1
-0
makefile.mk
ucb/source/ucp/cmis/makefile.mk
+3
-0
No files found.
configure.in
Dosyayı görüntüle @
5bd2890a
...
@@ -519,6 +519,11 @@ AC_ARG_ENABLE(release-build,
...
@@ -519,6 +519,11 @@ AC_ARG_ENABLE(release-build,
See http://wiki.documentfoundation.org/DevBuild]),
See http://wiki.documentfoundation.org/DevBuild]),
,)
,)
AC_ARG_ENABLE(cmis,
AS_HELP_STRING([--disable-cmis],
[Disable CMIS experimental feature.]),
,enable_cmis=yes)
dnl ===================================================================
dnl ===================================================================
dnl Optional Packages (--with/without-)
dnl Optional Packages (--with/without-)
dnl ===================================================================
dnl ===================================================================
...
@@ -7026,6 +7031,12 @@ if test "$enable_cairo_canvas" = "yes" ; then
...
@@ -7026,6 +7031,12 @@ if test "$enable_cairo_canvas" = "yes" ; then
fi
fi
AC_SUBST(ENABLE_CAIRO_CANVAS)
AC_SUBST(ENABLE_CAIRO_CANVAS)
ENABLE_CMIS="FALSE"
if test "$enable_cmis" = "yes" ; then
ENABLE_CMIS="TRUE"
fi
AC_SUBST(ENABLE_CMIS)
dnl ===================================================================
dnl ===================================================================
dnl Check whether the GStreamer libraries are available.
dnl Check whether the GStreamer libraries are available.
dnl ===================================================================
dnl ===================================================================
...
...
libcmis/Module_libcmis.mk
Dosyayı görüntüle @
5bd2890a
...
@@ -27,9 +27,11 @@
...
@@ -27,9 +27,11 @@
$(eval $(call gb_Module_Module,libcmis))
$(eval $(call gb_Module_Module,libcmis))
ifneq ($(ENABLE_CMIS),)
$(eval $(call gb_Module_add_targets,libcmis,\
$(eval $(call gb_Module_add_targets,libcmis,\
ExternalLib_libcmis \
ExternalLib_libcmis \
))
))
endif
# vim: set noet sw=4 ts=4:
# vim: set noet sw=4 ts=4:
postprocess/packcomponents/makefile.mk
Dosyayı görüntüle @
5bd2890a
...
@@ -221,6 +221,10 @@ my_components += gconfbe1
...
@@ -221,6 +221,10 @@ my_components += gconfbe1
my_components
+=
ucpgio
my_components
+=
ucpgio
.END
.END
.IF
"$(ENABLE_CMIS)"
!=
""
my_components
+=
ucpcmis
.END
.IF
"$(ENABLE_GNOMEVFS)"
!=
""
.IF
"$(ENABLE_GNOMEVFS)"
!=
""
my_components
+=
ucpgvfs
my_components
+=
ucpgvfs
.END
.END
...
...
scp2/source/ooo/file_library_ooo.scp
Dosyayı görüntüle @
5bd2890a
...
@@ -186,8 +186,7 @@ End
...
@@ -186,8 +186,7 @@ End
#endif
#endif
#ifndef WNT
#if ENABLE_CMIS
File gid_File_Lib_Cmis
File gid_File_Lib_Cmis
TXT_FILE_BODY;
TXT_FILE_BODY;
Styles = (PACKED);
Styles = (PACKED);
...
@@ -206,6 +205,7 @@ File gid_File_Lib_Cmis
...
@@ -206,6 +205,7 @@ File gid_File_Lib_Cmis
#endif
#endif
#endif
#endif
End
End
#endif
#endif
#endif
...
@@ -1356,7 +1356,7 @@ SPECIAL_COMPONENT_LIB_FILE(gid_File_Ucpexpand1, ucpexpand1.uno)
...
@@ -1356,7 +1356,7 @@ SPECIAL_COMPONENT_LIB_FILE(gid_File_Ucpexpand1, ucpexpand1.uno)
SPECIAL_COMPONENT_LIB_FILE(gid_File_Ucpodma1, ucpodma1)
SPECIAL_COMPONENT_LIB_FILE(gid_File_Ucpodma1, ucpodma1)
#endif
#endif
#if
ndef WNT
#if
ENABLE_CMIS
SPECIAL_COMPONENT_LIB_FILE(gid_File_Ucpcmis, ucpcmis1.uno)
SPECIAL_COMPONENT_LIB_FILE(gid_File_Ucpcmis, ucpcmis1.uno)
#endif
#endif
...
...
scp2/source/ooo/module_hidden_ooo.scp
Dosyayı görüntüle @
5bd2890a
...
@@ -326,6 +326,9 @@ Module gid_Module_Root_Files_5
...
@@ -326,6 +326,9 @@ Module gid_Module_Root_Files_5
#endif
#endif
#if ! defined SYSTEM_LIBGSF
#if ! defined SYSTEM_LIBGSF
gid_File_Lib_Libgsf,
gid_File_Lib_Libgsf,
#endif
#if ENABLE_CMIS
gid_File_Lib_Cmis,
#endif
#endif
gid_File_Lib_Dict_Ja,
gid_File_Lib_Dict_Ja,
gid_File_Lib_Dict_Zh,
gid_File_Lib_Dict_Zh,
...
@@ -340,7 +343,6 @@ Module gid_Module_Root_Files_5
...
@@ -340,7 +343,6 @@ Module gid_Module_Root_Files_5
gid_File_Lib_Ldapbe2,
gid_File_Lib_Ldapbe2,
gid_File_Lib_Comphelper2,
gid_File_Lib_Comphelper2,
gid_File_Lib_Cached1,
gid_File_Lib_Cached1,
gid_File_Lib_Cmis,
gid_File_Lib_Curl,
gid_File_Lib_Curl,
gid_Unixlink_File_Lib_Curl,
gid_Unixlink_File_Lib_Curl,
gid_File_Lib_Db,
gid_File_Lib_Db,
...
...
set_soenv.in
Dosyayı görüntüle @
5bd2890a
...
@@ -1496,6 +1496,7 @@ ToFile( "ENABLE_STATIC_GTK", "@ENABLE_STATIC_GTK@", "e" );
...
@@ -1496,6 +1496,7 @@ ToFile( "ENABLE_STATIC_GTK", "@ENABLE_STATIC_GTK@", "e" );
ToFile
(
"SPLIT_APP_MODULES"
,
"@SPLIT_APP_MODULES@"
,
"e"
);
ToFile
(
"SPLIT_APP_MODULES"
,
"@SPLIT_APP_MODULES@"
,
"e"
);
ToFile
(
"SPLIT_OPT_FEATURES"
,
"@SPLIT_OPT_FEATURES@"
,
"e"
);
ToFile
(
"SPLIT_OPT_FEATURES"
,
"@SPLIT_OPT_FEATURES@"
,
"e"
);
ToFile
(
"ENABLE_CAIRO_CANVAS"
,
"@ENABLE_CAIRO_CANVAS@"
,
"e"
);
ToFile
(
"ENABLE_CAIRO_CANVAS"
,
"@ENABLE_CAIRO_CANVAS@"
,
"e"
);
ToFile
(
"ENABLE_CMIS"
,
"@ENABLE_CMIS@"
,
"e"
);
ToFile
(
"ENABLE_OPENGL"
,
"@ENABLE_OPENGL@"
,
"e"
);
ToFile
(
"ENABLE_OPENGL"
,
"@ENABLE_OPENGL@"
,
"e"
);
ToFile
(
"ENABLE_PDFIMPORT"
,
"@ENABLE_PDFIMPORT@"
,
"e"
);
ToFile
(
"ENABLE_PDFIMPORT"
,
"@ENABLE_PDFIMPORT@"
,
"e"
);
ToFile
(
"ENABLE_MINIMIZER"
,
"@ENABLE_MINIMIZER@"
,
"e"
);
ToFile
(
"ENABLE_MINIMIZER"
,
"@ENABLE_MINIMIZER@"
,
"e"
);
...
...
ucb/source/ucp/cmis/makefile.mk
Dosyayı görüntüle @
5bd2890a
...
@@ -37,6 +37,8 @@ NO_BSYMBOLIC=TRUE
...
@@ -37,6 +37,8 @@ NO_BSYMBOLIC=TRUE
.INCLUDE
:
settings.mk
.INCLUDE
:
settings.mk
.IF
"$(L10N_framework)"
==
""
.IF
"$(L10N_framework)"
==
""
.IF
"$(ENABLE_CMIS)"
!=
""
# no "lib" prefix
# no "lib" prefix
DLLPRE
=
DLLPRE
=
...
@@ -59,6 +61,7 @@ SHL1STDLIBS=\
...
@@ -59,6 +61,7 @@ SHL1STDLIBS=\
SHL1VERSIONMAP
=
$(SOLARENV)
/src/component.map
SHL1VERSIONMAP
=
$(SOLARENV)
/src/component.map
.ENDIF
# "$(ENABLE_CMIS)"!=""
.ENDIF
# L10N_framework
.ENDIF
# L10N_framework
.INCLUDE
:
target.mk
.INCLUDE
:
target.mk
...
...
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