调整中晶和沧田脚本生成的目录

This commit is contained in:
luoliangyi 2023-02-03 10:15:31 +08:00
parent 031e381108
commit af6dce2900
1 changed files with 2 additions and 2 deletions

View File

@ -33,13 +33,13 @@ if "%OEM%" equ "lsc" (
goto oem goto oem
) )
if "%OEM%" equ "zj" ( if "%OEM%" equ "zj" (
set OEM_DIR=zhongj set OEM_DIR=microtek
set CL=/DOEM_ZHONGJING /DPRODUCT_ID=%PID% set CL=/DOEM_ZHONGJING /DPRODUCT_ID=%PID%
set NAME=microtek%NAME% set NAME=microtek%NAME%
goto oem goto oem
) )
if "%OEM%" equ "cts" ( if "%OEM%" equ "cts" (
set OEM_DIR=cunten set OEM_DIR=cumtenn
set CL=/DOEM_CANGTIAN /DPRODUCT_ID=%PID% set CL=/DOEM_CANGTIAN /DPRODUCT_ID=%PID%
set NAME=cumtenn%NAME% set NAME=cumtenn%NAME%
goto oem goto oem