Merged new build scripts from 1.3 branch

Branch_1.5.0
Nathan Crawford 2009-01-22 03:54:09 +00:00
rodzic ec2389e52d
commit 12ad7a51a1
7 zmienionych plików z 14 dodań i 12 usunięć

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.

Wyświetl plik

@ -1,3 +1,7 @@
AssemblyInfo Path=..\embroideryReader\Properties\AssemblyInfo.cs
command path=C:\Program Files\NSIS\makensis.exe
command arguments=/DVERSION={ver} /Doutfile={outfile} embreader.nsi
nsis path=C:\Program Files (x86)\NSIS\makensis.exe
nsis arguments=/DVERSION={ver} /Doutfile={outfile} embreader.nsi
7-zip path=C:\Program Files\7-Zip\7z.exe
source zip arguments=a -tzip -r embroideryReader{ver-file}-source.zip source-zip\*
binary zip arguments=a -tzip embroideryReader{ver-file}.zip embroideryReader.exe nc_settings.dll nc_Updater.dll PesFile.dll
publish folder=upload-me

Wyświetl plik

@ -1,8 +1,8 @@
svn export http://dell/newrepos/EmbroideryReader/trunk trunktemp
cd trunktemp\install
svn export http://medium/newrepos/EmbroideryReader/trunk source-zip
echo "Check source-zip folder, make sure there are no unwanted files"
pause
BuildInstaller.exe
move embreadsetup*.exe ..\..\
move embroideryReader*.zip ..\..\
cd ..\..\
rmdir /Q /S trunktemp
pause
rmdir /Q /S source-zip
move embreadsetup*.exe upload-me\
move embroideryReader*.zip upload-me\
copy update.ini upload-me\

Wyświetl plik

@ -1 +0,0 @@
7z.exe a -tzip -r %1 ..\*

Wyświetl plik

@ -1 +0,0 @@
7z.exe a -tzip %1 embroideryReader.exe nc_settings.dll nc_Updater.dll PesFile.dll

Wyświetl plik

@ -1 +1 @@
version=1.3.0.25
version=1.4.0.0