summaryrefslogtreecommitdiff
path: root/external/libtommath/libtommath-msvc.patch
blob: 07884871aac9483dd1801b2ef1a96693bd559891 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- makefile.msvc	2016-02-05 23:25:32.000000000 +0100
+++ makefile.msvc	2016-07-21 11:34:20.618390100 +0200
@@ -38,3 +38,9 @@
 
 library: $(OBJECTS)
 	lib /out:tommath.lib $(OBJECTS)
+
+.cc.obj:
+	$(CC) /nologo $(CFLAGS) /c $<
+
+.c.obj:
+	$(CC) /nologo $(CFLAGS) /c $<
/span>Recheck modules [o-r]* with IWYUGabor Kelemen See tdf#42949 for motivation Change-Id: I6b4b05a5e59b256653c4caf5297fffd601b45083 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128845 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de> 2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann Change-Id: I044dd21b63d7eb03224675584fa143009c6b6008 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108418 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com> 2020-11-19tdf#123936 Formatting files in module opencl with clang-formatPhilipp Hofer Change-Id: I16a00ceee4c2b772ec9ed6b1b349253114b22239 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105695 Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>