From 44672975f94d9b1c3975fbae4452c07bd9578269 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Sun, 11 Apr 2004 17:53:03 +0000 Subject: [PATCH] Minor updates in comments --- win/makefile | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/win/makefile b/win/makefile index b5ee8aa..b06a6cb 100644 --- a/win/makefile +++ b/win/makefile @@ -1,6 +1,6 @@ # Copyright (C) 1993-2004, Index Data ApS # All rights reserved. -# $Id: makefile,v 1.4 2004-04-11 17:49:36 adam Exp $ +# $Id: makefile,v 1.5 2004-04-11 17:53:03 adam Exp $ ########################################################### ############### Parameters @@ -58,6 +58,7 @@ zclient: $(ZCLIENT) ############### Compiler and linker options ########################################################### +# YAZ includes & libs YAZ_LIB="$(YAZ_DIR)\lib\yaz.lib" YAZ_DEF=/I"$(YAZ_DIR)\include" yaz: $(BINDIR)\yaz.dll $(BINDIR)\yaz.dll @@ -65,10 +66,6 @@ yaz: $(BINDIR)\yaz.dll $(BINDIR)\yaz.dll $(BINDIR)\yaz.dll: $(YAZ_DIR)\bin\yaz.dll copy "$(YAZ_DIR)\bin\yaz.dll" $(BINDIR) -### C and CPP compiler (the same thing) -# Note: $(CPP) has already been defined in the environment -# (if you set things up right!) - COMMON_C_OPTIONS= \ /nologo /W3 /GX /FD /c \ $(YAZ_DEF) \ @@ -235,7 +232,7 @@ $(ZCLIENT) : "$(BINDIR)" $(ZCLIENT_OBJS) $(YAZPP_IMPLIB) ########################################################### -############### Generated SOurce files +############### Generated Source files ########################################################### generated: $(ZOOMDIR)\zoom.h -- 1.7.10.4