mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 23:24:09 +00:00
Fix quoting in xedkbuild.bat.
This commit is contained in:
parent
7873c8dbf7
commit
b6ec7c7c86
@ -54,13 +54,13 @@ buildvm -m folddef -o lj_folddef.h lj_opt_fold.c
|
|||||||
@if errorlevel 1 goto :BAD
|
@if errorlevel 1 goto :BAD
|
||||||
|
|
||||||
@rem ---- Cross compiler ----
|
@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 "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 "LJLIB=%XEDK%\bin\win32\lib /nologo"
|
||||||
@set INCLUDE="%XEDK%\include\xbox"
|
@set "INCLUDE=%XEDK%\include\xbox"
|
||||||
|
|
||||||
@if "%1" neq "debug" goto :NODEBUG
|
@if "%1" neq "debug" goto :NODEBUG
|
||||||
@shift
|
@shift
|
||||||
@set LJCOMPILE="%LJCOMPILE%" /Zi
|
@set "LJCOMPILE=%LJCOMPILE% /Zi"
|
||||||
:NODEBUG
|
:NODEBUG
|
||||||
@if "%1"=="amalg" goto :AMALG
|
@if "%1"=="amalg" goto :AMALG
|
||||||
%LJCOMPILE% /DLUA_BUILD_AS_DLL lj_*.c lib_*.c
|
%LJCOMPILE% /DLUA_BUILD_AS_DLL lj_*.c lib_*.c
|
||||||
|
Loading…
Reference in New Issue
Block a user