diff options
author | MITSUNARI Shigeo <[email protected]> | 2014-03-16 22:26:43 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2014-03-16 22:26:43 +0900 |
commit | 3a70d15d44fe6493e77cfd9090510b00cece63c9 (patch) | |
tree | 9c54781c80372114ca79a660af3ff1824aac48f8 | |
parent | b8f3fbdb259efcad95b88c99b449a3d66a0b7530 (diff) | |
download | xbyak-3a70d15d44fe6493e77cfd9090510b00cece63c9.tar.gz xbyak-3a70d15d44fe6493e77cfd9090510b00cece63c9.zip |
add build path
-rw-r--r-- | test/test_jmp.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_jmp.bat b/test/test_jmp.bat index cb4fe09..bfb4064 100644 --- a/test/test_jmp.bat +++ b/test/test_jmp.bat @@ -1,5 +1,5 @@ pushd ..\gen call update popd -cl -I../ -DXBYAK_TEST jmp.cpp %OPT% /Od /Zi +cl -I../ -I./ -DXBYAK_TEST jmp.cpp %OPT% /Od /Zi jmp |