Add batch files for building example code with m32mscoff and m64.

This commit is contained in:
haru-s 2022-12-03 18:06:48 +09:00
parent cd2c28a4ae
commit 73486dda81
2 changed files with 4 additions and 0 deletions

View file

@ -0,0 +1,2 @@
dmd -m32mscoff -L/SUBSYSTEM:WINDOWS -L/ENTRY:mainCRTStartup hello_dfl.d
hello_dfl.exe

View file

@ -0,0 +1,2 @@
dmd -m64 -L/SUBSYSTEM:WINDOWS -L/ENTRY:mainCRTStartup hello_dfl.d
hello_dfl.exe