From c0dca425a5dd6c7233dc30c59dbfd661f882f8ff Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Mon, 12 Nov 2012 02:04:58 +0100 Subject: Prepare solution for Perl 5.16 VC build --- plugins/perl/perl-516.vcxproj | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'plugins/perl/perl-516.vcxproj') diff --git a/plugins/perl/perl-516.vcxproj b/plugins/perl/perl-516.vcxproj index a62f2e28..4345eb0a 100644 --- a/plugins/perl/perl-516.vcxproj +++ b/plugins/perl/perl-516.vcxproj @@ -60,7 +60,7 @@ true true WIN32;NDEBUG;_WINDOWS;_USRDLL;PERL516_EXPORTS;$(OwnFlags);%(PreprocessorDefinitions) - $(Perl516Path)\perl\lib\CORE;$(IntDir);..\..\src\common;%(AdditionalIncludeDirectories) + $(Perl516Path)\lib\CORE;$(IntDir);..\..\src\common;%(AdditionalIncludeDirectories) true @@ -74,10 +74,10 @@ $(Perl516Lib).dll;%(DelayLoadDLLs) - "$(GendefPath)\gendef" "$(Perl516Path)\perl\bin\$(Perl516Lib).dll" + "$(GendefPath)\gendef" "$(Perl516Path)\bin\$(Perl516Lib).dll" move $(Perl516Lib).def "$(IntDir)" lib /nologo /machine:x86 "/def:$(IntDir)$(Perl516Lib).def" "/out:$(OutDir)\$(Perl516Lib).lib" -"$(Perl516Path)\perl\bin\perl.exe" generate_header +"$(Perl516Path)\bin\perl.exe" generate_header move irc.pm.h "$(IntDir)" move xchat.pm.h "$(IntDir)" @@ -90,7 +90,7 @@ move xchat.pm.h "$(IntDir)" true true WIN32;_WIN64;_AMD64_;NDEBUG;_WINDOWS;_USRDLL;PERL516_EXPORTS;$(OwnFlags);%(PreprocessorDefinitions) - $(Perl516Path)\perl\lib\CORE;$(IntDir);..\..\src\common;%(AdditionalIncludeDirectories) + $(Perl516Path)\lib\CORE;$(IntDir);..\..\src\common;%(AdditionalIncludeDirectories) true @@ -104,10 +104,10 @@ move xchat.pm.h "$(IntDir)" $(Perl516Lib).dll;%(DelayLoadDLLs) - "$(GendefPath)\gendef" "$(Perl516Path)\perl\bin\$(Perl516Lib).dll" + "$(GendefPath)\gendef" "$(Perl516Path)\bin\$(Perl516Lib).dll" move $(Perl516Lib).def "$(IntDir)" lib /nologo /machine:x64 "/def:$(IntDir)$(Perl516Lib).def" "/out:$(OutDir)\$(Perl516Lib).lib" -"$(Perl516Path)\perl\bin\perl.exe" generate_header +"$(Perl516Path)\bin\perl.exe" generate_header move irc.pm.h "$(IntDir)" move xchat.pm.h "$(IntDir)" -- cgit 1.4.1