ReleasePackage.csh:パッケージ作成用のシェルファイルが複数あってややこしいのでこちらは削除。

git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-09-30%20-%20paladin.7z/paladin/ctr_eFuse@212 ff987cc8-cf2f-4642-8568-d52cce064691
This commit is contained in:
n2460 2013-06-06 06:18:30 +00:00
parent c81244fd8c
commit 897d0106b4

View File

@ -1,27 +0,0 @@
#!c:/tcsh/tcsh.exe
set mydir="cr_generate_id"
set myfiles="Makefile.sharp main.c cr_generate_id.h libgenid.a readme_openssl.txt LICENSE_en.txt LICENSE_jp.txt readme.txt readme_openssl.txt"
if(-e $mydir.zip) then
rm -f $mydir.zip
endif
if(-d $mydir ) then
rm -rf $mydir
endif
mkdir $mydir
foreach myfile ($myfiles)
if(-e $mydir/$myfile) then
rm -f $mydir/$myfile
endif
cp $myfile $mydir/$myfile
end
mv $mydir/Makefile.sharp $mydir/Makefile
zip $mydir.zip $mydir/*