mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2025-03-05 13:45:36 +00:00
5 lines
92 B
Batchfile
5 lines
92 B
Batchfile
|
call set_opt
|
||
|
bmake -f Makefile.win all
|
||
|
cl -I../ -I./ -DXBYAK_TEST jmp.cpp %OPT% /Od /Zi
|
||
|
jmp
|