From 68f9c30763ddbba9f25b6e893078ead2583c6f21 Mon Sep 17 00:00:00 2001 From: Heikki Levanto Date: Wed, 19 May 1999 08:26:22 +0000 Subject: [PATCH] Added comments --- win/makefile.mak | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) 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 +# +# -- 1.7.10.4