From e3d5b218d3ae1f4804abdfb6caf8d383e160f5db Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Wed, 12 Feb 2014 00:44:14 +0100 Subject: [PATCH] Fix quoting in xedkbuild.bat (again). --- src/xedkbuild.bat | 4 ++-- 1 file 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 @if errorlevel 1 goto :BAD @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 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