@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