X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=win%2Fmakefile;h=1bc68c8c33c1ee060ddfc158d96a760417dbbb70;hb=c1a85f9caaa8476a69b392349e90b7c4981e7db3;hp=c2b90fe2142dac55c15041401dc07b55bdc8137a;hpb=e5ba12655112ab17ee08e0d048cc5afae8e8c670;p=idzebra-moved-to-github.git diff --git a/win/makefile b/win/makefile index c2b90fe..1bc68c8 100644 --- a/win/makefile +++ b/win/makefile @@ -1,11 +1,11 @@ # Z'mbol makefile for MS NMAKE -# $Id: makefile,v 1.3 2000-04-17 14:22:00 adam Exp $ +# $Id: makefile,v 1.5 2000-05-05 13:48:03 adam Exp $ ########################################################### ############### Parameters ########################################################### -DEBUG=0 # 0 for release, 1 for debug +DEBUG=1 # 0 for release, 1 for debug default: all @@ -169,6 +169,7 @@ LNKOPT= $(COMMON_LNK_OPTIONS) $(RELEASE_LNK_OPTIONS) $(LNK_LIBS) # need to be specified, though ZSERVER_OBJS= \ + $(OBJDIR)\kinput.obj \ $(OBJDIR)\zserver.obj ZEBRAIDX_OBJS= \ @@ -183,6 +184,7 @@ APITEST_OBJS= \ $(OBJDIR)\apitest.obj ZEBRALIB_OBJS= \ + $(OBJDIR)\zebra-lock.obj \ $(OBJDIR)\attribute.obj \ $(OBJDIR)\bfile.obj \ $(OBJDIR)\bset.obj \ @@ -390,7 +392,13 @@ $(ALL_OBJS): makefile ########################################################### # # $Log: makefile,v $ -# Revision 1.3 2000-04-17 14:22:00 adam +# Revision 1.5 2000-05-05 13:48:03 adam +# Fixed locking for metafiles. +# +# Revision 1.4 2000/04/19 14:35:59 adam +# WIN32 update (this version is known not to work on Windows). +# +# Revision 1.3 2000/04/17 14:22:00 adam # WIN32 update. # # Revision 1.2 2000/02/08 12:34:17 adam