X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=win%2Fmakefile;h=e2d7192b496dfa4894142b86ff6c59438a518a18;hb=21327f3ee047e0cc77201fb3c2127787dc831ccc;hp=3a698f3efa223afe950c042cbf6a70c904989562;hpb=7bb77f81cdde5a5851129ce1598fcace767c932a;p=idzebra-moved-to-github.git diff --git a/win/makefile b/win/makefile index 3a698f3..e2d7192 100644 --- a/win/makefile +++ b/win/makefile @@ -1,15 +1,14 @@ # Z'mbol/Zebra makefile for MS NMAKE -# $Id: makefile,v 1.12 2002-07-25 13:45:59 adam Exp $ +# $Id: makefile,v 1.14 2002-08-05 20:05:07 adam Exp $ ########################################################### ############### Parameters ########################################################### -DEBUG=1 # 0 for release, 1 for debug -ZMBOL=0 +DEBUG=0 # 0 for release, 1 for debug # iconv -HAVE_ICONV=1 +HAVE_ICONV=0 ICONV_DIR = c:\libiconv-1.7.0.1 default: all @@ -71,13 +70,8 @@ TEMP=$(TMPDIR) ########################################################### ZEBRALIB=$(LIBDIR)\zebra.lib -!if $(ZMBOL) -ZSERVER=$(BINDIR)\zmbolsrv.exe -ZINDEX=$(BINDIR)\zmbolidx.exe -!else ZSERVER=$(BINDIR)\zebrasrv.exe ZINDEX=$(BINDIR)\zebraidx.exe -!endif APITEST=$(BINDIR)\apitest.exe # shortcut names defined here @@ -114,7 +108,6 @@ COMMON_C_OPTIONS= \ /FR"$(OBJDIR)\\" \ /Fo"$(OBJDIR)\\" \ /Fd"$(OBJDIR)\\" \ - /D"ZMBOL=$(ZMBOL)" \ $(BZIP2DEF) COMMON_C_INCLUDES= \