]> git.ipfire.org Git - thirdparty/LuaJIT.git/commitdiff
Fix quoting in xedkbuild.bat (again).
authorMike Pall <mike>
Tue, 11 Feb 2014 23:44:14 +0000 (00:44 +0100)
committerMike Pall <mike>
Tue, 11 Feb 2014 23:44:14 +0000 (00:44 +0100)
src/xedkbuild.bat

index adbce8bec4cc00220b4157eb184c7b500553500e..240ec878daf8eb4656ea6922eec7568fea2c3004 100644 (file)
@@ -54,8 +54,8 @@ buildvm -m folddef -o lj_folddef.h lj_opt_fold.c
 @if errorlevel 1 goto :BAD\r
 \r
 @rem ---- Cross compiler ----\r
-@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"\r
-@set "LJLIB=%XEDK%\bin\win32\lib /nologo"\r
+@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\r
+@set LJLIB="%XEDK%\bin\win32\lib" /nologo\r
 @set "INCLUDE=%XEDK%\include\xbox"\r
 \r
 @if "%1" neq "debug" goto :NODEBUG\r