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

5 lines
171 B
Batchfile
Raw Normal View History

2024-06-16 20:37:25 +00:00
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