xbyak/test/test_misc.bat
2023-10-13 09:45:33 +09:00

4 lines
98 B
Batchfile

call set_opt
bmake -f Makefile.win all
cl -I../ -I./ -DXBYAK_TEST %FILE%.cpp %OPT% /Od /Zi
%FILE%