From 897d0106b4d2f753b226cdd386fb158c2652d768 Mon Sep 17 00:00:00 2001 From: n2460 Date: Thu, 6 Jun 2013 06:18:30 +0000 Subject: [PATCH] =?UTF-8?q?ReleasePackage.csh:=E3=83=91=E3=83=83=E3=82=B1?= =?UTF-8?q?=E3=83=BC=E3=82=B8=E4=BD=9C=E6=88=90=E7=94=A8=E3=81=AE=E3=82=B7?= =?UTF-8?q?=E3=82=A7=E3=83=AB=E3=83=95=E3=82=A1=E3=82=A4=E3=83=AB=E3=81=8C?= =?UTF-8?q?=E8=A4=87=E6=95=B0=E3=81=82=E3=81=A3=E3=81=A6=E3=82=84=E3=82=84?= =?UTF-8?q?=E3=81=93=E3=81=97=E3=81=84=E3=81=AE=E3=81=A7=E3=81=93=E3=81=A1?= =?UTF-8?q?=E3=82=89=E3=81=AF=E5=89=8A=E9=99=A4=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-09-30%20-%20paladin.7z/paladin/ctr_eFuse@212 ff987cc8-cf2f-4642-8568-d52cce064691 --- trunk/ReleasePackage.csh | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 trunk/ReleasePackage.csh 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/*