aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xedkbuild.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xedkbuild.bat b/src/xedkbuild.bat
index adbce8be..240ec878 100644
--- a/src/xedkbuild.bat
+++ b/src/xedkbuild.bat
@@ -54,8 +54,8 @@ buildvm -m folddef -o lj_folddef.h lj_opt_fold.c
54@if errorlevel 1 goto :BAD 54@if errorlevel 1 goto :BAD
55 55
56@rem ---- Cross compiler ---- 56@rem ---- Cross compiler ----
57@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" 57@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
58@set "LJLIB=%XEDK%\bin\win32\lib /nologo" 58@set LJLIB="%XEDK%\bin\win32\lib" /nologo
59@set "INCLUDE=%XEDK%\include\xbox" 59@set "INCLUDE=%XEDK%\include\xbox"
60 60
61@if "%1" neq "debug" goto :NODEBUG 61@if "%1" neq "debug" goto :NODEBUG