ADD: LCL_PLATFORM variable support

This commit is contained in:
Alexander Koblov 2020-02-09 18:03:10 +00:00
commit 082a842ab8

View file

@ -17,6 +17,9 @@ if not "%OS_TARGET%" == "" (
if not "%CPU_TARGET%" == "" (
set DC_ARCH=%DC_ARCH% --cpu=%CPU_TARGET%
)
if not "%LCL_PLATFORM%" == "" (
set DC_ARCH=%DC_ARCH% --ws=%LCL_PLATFORM%
)
if "%1"=="components" ( call :components
) else (