repo.or.cz
/
LibreOffice.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
bump product version to 7.2.5.1
[LibreOffice.git]
/
external
/
libtommath
/
libtommath-msvc.patch
blob
07884871aac9483dd1801b2ef1a96693bd559891
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 @@
4
5
library: $(OBJECTS)
6
lib /out:tommath.lib $(OBJECTS)
7
+
8
+.cc.obj:
9
+ $(CC) /nologo $(CFLAGS) /c $<
10
+
11
+.c.obj:
12
+ $(CC) /nologo $(CFLAGS) /c $<