Minor updates in comments
authorAdam Dickmeiss <adam@indexdata.dk>
Sun, 11 Apr 2004 17:53:03 +0000 (17:53 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Sun, 11 Apr 2004 17:53:03 +0000 (17:53 +0000)
win/makefile

index b5ee8aa..b06a6cb 100644 (file)
@@ -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