X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=win%2Fmakefile;h=b06a6cbdedc50af064a956950161db4f65873ffc;hb=93ebae652d8c220ccc4cf023e1cbc33a5a926e3f;hp=b5ee8aa806e9bfd244d51800461c8e760c2d1759;hpb=bb79c77f6fdcc29e886082a96c50e02405d6a9d3;p=yazpp-moved-to-github.git 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