root/trunk/src/tutorials/examples/version/build.bat

Revision 6, 288 bytes (checked in by jcc7, 3 years ago)

Made more progress in developing convertToWiki and added some files.

Line 
1 @echo off
2 echo.
3 echo No special attribute...
4 dmd version.d
5 version.exe
6 echo.
7 echo No special attribute...
8 dmd version.d -version=special_attribute
9 version.exe
10 echo.
11 echo Special attribute (through myCodeGenerator)...
12 dmd version.d -version=special_attribute
13 version.exe
14 pause
Note: See TracBrowser for help on using the browser.