forked from amazingfate/loongoffice
Change-Id: Ic6802c16b740f6aee59ae2f74b7edcd37461f1f3 Reviewed-on: https://gerrit.libreoffice.org/50835 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
13 lines
448 B
Diff
13 lines
448 B
Diff
Add SOLARINC, and disable SSE2 default for MSVC2012
|
|
|
|
--- build/libxml2-2.7.6/win32/Makefile.msvc.old 2010-09-20 20:22:41.500000000 +0200
|
|
+++ build/libxml2-2.7.6/win32/Makefile.msvc 2010-09-20 20:23:00.250000000 +0200
|
|
@@ -59,6 +59,7 @@
|
|
CFLAGS = $(CFLAGS) /D "HAVE_PTHREAD_H"
|
|
!endif
|
|
CFLAGS = $(CFLAGS) /D_CRT_SECURE_NO_DEPRECATE /D_CRT_NONSTDC_NO_DEPRECATE
|
|
+CFLAGS = $(CFLAGS) -arch:SSE $(SOLARINC)
|
|
|
|
# The linker and its options.
|
|
LD = link.exe
|