change PRODUCT_ID=200 to PRODUCT_PID=0x200

This commit is contained in:
gb 2023-07-20 17:08:20 +08:00
parent 3326e3c573
commit 41e0eaacdd
1 changed files with 7 additions and 7 deletions

View File

@ -16,43 +16,43 @@ rem ----------------------------------------------------------------------------
if "%OEM%" equ "hg" ( if "%OEM%" equ "hg" (
set OEM_DIR=huagao set OEM_DIR=huagao
set CL=/DOEM_HUAGAO /DPRODUCT_ID=%PID% set CL=/DOEM_HUAGAO /DPRODUCT_PID=%PID%
set NAME=huagao%NAME% set NAME=huagao%NAME%
goto oem goto oem
) )
if "%OEM%" equ "hw" ( if "%OEM%" equ "hw" (
set OEM_DIR=hanvon set OEM_DIR=hanvon
set CL=/DOEM_HANWANG /DPRODUCT_ID=%PID% set CL=/DOEM_HANWANG /DPRODUCT_PID=%PID%
set NAME=hanvon%NAME% set NAME=hanvon%NAME%
goto oem goto oem
) )
if "%OEM%" equ "lsc" ( if "%OEM%" equ "lsc" (
set OEM_DIR=lanxum set OEM_DIR=lanxum
set CL=/DOEM_LISICHENG /DPRODUCT_ID=%PID% set CL=/DOEM_LISICHENG /DPRODUCT_PID=%PID%
set NAME=lanxum%NAME% set NAME=lanxum%NAME%
goto oem goto oem
) )
if "%OEM%" equ "zj" ( if "%OEM%" equ "zj" (
set OEM_DIR=microtek set OEM_DIR=microtek
set CL=/DOEM_ZHONGJING /DPRODUCT_ID=%PID% set CL=/DOEM_ZHONGJING /DPRODUCT_PID=%PID%
set NAME=microtek%NAME% set NAME=microtek%NAME%
goto oem goto oem
) )
if "%OEM%" equ "zg" ( if "%OEM%" equ "zg" (
set OEM_DIR=unis set OEM_DIR=unis
set CL=/DOEM_ZIGUANG /DPRODUCT_ID=%PID% set CL=/DOEM_ZIGUANG /DPRODUCT_PID=%PID%
set NAME=unis%NAME% set NAME=unis%NAME%
goto oem goto oem
) )
if "%OEM%" equ "cts" ( if "%OEM%" equ "cts" (
set OEM_DIR=cumtenn set OEM_DIR=cumtenn
set CL=/DOEM_CANGTIAN /DPRODUCT_ID=%PID% set CL=/DOEM_CANGTIAN /DPRODUCT_PID=%PID%
set NAME=cumtenn%NAME% set NAME=cumtenn%NAME%
goto oem goto oem
) )
if "%OEM%" equ "neu" ( if "%OEM%" equ "neu" (
set OEM_DIR=neutral set OEM_DIR=neutral
set CL=/DOEM_NEUTRAL /DPRODUCT_ID=%PID% set CL=/DOEM_NEUTRAL /DPRODUCT_PID=%PID%
set NAME=neu%NAME% set NAME=neu%NAME%
goto oem goto oem
) )