Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

root/tags/releases/0.99.8/lib/build-tango.bat

Revision 2465, 93 bytes (checked in by sean, 5 years ago)

IssueZilla? #1349 inspired me to fix up 'svn:eol-style' on our text files, since we've been a bit lax about it in the past few months. So this terrifyingly large commit sets this property and fixes newlines where appropriate. Nothing to see here. Move along.

  • Property svn:eol-style set to native
Line 
1 @echo off
2 set TANGO_OLDHOME=%HOME%
3 set HOME=%CD%
4 build-tango-app.exe
5 set HOME=%TANGO_OLDHOME%
Note: See TracBrowser for help on using the browser.