From 16078f11e39474968f91b6edf6ec9cca8227010c Mon Sep 17 00:00:00 2001 From: gb <741021719@qq.com> Date: Wed, 27 Jul 2022 10:26:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8D=87=E7=BA=A7=E5=B7=A5?= =?UTF-8?q?=E7=A8=8B=E5=90=8D=E7=A7=B0=E4=B8=8D=E4=B8=80=E8=87=B4=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98=EF=BC=8C=E5=9B=9E=E9=80=80=E5=88=B0=E8=B5=B7?= =?UTF-8?q?=E5=A7=8B=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- auto_build.bat | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/auto_build.bat b/auto_build.bat index 964a4ff2..2ee3db76 100644 --- a/auto_build.bat +++ b/auto_build.bat @@ -34,13 +34,14 @@ rd /s /q release cd /d ../HGUpgrade %qmake% -r -tp vc HGUpgrade.pro -MSBuild.exe HuaGoScanUpgrade.vcxproj /p:Configuration=Release /p:Platform=x86 +MSBuild.exe HGUpgradeApp.vcxproj /p:Configuration=Release /p:Platform=x86 del /f /s /q *.h del /f /s /q .qmake.stash -del /f /s /q HuaGoScanUpgrade_resource.rc -del /f /s /q HuaGoScanUpgrade.vcxproj.filters -del /f /s /q HuaGoScanUpgrade.vcxproj +del /f /s /q HGUpgradeApp_resource.rc +del /f /s /q HGUpgradeApp.vcxproj.filters +del /f /s /q HGUpgradeApp.vcxproj rd /s /q debug rd /s /q release +cd ../../.. :end