From 248fffea9344e4e259d4d5fe357f41e9f9877fab Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 19 May 2010 15:55:02 +0200 Subject: [PATCH] Win makefile: omit /machine:i386 option --- win/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4