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
fd0afc26
Kaydet (Commit)
fd0afc26
authored
Tem 22, 2010
tarafından
Jens-Heiner Rechtien
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
CWS-TOOLING: integrate CWS graphite03_OOO330
üst
e159c70f
226e11dc
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
6 deletions
+11
-6
graphite-2.3.1.patch
graphite/graphite-2.3.1.patch
+0
-0
makefile.mk
graphite/makefile.mk
+11
-6
No files found.
graphite/graphite-2.3.1.patch
Dosyayı görüntüle @
fd0afc26
This diff is collapsed.
Click to expand it.
graphite/makefile.mk
Dosyayı görüntüle @
fd0afc26
...
@@ -51,7 +51,8 @@ PATCH_FILES=graphite-2.3.1.patch
...
@@ -51,7 +51,8 @@ PATCH_FILES=graphite-2.3.1.patch
# convert line-endings to avoid problems when patching
# convert line-endings to avoid problems when patching
CONVERTFILES
=
\
CONVERTFILES
=
\
engine/makefile.vc8
engine/makefile.vc8
\
engine/test/RegressionTest/RtTextSrc.h
#.IF "$(OS)"=="WNT" && "$(COM)"!="GCC"
#.IF "$(OS)"=="WNT" && "$(COM)"!="GCC"
#CONFIGURE_DIR=win32
#CONFIGURE_DIR=win32
...
@@ -72,14 +73,18 @@ EXT_USE_STLPORT=TRUE
...
@@ -72,14 +73,18 @@ EXT_USE_STLPORT=TRUE
BUILD_ACTION
=
nmake
VERBOSE
=
1
BUILD_ACTION
=
nmake
VERBOSE
=
1
.IF
"$(debug)"
==
"true"
.IF
"$(debug)"
==
"true"
BUILD_FLAGS
=
"CFG=DEBUG"
BUILD_FLAGS
=
"CFG=DEBUG"
CFLAGSWITHPATH
=
$
(
CFLAGS:s!-Fd.!-Fd../../../../../!
)
.ELSE
# Speed Optimization is really needed for Graphite
CFLAGSWITHPATH
=
$(CFLAGS)
/O2
.ENDIF
.ENDIF
### convert CFLAGS as cl.exe cannot handle OOO"s generic ones directly
### convert CFLAGS as cl.exe cannot handle OOO"s generic ones directly
### TODO: use "guw.exe" instead?
### TODO: use "guw.exe" instead?
ALLCFLAGS
=
$(CFLAGS)
$(CFLAGSCXX)
$(CFLAGSEXCEPTIONS)
$(CDEFS)
ALLCFLAGS
=
$(CFLAGS
WITHPATH
)
$(CFLAGSCXX)
$(CFLAGSEXCEPTIONS)
$(CDEFS)
JUSTASLASH
=
/
JUSTASLASH
=
/
CFLAGS2MSC
=
$
(
ALLCFLAGS:s/-Z/
$(JUSTASLASH)
Z/
)
CFLAGS2MSC
=
$
(
ALLCFLAGS:s/-Z/
$(JUSTASLASH)
Z/
)
CFLAGS4MSC
=
$
(
CFLAGS2MSC:s/ -/
$(JUSTASLASH)
/
)
CFLAGS4MSC
=
$
(
CFLAGS2MSC:s/ -/
$(JUSTASLASH)
/
)
BUILD_FLAGS
+=
"
MLIB=MD"
"CFLAGS4MSC=
$(CFLAGS4MSC)
"
/F makefile.vc
$(VCNUM)
dll
BUILD_FLAGS
+=
"
CFLAGS4MSC=
$(CFLAGS4MSC)
"
/F makefile.vc
$(VCNUM)
lib_
dll
.ENDIF
.ENDIF
.IF
"$(COM)"
==
"GCC"
.IF
"$(COM)"
==
"GCC"
...
@@ -138,11 +143,11 @@ OUT2LIB+=src$/.libs$/libgraphite.*.dylib
...
@@ -138,11 +143,11 @@ OUT2LIB+=src$/.libs$/libgraphite.*.dylib
#OUT2LIB+=engine$/src$/.libs$/libgraphite*.dll
#OUT2LIB+=engine$/src$/.libs$/libgraphite*.dll
.IF
"$(debug)"
==
"true"
.IF
"$(debug)"
==
"true"
OUT2BIN
=
\
OUT2BIN
=
\
engine
$/
debug
$/
*
.dll
\
#
engine$/debug$/*.dll
\
engine
$/
debug
$/
*
.pdb
engine
$/
debug
$/
*
.pdb
.ELSE
.ELSE
OUT2BIN
=
\
OUT2BIN
=
engine
$/
release
$/
*
.dll
#
engine$/release$/*.dll
# engine$/release$/*.pdb
# engine$/release$/*.pdb
.ENDIF
.ENDIF
.ELSE
.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