projects
/
yazpp-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:
d75c2e0
)
Win makefile: omit /machine:i386 option
author
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 19 May 2010 13:55:02 +0000
(15:55 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 19 May 2010 13:55:02 +0000
(15:55 +0200)
win/makefile
patch
|
blob
|
history
diff --git
a/win/makefile
b/win/makefile
index
16c23c8
..
4c0ee84
100644
(file)
--- a/
win/makefile
+++ b/
win/makefile
@@
-115,7
+115,7
@@
LINK=link.exe
LINK_LIBS= kernel32.lib advapi32.lib $(YAZ_LIB)
-COMMON_LNK_OPTIONS= /nologo /subsystem:windows /machine:i386 /incremental:no
+COMMON_LNK_OPTIONS= /nologo /subsystem:windows /incremental:no
DEBUG_LNK_OPTIONS= /debug