summaryrefslogtreecommitdiff
path: root/libxml2/libxml2-vc10.patch
blob: 54d12f19c484a4f0ac987bf57089d4f4def4e523 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- 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\
typosAndrea Gelmini 2018-01-27Fix typosAndrea Gelmini 2018-01-25tdf#45904 Move _SheetCell Java tests to C++Jens Carl 2018-01-18Fix typosAndrea Gelmini 2018-01-17Fix typosAndrea Gelmini 2018-01-17Fix typosAndrea Gelmini 2018-01-16tdf#45904 Move _GlobalSheetSettings Java tests to C++Jens Carl 2018-01-16Fix typosAndrea Gelmini f67cd3522125665'>Resolves: tdf#130045 dial control frame not hidden along with the controlCaolán McNamara 2019-10-31remove some stray random propertiesCaolán McNamara 2018-10-28drop unnecessary requires lib="LibreOffice"Caolán McNamara 2018-10-28update old 'interface-requires' comments to <requires> tagCaolán McNamara 2018-10-13weld SchAlignmentTabPageCaolán McNamara 2018-04-02drop the spurious invisible_char[_set] propertiesCaolán McNamara 2017-07-21migrate to boost::gettextCaolán McNamara 2014-09-25Resolves: fdo#83010 remove svx::WrapFieldCaolán McNamara 2014-06-23fdo#76203 - use consistent titlecase for UI title labelsJoren De Cuyper 2013-09-01titlerotationtabpage.ui widgetsManal Alhassoun