From: Heikki Levanto Date: Wed, 19 May 1999 08:26:22 +0000 (+0000) Subject: Added comments X-Git-Tag: YAZ.1.8~375 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=68f9c30763ddbba9f25b6e893078ead2583c6f21 Added comments --- diff --git a/win/makefile.mak b/win/makefile.mak index 03fd6c0..b4d194f 100644 --- a/win/makefile.mak +++ b/win/makefile.mak @@ -1,4 +1,5 @@ # Makefile.mak - makefile for MS NMAKE +# $Id: makefile.mak,v 1.3 1999-05-19 08:26:22 heikki Exp $ # # Programmed by # HL: Heikki Levanto, Index Data @@ -7,11 +8,10 @@ # 18-05-99 HL Stole this from YazX, cleaning up # # Missing -# - get it to work -# - yaz dll -# - client -# - server -# - ztest +# - Move MS-C's whatnots into win direcotry +# - Log and ID +# - rename to makefile (.nothing) +# - same to yazx... # # Envoronment problems # - You need to have the proper path and environment for VC set @@ -470,7 +470,15 @@ foo: $(RESFILE) $(OBJDIR)/client.obj: $(IDLGENERATED) - +########################################################### +############### Log +########################################################### +# +# $Log: makefile.mak,v $ +# Revision 1.3 1999-05-19 08:26:22 heikki +# Added comments +# +#