X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=win%2Fmakefile;h=d2d84bc87d14f5c5d6797e555e72d680b0b8a972;hb=9263a36f12d300b625f5dbf6aa2c0f118290e08c;hp=ea4776f131569283bb308a31a595b65faef4fdc5;hpb=c5f0ae4cb39e30c7ae21b34c98b0a0a7e7c056af;p=metaproxy-moved-to-github.git diff --git a/win/makefile b/win/makefile index ea4776f..d2d84bc 100644 --- a/win/makefile +++ b/win/makefile @@ -7,7 +7,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.1.0 +VERSION=1.1.5 # 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