no more gbuild loops: break early on nonexistent objects (this commit breaks multi...
[LibreOffice.git] / libxslt / libxslt-vc10.patch
blob3d8b3302c643dc92b47072367d6a67f0ece82b91
1 --- misc/build/libxslt-1.1.26/win32/Makefile.msvc.old 2010-10-20 01:02:55.359375000 +0200
2 +++ misc/build/libxslt-1.1.26/win32/Makefile.msvc 2010-10-20 01:03:05.187500000 +0200
3 @@ -71,8 +71,12 @@
4 LDFLAGS = $(LDFLAGS) /DEBUG
5 !else
6 CFLAGS = $(CFLAGS) /D "NDEBUG" /O2
7 +!if "$(_NMAKE_VER)" >= "10.00.30319.01"
8 +LDFLAGS = $(LDFLAGS)
9 +!else
10 LDFLAGS = $(LDFLAGS) /OPT:NOWIN98
11 !endif
12 +!endif
14 # Libxslt object files.
15 XSLT_OBJS = $(XSLT_INTDIR)\attributes.obj\