mirror of
https://github.com/janet-lang/janet
synced 2025-01-10 15:40:30 +00:00
5 lines
171 B
Batchfile
5 lines
171 B
Batchfile
|
janet.exe examples/sysir/samples.janet > temp.nasm
|
||
|
nasm -fwin64 temp.nasm -l temp.lst -o temp.o
|
||
|
link temp.o legacy_stdio_definitions.lib msvcrt.lib /out:temp.exe
|
||
|
temp.exe
|