summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Pall <mike>2013-01-30 20:37:39 +0100
committerMike Pall <mike>2013-01-30 20:37:39 +0100
commitf772bed34b39448e3a9ab8d07f6d5c0c26300e1b (patch)
treeead1227b668cf8049af00907970356b828a6b5b1
parenta3db8f3562d2e522b845cd1ee536f4a54a443ca6 (diff)
downloadluajit2-f772bed34b39448e3a9ab8d07f6d5c0c26300e1b.tar.gz
Fix XBox 360 port.
-rw-r--r--src/xedkbuild.bat1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xedkbuild.bat b/src/xedkbuild.bat
index 0d84d92c..451b2f82 100644
--- a/src/xedkbuild.bat
+++ b/src/xedkbuild.bat
@@ -56,6 +56,7 @@ buildvm -m folddef -o lj_folddef.h lj_opt_fold.c
@rem ---- Cross compiler ----
@set LJCOMPILE="%XEDK%\bin\win32\cl" /nologo /c /MT /O2 /W3 /GF /Gm- /GR- /GS- /Gy /openmp- /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /D_XBOX /D_LIB /DLUAJIT_USE_SYSMALLOC
@set LJLIB="%XEDK%\bin\win32\lib" /nologo
+@set INCLUDE="%XEDK%\include\xbox"
@if "%1" neq "debug" goto :NODEBUG
@shift