微调生产工具编译路径

This commit is contained in:
yangjiaxuan 2024-06-06 16:28:21 +08:00
parent 7e377c7f18
commit 84f99e07d9
2 changed files with 5 additions and 2 deletions

View File

@ -46,7 +46,7 @@ win32 {
LIBS += -L$$PWD/../../../release/win/$${MY_ARCH}/OEM/$${OEM_NAME}
# LIBS += -L$$PWD/../../db/$${MY_CONFIGURE} -lHGPdtToolDb
LIBS += -L$$PWD/../../code/base/$${MY_CONFIGURE} -ltest
LIBS += -L$$PWD/../../code/base/$${MY_ARCH}/$${MY_CONFIGURE} -ltest
}
INCLUDEPATH += $$PWD/../../../sdk/include/

View File

@ -75,13 +75,16 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);..\..\..\sdk\include;..\..\app\HGProductionTool\;$(IncludePath)</IncludePath>
<OutDir>$(SolutionDir)$(Configuration)\</OutDir>
<OutDir>$(SolutionDir)x86\$(Configuration)\</OutDir>
<IntDir>x86\$(Configuration)\</IntDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);..\..\..\sdk\include;..\..\app\HGProductionTool\;</IncludePath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);..\..\..\sdk\include;..\..\app\HGProductionTool\;</IncludePath>
<OutDir>$(SolutionDir)x86\$(Configuration)\</OutDir>
<IntDir>x86\$(Configuration)\</IntDir>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>