dfl/examples/hello_dfl/build.bat

4 lines
82 B
Batchfile

pushd source
dmd -m32omf -L/exet:nt/su:windows:4.0 hello_dfl.d
hello_dfl.exe
popd