Adding script to build all the files needed to publish a version of Embroidery Reader.

Branch_1.5.0
Nathan Crawford 2008-05-02 20:51:26 +00:00
rodzic 813e401dad
commit 7f5dd53a5b
1 zmienionych plików z 8 dodań i 0 usunięć

Wyświetl plik

@ -0,0 +1,8 @@
svn export http://dell/newrepos/EmbroideryReader/trunk trunktemp
cd trunktemp\install
BuildInstaller.exe
move embreadsetup*.exe ..\..\
move embroideryReader*.zip ..\..\
cd ..\..\
rmdir /Q /S trunktemp
pause