mirror of
https://github.com/Rayerd/dfl.git
synced 2025-04-26 21:30:25 +03:00
Add batch files for building example code with m32mscoff and m64.
This commit is contained in:
parent
cd2c28a4ae
commit
73486dda81
2 changed files with 4 additions and 0 deletions
2
win32/examples/hello_dfl/build32mscoff.bat
Normal file
2
win32/examples/hello_dfl/build32mscoff.bat
Normal file
|
@ -0,0 +1,2 @@
|
|||
dmd -m32mscoff -L/SUBSYSTEM:WINDOWS -L/ENTRY:mainCRTStartup hello_dfl.d
|
||||
hello_dfl.exe
|
2
win32/examples/hello_dfl/build64.bat
Normal file
2
win32/examples/hello_dfl/build64.bat
Normal file
|
@ -0,0 +1,2 @@
|
|||
dmd -m64 -L/SUBSYSTEM:WINDOWS -L/ENTRY:mainCRTStartup hello_dfl.d
|
||||
hello_dfl.exe
|
Loading…
Add table
Add a link
Reference in a new issue