diff options
Diffstat (limited to 'plugins/perl/perl-514-xp.vcxproj')
-rw-r--r-- | plugins/perl/perl-514-xp.vcxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/perl/perl-514-xp.vcxproj b/plugins/perl/perl-514-xp.vcxproj index 9ba45a5a..e731fd5b 100644 --- a/plugins/perl/perl-514-xp.vcxproj +++ b/plugins/perl/perl-514-xp.vcxproj @@ -46,13 +46,13 @@ <LinkIncremental>false</LinkIncremental> <TargetName>$(Perl514Output)</TargetName> <OutDir>$(HexChatBin)</OutDir> - <IntDir>$(SolutionDir)build\$(HexChatObj)$(ProjectName)\</IntDir> + <IntDir>$(HexChatObj)$(ProjectName)\</IntDir> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> <LinkIncremental>false</LinkIncremental> <TargetName>$(Perl514Output)</TargetName> <OutDir>$(HexChatBin)</OutDir> - <IntDir>$(SolutionDir)build\$(HexChatObj)$(ProjectName)\</IntDir> + <IntDir>$(HexChatObj)$(ProjectName)\</IntDir> </PropertyGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <ClCompile> |