WIN32 updates
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 3 Jun 2003 09:11:13 +0000 (09:11 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 3 Jun 2003 09:11:13 +0000 (09:11 +0000)
win/makefile
win/yaz.nsi

index 87ebeb8..9533132 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright (C) 1994-2003, Index Data
 # All rights reserved.
-# $Id: makefile,v 1.58 2003-06-02 13:44:54 adam Exp $
+# $Id: makefile,v 1.59 2003-06-03 09:11:13 adam Exp $
 #
 # Programmed by
 #  HL: Heikki Levanto, Index Data
@@ -653,7 +653,7 @@ $(ITEM_REQ_FILES): $(ILLDIR)\item-req.asn
 
 $(UTILDIR)\marc8.c: $(UTILDIR)\charconv.sgm
        @cd $(UTILDIR)
-       $(TCL) charconv.tcl -p marc8 -s 50 charconv.sgm marc8.c
+       $(TCL) charconv.tcl -p marc8 -s 50 charconv.sgm charconv_cjk.xml -o marc8.c
 
 !endif
 
@@ -930,7 +930,10 @@ $(ILL_OBJS): $(ILL_CORE_FILES) $(ITEM_REQ_FILES)
 ###########################################################
 #
 # $Log: makefile,v $
-# Revision 1.58  2003-06-02 13:44:54  adam
+# Revision 1.59  2003-06-03 09:11:13  adam
+# WIN32 updates
+#
+# Revision 1.58  2003/06/02 13:44:54  adam
 # Added cqlstrer to win makefile
 #
 # Revision 1.57  2003/05/27 21:12:23  adam
index 614d6e1..76b2461 100644 (file)
@@ -1,4 +1,4 @@
-; $Id: yaz.nsi,v 1.21 2003-04-28 21:02:17 adam Exp $
+; $Id: yaz.nsi,v 1.22 2003-06-03 09:11:13 adam Exp $
 
 !define VERSION "2.0.2"
 
@@ -96,7 +96,8 @@ Section "YAZ Source"
        File ..\util\*.c
        File ..\util\*.tcl
        File ..\util\*.sgm
-       File ..\util\yaz-comp
+       File ..\util\*.xml
+       File ..\util\yaz-asncomp
        SetOutPath $INSTDIR\odr
        File ..\odr\*.c
        File ..\odr\*.h