diff options
Diffstat (limited to 'plugins/perl/perl.vcxproj')
-rw-r--r-- | plugins/perl/perl.vcxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/perl/perl.vcxproj b/plugins/perl/perl.vcxproj index aa74c037..9d23ad58 100644 --- a/plugins/perl/perl.vcxproj +++ b/plugins/perl/perl.vcxproj @@ -81,7 +81,7 @@ move $(PerlLib).def "$(IntDir)" lib /nologo /machine:x86 "/def:$(IntDir)$(PerlLib).def" "/out:$(OutDir)\$(PerlLib).lib" "$(PerlPath)\bin\perl.exe" generate_header move irc.pm.h "$(IntDir)" -move xchat.pm.h "$(IntDir)"</Command> +move hexchat.pm.h "$(IntDir)"</Command> </PreBuildEvent> </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> @@ -110,7 +110,7 @@ move $(PerlLib).def "$(IntDir)" lib /nologo /machine:x64 "/def:$(IntDir)$(PerlLib).def" "/out:$(OutDir)\$(PerlLib).lib" "$(PerlPath)\bin\perl.exe" generate_header move irc.pm.h "$(IntDir)" -move xchat.pm.h "$(IntDir)"</Command> +move hexchat.pm.h "$(IntDir)"</Command> </PreBuildEvent> </ItemDefinitionGroup> <ItemGroup> |