diff --git a/trunk/ReleasePackage.csh b/trunk/ReleasePackage.csh deleted file mode 100644 index cd9c8da..0000000 --- a/trunk/ReleasePackage.csh +++ /dev/null @@ -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/*