diff options
author | MITSUNARI Shigeo <[email protected]> | 2017-07-12 15:16:58 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2017-07-12 15:16:58 +0900 |
commit | ccdd680cd12ccb5d3d34c1f140272a7b32d7227e (patch) | |
tree | de0c322396f74f2c41ec9186c14a567a31085de1 | |
parent | 33b25646f773b9dbe01e64ccce7b5746dfc97d2c (diff) | |
download | xbyak-5.432.tar.gz xbyak-5.432.zip |
fix path of update.batv5.432
-rw-r--r-- | gen/update.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gen/update.bat b/gen/update.bat index 55b0025..161ed87 100644 --- a/gen/update.bat +++ b/gen/update.bat @@ -1,5 +1,5 @@ @echo off -set OPT=/EHsc -I../xbyak /W4 -D_CRT_SECURE_NO_WARNINGS +set OPT=/EHsc -I../ /W4 -D_CRT_SECURE_NO_WARNINGS set TARGET=..\\xbyak\\xbyak_mnemonic.h set SORT=sortline cl gen_code.cpp %OPT% |