diff options
author | MITSUNARI Shigeo <[email protected]> | 2016-06-14 17:47:34 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2016-06-14 17:47:34 +0900 |
commit | 0b788ecf581d03b19d8f2f222ad4778cb6a0a138 (patch) | |
tree | 647b5ba68c5699d4f725cecf6bd3b9d7319b3435 /test/test_address.bat | |
parent | 4131875510edddc7d18016df9754ea1b22ee995a (diff) | |
download | xbyak-0b788ecf581d03b19d8f2f222ad4778cb6a0a138.tar.gz xbyak-0b788ecf581d03b19d8f2f222ad4778cb6a0a138.zip |
under refactoring AddressFrame
Diffstat (limited to 'test/test_address.bat')
-rw-r--r-- | test/test_address.bat | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/test/test_address.bat b/test/test_address.bat index 7faa23a..030c04d 100644 --- a/test/test_address.bat +++ b/test/test_address.bat @@ -8,9 +8,8 @@ if /i "%1"=="64" ( set OPT3=win32 ) -pushd ..\gen -call update -popd +call set_opt +bmake -f Makefile.win all if /i "%1"=="64" ( call :sub 1 |