From 370677d6069c0e0e9d5f73623c3ccb343298820b Mon Sep 17 00:00:00 2001 From: luoliangyi <87842688@qq.com> Date: Tue, 31 Jan 2023 14:25:37 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build_all_2.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_all_2.bat b/build_all_2.bat index 20fbfbe..f641fd7 100644 --- a/build_all_2.bat +++ b/build_all_2.bat @@ -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 \ No newline at end of file From f3afced3e1cb2fb8928b185922438600a3ef1b74 Mon Sep 17 00:00:00 2001 From: luoliangyi <87842688@qq.com> Date: Tue, 31 Jan 2023 14:27:41 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E8=A7=A3=E5=86=B3lang=E5=B7=A5=E7=A8=8B?= =?UTF-8?q?=E7=94=A8=E8=84=9A=E6=9C=AC=E7=BC=96=E8=AF=91=E4=B8=8D=E4=BA=86?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.bat b/build.bat index a7a6c87..0cc7298 100644 --- a/build.bat +++ b/build.bat @@ -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% )