mirror of
https://github.com/Rayerd/dfl.git
synced 2025-04-26 13:09:57 +03:00
4 lines
104 B
Batchfile
4 lines
104 B
Batchfile
pushd source
|
|
dmd -m32mscoff -L/SUBSYSTEM:WINDOWS -L/ENTRY:mainCRTStartup hello_dfl.d
|
|
hello_dfl.exe
|
|
popd
|