projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6143ea3
)
Win makefile: omit /machine:i386 link option
author
unknown
<adam@indexdata.dk>
Wed, 19 May 2010 09:08:36 +0000
(11:08 +0200)
committer
unknown
<adam@indexdata.dk>
Wed, 19 May 2010 09:09:09 +0000
(11:09 +0200)
Conflicts on Win64 and is unnecessary on Win32.
win/makefile
patch
|
blob
|
history
diff --git
a/win/makefile
b/win/makefile
index
7ba0dcb
..
295d184
100644
(file)
--- a/
win/makefile
+++ b/
win/makefile
@@
-286,7
+286,7
@@
MT=echo
LINK_LIBS= kernel32.lib ws2_32.lib advapi32.lib \
$(ICONV_LIB) $(LIBXML2_LIB) $(LIBXSLT_LIB)
-COMMON_LNK_OPTIONS= /nologo /subsystem:windows /machine:i386 /incremental:no
+COMMON_LNK_OPTIONS= /nologo /subsystem:windows /incremental:no
DEBUG_LNK_OPTIONS= /debug