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
529ab4e7
Kaydet (Commit)
529ab4e7
authored
Eki 16, 2013
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Get rid of PRODUCT, unused I hope
Change-Id: I934158f892daf3ae36f265e6bc95fd9987a05ca5
üst
7ee2ce24
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
11 deletions
+0
-11
config_host.mk.in
config_host.mk.in
+0
-1
configure.ac
configure.ac
+0
-4
gbuild.mk
solenv/doc/gbuild/solenv/gbuild/gbuild.mk
+0
-3
gbuild.mk
solenv/gbuild/gbuild.mk
+0
-3
No files found.
config_host.mk.in
Dosyayı görüntüle @
529ab4e7
...
...
@@ -433,7 +433,6 @@ export POPPLER_LIBS=$(gb_SPACE)@POPPLER_LIBS@
export POSTGRESQL_INC=@POSTGRESQL_INC@
export POSTGRESQL_LIB=@POSTGRESQL_LIB@
export PREFIXDIR=@PREFIXDIR@
export PRODUCT=@PRODUCT@
export PRODUCTNAME=@PRODUCTNAME@
export PRODUCTVERSION=@PRODUCTVERSION@
export PROEXT=@PROEXT@
...
...
configure.ac
Dosyayı görüntüle @
529ab4e7
...
...
@@ -3676,7 +3676,6 @@ if test -n "$enable_dbgutil" -a "$enable_dbgutil" != "no"; then
# versions (in case there are version specific problems with it)
MSVC_USE_DEBUG_RUNTIME="TRUE"
PROEXT=""
PRODUCT=""
AC_MSG_RESULT([yes])
# cppunit and graphite expose STL in public headers
...
...
@@ -3708,14 +3707,11 @@ if test -n "$enable_dbgutil" -a "$enable_dbgutil" != "no"; then
else
ENABLE_DBGUTIL=""
MSVC_USE_DEBUG_RUNTIME=""
# PRODUCT is old concept, still used by build.pl .
PRODUCT="full"
PROEXT=".pro"
AC_MSG_RESULT([no])
fi
AC_SUBST(ENABLE_DBGUTIL)
AC_SUBST(MSVC_USE_DEBUG_RUNTIME)
AC_SUBST(PRODUCT)
AC_SUBST(PROEXT)
dnl Set the ENABLE_DEBUG variable.
...
...
solenv/doc/gbuild/solenv/gbuild/gbuild.mk
Dosyayı görüntüle @
529ab4e7
...
...
@@ -39,7 +39,6 @@ static const Path UPD;
static
const
String
LIBXML_CFLAGS
;
static
const
String
OS
;
static
const
Bool
DEBUG
;
static
const
Bool
PRODUCT
;
// gbuild global variables derived from the configure/environment
// some of these are defined per platform
...
...
@@ -47,8 +46,6 @@ namespace gb
{
/// building with generated dependencies
static
const
Bool
FULLDEPS
;
/// product build or non-product build with additional assertions and tests
static
const
Bool
PRODUCT
;
/// command to run awk scripts
static
const
Command
AWK
;
/// command to compile c source files
...
...
solenv/gbuild/gbuild.mk
Dosyayı görüntüle @
529ab4e7
...
...
@@ -26,7 +26,6 @@ GBUILDDIR:=$(SRCDIR)/solenv/gbuild
# JAVA_HOME
# LIBXML_CFLAGS
# OS
# PRODUCT
# SOLARINC
# SOLARLIB
# UPD
...
...
@@ -87,8 +86,6 @@ ifneq ($(strip $(TIMELOG)$(timelog)),)
gb_TIMELOG := 1
endif
# This used to be PRODUCT="" (for the same meaning as ENABLE_DBGUTIL="TRUE"),
# but the product meaning is now only confusing.
ifneq ($(ENABLE_DBGUTIL),)
gb_ENABLE_DBGUTIL := $(true)
else
...
...
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