X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=win%2Fmakefile;h=851330fbaf8429238aad0e900cd3d913bd1b0d16;hb=db9768c3988f9536c898250880c13923a2dde32d;hp=acf07e596a8bfc61f14e8ea879a5aeef7c00c827;hpb=bc66c2a11aa31c16f46c49100e99dc9b7e940faf;p=yaz-moved-to-github.git diff --git a/win/makefile b/win/makefile index acf07e5..851330f 100644 --- a/win/makefile +++ b/win/makefile @@ -1,5 +1,5 @@ # makefile.mak - makefile for MS NMAKE -# $Id: makefile,v 1.27 2001-10-24 12:24:43 adam Exp $ +# $Id: makefile,v 1.30 2001-10-28 23:28:26 adam Exp $ # # Programmed by # HL: Heikki Levanto, Index Data @@ -23,11 +23,11 @@ ############### Parameters ########################################################### -DEBUG=1 # 0 for release, 1 for debug +DEBUG=0 # 0 for release, 1 for debug default: all -all: dirs yaz_date_h dll client ztest zoomsh +all: dirs yaz_date_h generate dll client ztest zoomsh generate: generated_files @@ -106,8 +106,9 @@ yaz_date_h: $(YAZ_DATE_H) COMMON_C_OPTIONS= \ /nologo /W3 /GX /FD /c \ /D "YAZ_MODULE_ill=1" \ - /D "WIN32" /D "_WINDOWS" \ - /D "CCL2RPN=1" \ + /D "YAZ_MODULE_ccl=1" \ + /D "_WINDOWS" \ + /D "WIN32" \ /FR"$(OBJDIR)\\" \ /Fo"$(OBJDIR)\\" \ /Fd"$(OBJDIR)\\" @@ -753,10 +754,8 @@ $(ZTEST) : "$(BINDIR)" $(ZTEST_OBJS) $(DLL) ############## clean clean: - del $(DLL) - del $(CLIENT) - del $(ZTEST) - del $(ZOOMSH) + del $(BINDIR)\*.exe + del $(BINDIR)\*.dll del $(TMPDIR)\*. del $(LIBDIR)\*.MAP @@ -803,7 +802,16 @@ $(ILL_OBJS): $(ILL_CORE_FILES) $(ITEM_REQ_FILES) ########################################################### # # $Log: makefile,v $ -# Revision 1.27 2001-10-24 12:24:43 adam +# Revision 1.30 2001-10-28 23:28:26 adam +# Enable CCL-to-RPN for YAZ client on WIN32. +# +# Revision 1.29 2001/10/25 12:46:07 adam +# codecs not built as they should. +# +# Revision 1.28 2001/10/25 10:45:08 adam +# Fixed make clean. +# +# Revision 1.27 2001/10/24 12:24:43 adam # WIN32 updates: ZOOM runs, nmem_init/nmem_exit called in DllMain. # # Revision 1.26 2001/09/27 12:09:18 adam