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
1e074a45
Kaydet (Commit)
1e074a45
authored
Ara 10, 2016
tarafından
Matúš Kukan
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove some not used SCPDEFS
Change-Id: Ib85895c21cef9baeccc468b476cbd8170ee4c9ce
üst
424553f1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
6 deletions
+1
-6
configure.ac
configure.ac
+0
-5
InstallModuleTarget.mk
solenv/gbuild/InstallModuleTarget.mk
+1
-1
No files found.
configure.ac
Dosyayı görüntüle @
1e074a45
...
...
@@ -2477,8 +2477,6 @@ fi
if test "$enable_avmedia" = yes; then
BUILD_TYPE="$BUILD_TYPE AVMEDIA"
AC_DEFINE(HAVE_FEATURE_AVMEDIA)
else
SCPDEFS="$SCPDEFS -DDISABLE_AVMEDIA"
fi
# Decide whether to build database connectivity stuff (including
...
...
@@ -2539,7 +2537,6 @@ if test "$enable_dynamic_loading" = yes; then
BUILD_TYPE="$BUILD_TYPE DYNLOADING"
else
DISABLE_DYNLOADING='TRUE'
SCPDEFS="$SCPDEFS -DDISABLE_DYNLOADING"
fi
AC_SUBST(DISABLE_DYNLOADING)
...
...
@@ -3169,7 +3166,6 @@ fi
if test "$cross_compiling" = "yes"; then
export CROSS_COMPILING=TRUE
SCPDEFS="$SCPDEFS -DCROSS_COMPILING"
else
CROSS_COMPILING=
BUILD_TYPE="$BUILD_TYPE NATIVE"
...
...
@@ -7560,7 +7556,6 @@ fi
ENABLE_LWP=
if test "$enable_lotuswordpro" = "yes"; then
ENABLE_LWP="TRUE"
SCPDEFS="$SCPDEFS -DDISABLE_LWP"
fi
AC_SUBST(ENABLE_LWP)
...
...
solenv/gbuild/InstallModuleTarget.mk
Dosyayı görüntüle @
1e074a45
...
...
@@ -68,7 +68,7 @@ $(call gb_Output_announce,$(2),$(true),SPP,2)
$(call gb_Helper_abbreviate_dirs,\
$(gb_ScpPreprocessTarget_COMMAND) \
-+ -P \
$(SCPDEFS) $(SCP_DEFS)
-DDLLPOSTFIX=$(gb_Library_DLLPOSTFIX)
\
$(SCPDEFS) $(SCP_DEFS) \
$(SCP_INCLUDE) $(SCP_TEMPLATE_INCLUDE) \
$(if $(ENABLE_JAVA),-DENABLE_JAVA) \
$(SCP_SOURCE) > $(1) \
...
...
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