Fossil SCM

Don't compile some zlib optimized assembler sources when compiled with FOSSIL_ENABLE_MINIZ.

mgagnon 2014-12-06 14:24 trunk
Commit 8a5c394ba4c5da8e76f7be360b0c794b2f249df7
1 file changed +5
--- win/Makefile.mingw
+++ win/Makefile.mingw
@@ -108,12 +108,17 @@
108108
endif
109109
endif
110110
111111
ifndef X64
112112
SSLCONFIG = mingw
113
+ifndef FOSSIL_ENABLE_MINIZ
113114
ZLIBCONFIG = LOC="-DASMV -DASMINF" OBJA="inffas86.o match.o"
114115
LIBTARGETS = $(ZLIBDIR)/inffas86.o $(ZLIBDIR)/match.o
116
+else
117
+ZLIBCONFIG =
118
+LIBTARGETS =
119
+endif
115120
else
116121
SSLCONFIG = mingw64
117122
ZLIBCONFIG =
118123
LIBTARGETS =
119124
endif
120125
--- win/Makefile.mingw
+++ win/Makefile.mingw
@@ -108,12 +108,17 @@
108 endif
109 endif
110
111 ifndef X64
112 SSLCONFIG = mingw
 
113 ZLIBCONFIG = LOC="-DASMV -DASMINF" OBJA="inffas86.o match.o"
114 LIBTARGETS = $(ZLIBDIR)/inffas86.o $(ZLIBDIR)/match.o
 
 
 
 
115 else
116 SSLCONFIG = mingw64
117 ZLIBCONFIG =
118 LIBTARGETS =
119 endif
120
--- win/Makefile.mingw
+++ win/Makefile.mingw
@@ -108,12 +108,17 @@
108 endif
109 endif
110
111 ifndef X64
112 SSLCONFIG = mingw
113 ifndef FOSSIL_ENABLE_MINIZ
114 ZLIBCONFIG = LOC="-DASMV -DASMINF" OBJA="inffas86.o match.o"
115 LIBTARGETS = $(ZLIBDIR)/inffas86.o $(ZLIBDIR)/match.o
116 else
117 ZLIBCONFIG =
118 LIBTARGETS =
119 endif
120 else
121 SSLCONFIG = mingw64
122 ZLIBCONFIG =
123 LIBTARGETS =
124 endif
125

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button