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

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

Revision 4417, 164 bytes (checked in by fawzi, 3 years ago)

building normal and debug runtime library also on windows

  • Property svn:eol-style set to native
Line 
1 @echo off
2 set TANGO_OLDHOME=%HOME%
3 set HOME=%CD%
4 make clean-all -fdmd-win32.mak
5 make all install -fdmd-win32.mak
6 make clean -fdmd-win32.mak
7 set HOME=%TANGO_OLDHOME%
Note: See TracBrowser for help on using the browser.