mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 23:24:09 +00:00
Fix XBox 360 port.
This commit is contained in:
parent
a3db8f3562
commit
f772bed34b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user