dfl/examples/hello_dfl/build32mscoff.bat

4 lines
104 B
Batchfile

pushd source
dmd -m32mscoff -L/SUBSYSTEM:WINDOWS -L/ENTRY:mainCRTStartup hello_dfl.d
hello_dfl.exe
popd