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
187 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 /entry:Start /subsystem:windows kernel32.lib user32.lib temp.o /out:temp.exe
2024-06-16 20:37:25 +00:00
temp.exe