From: Adam Dickmeiss Date: Wed, 19 May 2010 13:55:02 +0000 (+0200) Subject: Win makefile: omit /machine:i386 option X-Git-Tag: v1.2.3~1 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=248fffea9344e4e259d4d5fe357f41e9f9877fab;p=yazpp-moved-to-github.git Win makefile: omit /machine:i386 option --- diff --git a/win/makefile b/win/makefile index 16c23c8..4c0ee84 100644 --- 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