bump product version to 7.2.5.1
[LibreOffice.git] / external / libtommath / libtommath-msvc.patch
blob07884871aac9483dd1801b2ef1a96693bd559891
1 --- makefile.msvc 2016-02-05 23:25:32.000000000 +0100
2 +++ makefile.msvc 2016-07-21 11:34:20.618390100 +0200
3 @@ -38,3 +38,9 @@
5 library: $(OBJECTS)
6 lib /out:tommath.lib $(OBJECTS)
8 +.cc.obj:
9 + $(CC) /nologo $(CFLAGS) /c $<
11 +.c.obj:
12 + $(CC) /nologo $(CFLAGS) /c $<