X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=win%2Fmakefile;h=1bc68c8c33c1ee060ddfc158d96a760417dbbb70;hb=c1a85f9caaa8476a69b392349e90b7c4981e7db3;hp=b7a43c225a5dde60895c11c73d044763e9e0b363;hpb=c4b3b6322c32ee380e63ff06cabaad213952c195;p=idzebra-moved-to-github.git diff --git a/win/makefile b/win/makefile index b7a43c2..1bc68c8 100644 --- a/win/makefile +++ b/win/makefile @@ -1,11 +1,11 @@ # Z'mbol makefile for MS NMAKE -# $Id: makefile,v 1.4 2000-04-19 14:35:59 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 @@ -392,7 +392,10 @@ $(ALL_OBJS): makefile ########################################################### # # $Log: makefile,v $ -# Revision 1.4 2000-04-19 14:35:59 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