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
48ace782
Kaydet (Commit)
48ace782
authored
Eki 19, 2010
tarafından
Jesús Corrius
Kaydeden (comit)
Fridrich Štrba
Eki 20, 2010
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Build fixes for VC++ 10
üst
52de8bb5
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
34 additions
and
2 deletions
+34
-2
libxml2-vc10.patch
libxml2/libxml2-vc10.patch
+15
-0
makefile.mk
libxml2/makefile.mk
+2
-1
libxslt-vc10.patch
libxslt/libxslt-vc10.patch
+15
-0
makefile.mk
libxslt/makefile.mk
+2
-1
No files found.
libxml2/libxml2-vc10.patch
0 → 100755
Dosyayı görüntüle @
48ace782
--- misc/build/libxml2-2.7.6/win32/Makefile.msvc.old 2010-09-20 20:22:41.500000000 +0200
+++ misc/build/libxml2-2.7.6/win32/Makefile.msvc 2010-09-20 20:23:00.250000000 +0200
@@ -91,8 +91,12 @@
LDFLAGS = $(LDFLAGS) /DEBUG
!else
CFLAGS = $(CFLAGS) /D "NDEBUG" /O2
+!if "$(_NMAKE_VER)" >= "10.00.30319.01"
+LDFLAGS = $(LDFLAGS)
+!else
LDFLAGS = $(LDFLAGS) /OPT:NOWIN98
!endif
+!endif
# Libxml object files.
XML_OBJS = $(XML_INTDIR)\c14n.obj\
libxml2/makefile.mk
Dosyayı görüntüle @
48ace782
...
...
@@ -52,7 +52,8 @@ PATCH_FILES=libxml2-configure.patch \
libxml2-mingw.patch
\
libxml2-gnome599717.patch
\
libxml2-global-symbols.patch
\
libxml2-aix.patch
libxml2-aix.patch
\
libxml2-vc10.patch
# This is only for UNX environment now
...
...
libxslt/libxslt-vc10.patch
0 → 100644
Dosyayı görüntüle @
48ace782
--- misc/build/libxslt-1.1.26/win32/Makefile.msvc.old 2010-10-20 01:02:55.359375000 +0200
+++ misc/build/libxslt-1.1.26/win32/Makefile.msvc 2010-10-20 01:03:05.187500000 +0200
@@ -71,8 +71,12 @@
LDFLAGS = $(LDFLAGS) /DEBUG
!else
CFLAGS = $(CFLAGS) /D "NDEBUG" /O2
+!if "$(_NMAKE_VER)" >= "10.00.30319.01"
+LDFLAGS = $(LDFLAGS)
+!else
LDFLAGS = $(LDFLAGS) /OPT:NOWIN98
!endif
+!endif
# Libxslt object files.
XSLT_OBJS = $(XSLT_INTDIR)\attributes.obj\
libxslt/makefile.mk
Dosyayı görüntüle @
48ace782
...
...
@@ -56,7 +56,8 @@ PATCH_FILES=libxslt-configure.patch \
libxslt-win_manifest.patch
\
libxslt-mingw.patch
\
libxslt-internal-symbols.patch
\
libxslt-aix.patch
libxslt-aix.patch
\
libxslt-vc10.patch
# This is only for UNX environment now
.IF
"$(OS)"
==
"WNT"
...
...
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