Fixed build warning

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1632 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
RKrom 2012-02-04 15:04:32 +00:00
commit 78c7071419
2 changed files with 9 additions and 1 deletions

View file

@ -1,12 +1,18 @@
@echo off
echo Starting Greenshot BUILD
cd ..
echo Getting current Version
tools\TortoiseSVN\SubWCRev.exe . releases\innosetup\setup.iss releases\innosetup\setup-SVN.iss
del bin\Release\*.config
del bin\Release\*.log
cd bin\Release
echo Making MD5
..\..\tools\FileVerifier++\fvc.exe -c -a MD5 -r -o checksum.MD5 Greenshot.exe GreenshotPlugin.dll
cd ..\..
echo Building installer after key press
pause
tools\innosetup\ISCC.exe releases\innosetup\setup-SVN.iss
echo Building ZIP after key press
pause
del releases\Greenshot-NO-INSTALLER.zip
mkdir releases\NO-INSTALLER
@ -17,5 +23,8 @@ xcopy /S releases\additional_files\* releases\NO-INSTALLER
cd releases\NO-INSTALLER
..\..\tools\7zip\7za.exe a -x!.SVN -r ..\Greenshot-NO-INSTALLER.zip *
cd ..\..
echo Cleanup after key press
pause
del /s /q releases\NO-INSTALLER
echo Finshed
pause

View file

@ -201,7 +201,6 @@ var
i: Integer;
parametersString: String;
currentParameter: String;
equalsSignPos: Integer;
foundStart: Boolean;
foundNoRun: Boolean;
foundLanguage: Boolean;