Added *.dsl files for DEST_DIR.
[yaz-moved-to-github.git] / win / makefile
index ab674bc..851330f 100644 (file)
@@ -1,5 +1,5 @@
 # makefile.mak - makefile for MS NMAKE 
-# $Id: makefile,v 1.28 2001-10-25 10:45:08 adam Exp $
+# $Id: makefile,v 1.30 2001-10-28 23:28:26 adam Exp $
 #
 # Programmed by
 #  HL: Heikki Levanto, Index Data
@@ -27,7 +27,7 @@ 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)\\" 
@@ -801,7 +802,13 @@ $(ILL_OBJS): $(ILL_CORE_FILES) $(ITEM_REQ_FILES)
 ###########################################################
 #
 # $Log: makefile,v $
-# Revision 1.28  2001-10-25 10:45:08  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