调整sanner.dll编译

This commit is contained in:
13038267101 2023-01-12 17:00:11 +08:00
parent 6ba0906e8a
commit b457ace73b
1 changed files with 4 additions and 4 deletions

View File

@ -63,13 +63,13 @@ if "%OEM%"=="hw" (
build.bat %OEM% x86 onlytwain 0x8620 nov build.bat %OEM% x86 onlytwain 0x8620 nov
build.bat %OEM% x86 onlytwain 0x8730 nov build.bat %OEM% x86 onlytwain 0x8730 nov
) else if "%OEM%" == "cts" ( ) else if "%OEM%" == "cts" (
build.bat %OEM% x64 0x0303 %NOV% build.bat %OEM% x64 0x6006 %NOV%
build.bat %OEM% x64 onlytwain 0x0404 nov build.bat %OEM% x64 onlytwain 0x6005 nov
build.bat %OEM% x64 onlytwain 0x0238 nov build.bat %OEM% x64 onlytwain 0x0238 nov
build.bat %OEM% x64 onlytwain 0x0138 nov build.bat %OEM% x64 onlytwain 0x0138 nov
set CPU=x86 set CPU=x86
build.bat %OEM% x86 0x0303 nov build.bat %OEM% x86 0x6006 nov
build.bat %OEM% x86 onlytwain 0x0404 nov build.bat %OEM% x86 onlytwain 0x6005 nov
build.bat %OEM% x86 onlytwain 0x0238 nov build.bat %OEM% x86 onlytwain 0x0238 nov
build.bat %OEM% x86 onlytwain 0x0138 nov build.bat %OEM% x86 onlytwain 0x0138 nov
)else ( )else (