dfl/examples/hello_dfl/build64.bat

4 lines
98 B
Batchfile

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