From: Mike Pall Date: Tue, 11 Feb 2014 23:44:14 +0000 (+0100) Subject: Fix quoting in xedkbuild.bat (again). X-Git-Tag: v2.0.3~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e3d5b218d3ae1f4804abdfb6caf8d383e160f5db;p=thirdparty%2FLuaJIT.git Fix quoting in xedkbuild.bat (again). --- 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