mirror of
https://github.com/janet-lang/janet
synced 2025-01-10 07:30:26 +00:00
5 lines
195 B
Batchfile
5 lines
195 B
Batchfile
janet.exe examples/sysir/windows_samples.janet > temp.nasm
|
|
nasm -fwin64 temp.nasm -l temp.lst -o temp.o
|
|
link /entry:Start /subsystem:windows kernel32.lib user32.lib temp.o /out:temp.exe
|
|
temp.exe
|