1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-06-30 08:24:05 +00:00

Also changed the output folder of the other projects.

This commit is contained in:
DaMarkov 2022-02-07 19:05:38 +01:00
parent 0e86b4314f
commit dca837e446
2 changed files with 3 additions and 3 deletions

View File

@ -46,7 +46,7 @@
<IntDir>$(SolutionDir)build\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<TargetName>libGLideNHQ</TargetName>
<TargetExt>.lib</TargetExt>
<OutDir>$(SolutionDir)..\..\..\external\$(Platform)\</OutDir>
<OutDir>$(MSBuildProjectDirectory)..\..\..\..\external\$(Platform)\</OutDir>
</PropertyGroup>
<ItemDefinitionGroup>
<ClCompile>

View File

@ -47,7 +47,7 @@
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup>
<OutDir>$(SolutionDir)..\..\..\external\$(Platform)\</OutDir>
<OutDir>$(MSBuildProjectDirectory)\..\..\..\external\$(Platform)\</OutDir>
<IntDir>$(SolutionDir)build\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
@ -101,7 +101,7 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
<PropertyGroup Condition="'$(Configuration)'=='Release'">
<PropertyGroup Condition="'$(Configuration)'=='Release'">
<TargetName>osal</TargetName>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Debug'">