makexpi.shを使う

git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@6420 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
piro 2010-03-24 07:52:39 +00:00
parent 8e0850106e
commit 57186260b2
2 changed files with 6 additions and 8 deletions

View File

@ -1,3 +1,3 @@
copy buildscript\make_new.sh .\
bash make_new.sh treestyletab version=0
del make_new.sh
copy buildscript\makexpi.sh .\
bash makexpi.sh -n treestyletab -v 0
del makexpi.sh

View File

@ -1,8 +1,6 @@
#!/bin/sh
appname=treestyletab
cp buildscript/make_new.sh ./
./make_new.sh $appname version=0
rm ./make_new.sh
cp buildscript/makexpi.sh ./
./makexpi.sh -n treestyletab -v 0
rm ./makexpi.sh