mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2025-03-04 13:16:04 +00:00
4 lines
98 B
Batchfile
4 lines
98 B
Batchfile
call set_opt
|
|
bmake -f Makefile.win all
|
|
cl -I../ -I./ -DXBYAK_TEST %FILE%.cpp %OPT% /Od /Zi
|
|
%FILE%
|