vc makefile killer instinct x64 drc (doesn't build)

This commit is contained in:
Barry Harris 2015-05-13 09:40:09 +00:00
parent 3c8da6db68
commit 5f19d819f0
1 changed files with 3 additions and 0 deletions

View File

@ -217,6 +217,9 @@ endif
ifdef BUILD_X64_EXE
DEF := $(DEF) /DBUILD_X64_EXE
ifdef INCLUDE_KILLER_INSTINCT
DEF := $(DEF) /DXBYAK_NO_OP_NAMES /DMIPS3_X64_DRC
endif
endif
ifdef BUILD_VS_XP_TARGET