调整沧田,命名

This commit is contained in:
13038267101 2022-11-09 17:54:33 +08:00
parent d9a2399a1b
commit 5527be048e
1 changed files with 31 additions and 31 deletions

View File

@ -28,7 +28,7 @@ if "%1"=="nov" (
) else if "%3"=="nov" ( ) else if "%3"=="nov" (
set NOV=%3 set NOV=%3
) )
echo oem=%OEM%
if "%CPU%"=="" ( if "%CPU%"=="" (
set CPU=x86 set CPU=x86
) )
@ -37,41 +37,41 @@ echo build -cpu %CPU% -oem %OEM% %NOV%
set CPU=x64 set CPU=x64
if "%OEM%"=="hw" ( if "%OEM%"=="hw" (
build.bat hw x64 0x1000 %NOV% build.bat %OEM% x64 0x1000 %NOV%
build.bat hw x64 onlytwain 0x1002 nov build.bat %OEM% x64 onlytwain 0x1002 nov
build.bat hw x64 onlytwain 0x7000 nov build.bat %OEM% x64 onlytwain 0x7000 nov
build.bat hw x64 onlytwain 0x7002 nov build.bat %OEM% x64 onlytwain 0x7002 nov
build.bat hw x64 onlytwain 0x7039 nov build.bat %OEM% x64 onlytwain 0x7039 nov
build.bat hw x64 onlytwain 0x8000 nov build.bat %OEM% x64 onlytwain 0x8000 nov
build.bat hw x64 onlytwain 0x9000 nov build.bat %OEM% x64 onlytwain 0x9000 nov
set CPU=x86 set CPU=x86
build.bat hw x86 0x1000 nov build.bat %OEM% x86 0x1000 nov
build.bat hw x86 onlytwain 0x1002 nov build.bat %OEM% x86 onlytwain 0x1002 nov
build.bat hw x86 onlytwain 0x7000 nov build.bat %OEM% x86 onlytwain 0x7000 nov
build.bat hw x86 onlytwain 0x7002 nov build.bat %OEM% x86 onlytwain 0x7002 nov
build.bat hw x86 onlytwain 0x7039 nov build.bat %OEM% x86 onlytwain 0x7039 nov
build.bat hw x86 onlytwain 0x8000 nov build.bat %OEM% x86 onlytwain 0x8000 nov
build.bat hw x86 onlytwain 0x9000 nov build.bat %OEM% x86 onlytwain 0x9000 nov
) else if "%OEM%" == "lsc" ( ) else if "%OEM%" == "lsc" (
build.bat lsc x64 0x8420 %NOV% build.bat %OEM% x64 0x8420 %NOV%
build.bat lsc x64 onlytwain 0x8520 nov build.bat %OEM% x64 onlytwain 0x8520 nov
build.bat lsc x64 onlytwain 0x8620 nov build.bat %OEM% x64 onlytwain 0x8620 nov
build.bat lsc x64 onlytwain 0x8730 nov build.bat %OEM% x64 onlytwain 0x8730 nov
set CPU=x86 set CPU=x86
build.bat lsc x86 0x8420 nov build.bat %OEM% x86 0x8420 nov
build.bat lsc x86 onlytwain 0x8520 nov build.bat %OEM% x86 onlytwain 0x8520 nov
build.bat lsc x86 onlytwain 0x8620 nov build.bat %OEM% x86 onlytwain 0x8620 nov
build.bat lsc x86 onlytwain 0x8730 nov build.bat %OEM% x86 onlytwain 0x8730 nov
) else if "%OEM%" == "cts" ( ) else if "%OEM%" == "cts" (
build.bat lsc x64 0x0303 %NOV% build.bat %OEM% x64 0x0303 %NOV%
build.bat lsc x64 onlytwain 0x0404 nov build.bat %OEM% x64 onlytwain 0x0404 nov
build.bat lsc x64 onlytwain 0x0238 nov build.bat %OEM% x64 onlytwain 0x0238 nov
build.bat lsc x64 onlytwain 0x0138 nov build.bat %OEM% x64 onlytwain 0x0138 nov
set CPU=x86 set CPU=x86
build.bat lsc x86 0x0303 nov build.bat %OEM% x86 0x0303 nov
build.bat lsc x86 onlytwain 0x0404 nov build.bat %OEM% x86 onlytwain 0x0404 nov
build.bat lsc x86 onlytwain 0x0238 nov build.bat %OEM% x86 onlytwain 0x0238 nov
build.bat lsc x86 onlytwain 0x0138 nov build.bat %OEM% x86 onlytwain 0x0138 nov
)else ( )else (
build.bat x64 0x100 %NOV% build.bat x64 0x100 %NOV%
build.bat x64 onlytwain 0x200 nov build.bat x64 onlytwain 0x200 nov