#! /bin/tcsh
####################################################################
#	動物の森”用メッセージ簡易変換変換(管理者が使用するものではありません）
#	$Id: copy.sh,v 1.1 1999-11-25 16:20:41+09 komatu Exp $
####################################################################


######変換
convert.sh

######コピー
\cp -f message_data.c ..
\cp -f message_data_table.c ../../MSG_TABLE/table.c
######コンパイル
(cd $FOREST_ROOT/data/shape/MESSAGE/ENG/MSG;forest_u64cc)
(cd $FOREST_ROOT/data/shape/MESSAGE/ENG/MSG_TABLE;forest_u64cc)
(cd $FOREST_ROOT/data;\cp -f shape/MESSAGE/ENG/MSG/MSG.o Eng_Msg.o;\cp -f shape/MESSAGE/ENG/MSG_TABLE/MSG_TABLE.o Eng_Msg_table.o)
