#! /bin/tcsh
####################################################################
#	"動物の森”用手紙簡易変換(管理者が使用するものではありません）
#	$Id: copy.sh,v 1.1 1999-12-06 16:12:02+09 komatu Exp $
####################################################################

######変換
convert.sh

######コピー
\cp -f mail_data.c ..
\cp -f mail_data_table.c ../../HANDBILL_TABLE
######コンパイル
(cd $FOREST_ROOT/data/shape/MESSAGE/ENG/HANDBILL;forest_u64cc)
(cd $FOREST_ROOT/data/shape/MESSAGE/ENG/HANDBILL_TABLE;forest_u64cc)
(cd $FOREST_ROOT/data;\cp -f shape/MESSAGE/ENG/HANDBILL/HANDBILL.o Eng_Handbill.o;\cp -f shape/MESSAGE/ENG/HANDBILL_TABLE/HANDBILL_TABLE.o Eng_Handbill_table.o)
