1
0
mirror of https://github.com/janet-lang/janet synced 2025-01-10 07:30:26 +00:00
janet/examples/sysir/run_samples.bat

5 lines
195 B
Batchfile
Raw Normal View History

janet.exe examples/sysir/windows_samples.janet > temp.nasm
2024-06-16 20:37:25 +00:00
nasm -fwin64 temp.nasm -l temp.lst -o temp.o
link /entry:Start /subsystem:windows kernel32.lib user32.lib temp.o /out:temp.exe
2024-06-16 20:37:25 +00:00
temp.exe