~halega/+junk/sharpdevelop

« back to all changes in this revision

Viewing changes to src/Tools/NUnit/nunit-console/build.bat

  • Committer: sk
  • Date: 2011-09-10 05:17:57 UTC
  • Revision ID: halega@halega.com-20110910051757-qfouz1llya9m6boy
4.1.0.7915 Release Candidate 1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
:: -----------------------------------------------------------------
 
2
:: Builds the 32bit version of NUnit Console and the AnyCPU version.
 
3
:: -----------------------------------------------------------------
 
4
 
 
5
%windir%\microsoft.net\framework\v3.5\msbuild nunit-console.sln /p:PlatformTarget=x86 /property:Configuration=Release /t:Rebuild
 
6
move ..\nunit-console.exe ..\nunit-console-x86.exe
 
7
%windir%\microsoft.net\framework\v3.5\msbuild nunit-console.sln /property:Configuration=Release /t:Rebuild
 
8
 
 
9
@IF %ERRORLEVEL% NEQ 0 PAUSE
 
 
b'\\ No newline at end of file'