aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/Makefile.win
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <[email protected]>2022-11-04 14:30:39 +0900
committerMITSUNARI Shigeo <[email protected]>2022-11-04 14:32:51 +0900
commit1d37229283594a3e4ba7864eabfd6c2f03553311 (patch)
treec7bd5480f8c9d5c8c94d368cf4b3dffbe8194379 /test/Makefile.win
parent5e27eddaeb4f40076fb32857982af1955d2b1a16 (diff)
downloadxbyak-1d37229283594a3e4ba7864eabfd6c2f03553311.tar.gz
xbyak-1d37229283594a3e4ba7864eabfd6c2f03553311.zip
add include path
Diffstat (limited to 'test/Makefile.win')
-rw-r--r--test/Makefile.win2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.win b/test/Makefile.win
index 4025ae2..96105b3 100644
--- a/test/Makefile.win
+++ b/test/Makefile.win
@@ -1,4 +1,4 @@
-OPT=/EHsc -I../xbyak /W4 -D_CRT_SECURE_NO_WARNINGS
+OPT=/EHsc -I../xbyak /W4 -D_CRT_SECURE_NO_WARNINGS -I ../
../xbyak/xbyak_mnemonic.h: ../gen/gen_code.exe ../gen/gen_avx512.exe
../gen/gen_code.exe > $@
../gen/gen_avx512.exe >> $@