xbyak/test/test_misc.bat

5 lines
98 B
Batchfile
Raw Normal View History

2016-06-14 01:47:34 -07:00
call set_opt
bmake -f Makefile.win all
2023-10-12 17:45:33 -07:00
cl -I../ -I./ -DXBYAK_TEST %FILE%.cpp %OPT% /Od /Zi
%FILE%