# 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
############### 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
$(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) \
###########################################################
-############### Generated SOurce files
+############### Generated Source files
###########################################################
generated: $(ZOOMDIR)\zoom.h