This commit is contained in:
13038267101 2023-01-31 16:03:20 +08:00
commit 3ee431d3be
2 changed files with 2 additions and 2 deletions

View File

@ -84,7 +84,7 @@ if "%COMPILE_RANGE%"=="none" (
"%~dp0\sln\release\hgsetver.exe" "%~dp0\..\sdk\include\huagao\brand.h" -oem %OEM% -cpu %CPU% -pid %PID% %COMPILE_RANGE% %NOT_INCREASE_VER%
if %COMPILE_RANGE%=="none" (
MSBuild.exe "%~dp0\device\lang.vcxproj" /p:Configuration=Release /p:Platform=%CPU%
MSBuild.exe "%~dp0\lang\lang.vcxproj" /p:Configuration=Release /p:Platform=%CPU%
MSBuild.exe "%~dp0\device\scanner.vcxproj" /p:Configuration=Release /p:Platform=%CPU%
MSBuild.exe "%~dp0\sane\sane.vcxproj" /p:Configuration=Release /p:Platform=%CPU%
)

View File

@ -55,5 +55,5 @@ call build.bat cts x64 0x0138 0 onlytwain
call build.bat zj x64 0x9200 0 all
call build.bat zj x64 0x9200 0 onlytwain
call build.bat zj x86 0x9200 0 onlytwain
call build.bat zj x86 0x9200 0 all
call build.bat zj x86 0x9200 0 onlytwain