X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=win%2Fmakefile;h=c94edcbf77676593b4b7078a267ccdeb2ce02249;hb=c1d953eee6c00432493bc364da6284704ccd9cc2;hp=684340d334936eca5ab6b35668db6c12f52f1517;hpb=6edc3513149e8818d61d72db9d565fc3703c837b;p=metaproxy-moved-to-github.git diff --git a/win/makefile b/win/makefile index 684340d..c94edcb 100644 --- a/win/makefile +++ b/win/makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2005-2010, Index Data +# Copyright (C) 2005-2011 Index Data # All rights reserved. # MS NMAKE makefile for metaproxy @@ -7,7 +7,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.1.1 +VERSION=1.2.1 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz @@ -191,10 +191,7 @@ LINK_LIBS=kernel32.lib user32.lib gdi32.lib advapi32.lib uuid.lib \ $(YAZ_LIB) $(YAZPP_LIB) $(ICONV_LIB) $(LIBXSLT_LIB) \ $(BOOST_LIB) -COMMON_LNK_OPTIONS= /nologo \ - /subsystem:windows \ - /machine:i386 \ - /incremental:no +COMMON_LNK_OPTIONS= /nologo /subsystem:windows /incremental:no DEBUG_LNK_OPTIONS= /debug