diff options
Diffstat (limited to 'plugins/perl/perl-512.vcxproj')
-rw-r--r-- | plugins/perl/perl-512.vcxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/perl/perl-512.vcxproj b/plugins/perl/perl-512.vcxproj index 43bd6a34..bb24e2c6 100644 --- a/plugins/perl/perl-512.vcxproj +++ b/plugins/perl/perl-512.vcxproj @@ -46,13 +46,13 @@ <LinkIncremental>false</LinkIncremental> <TargetName>$(Perl512Output)</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>$(Perl512Output)</TargetName> <OutDir>$(HexChatBin)</OutDir> - <IntDir>$(SolutionDir)build\$(HexChatObj)$(ProjectName)\</IntDir> + <IntDir>$(HexChatObj)$(ProjectName)\</IntDir> </PropertyGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <ClCompile> |