root/trunk/src/tutorials/examples/wasted_space/build.bat
| Revision 6, 282 bytes (checked in by jcc7, 3 years ago) |
|---|
| Line | |
|---|---|
| 1 | @echo off |
| 2 | dmd wasted_mod.d -c |
| 3 | dmd all_eff.d -c |
| 4 | dmd test.d all_eff.obj -oflight.exe -version=light |
| 5 | dmd test.d wasted_mod.obj -ofheavy.exe -version=heavy |
| 6 | dmd test.d wasted_mod.obj -ofsuper_heavy.exe -version=super_heavy |
| 7 | light.exe |
| 8 | pause |
| 9 | heavy.exe |
| 10 | pause |
| 11 | super_heavy.exe |
| 12 | pause |
Note: See TracBrowser for help on using the browser.
