From 6ee3a4a978ca8d7f191b72bc8df38ca804df1cc9 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Sat, 13 Apr 2013 02:26:26 +0200 Subject: Get rid of multiple Perl versions --- plugins/perl/perl-518.vcxproj | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'plugins/perl/perl-518.vcxproj') diff --git a/plugins/perl/perl-518.vcxproj b/plugins/perl/perl-518.vcxproj index 1b4cac9f..220aa0eb 100644 --- a/plugins/perl/perl-518.vcxproj +++ b/plugins/perl/perl-518.vcxproj @@ -42,13 +42,13 @@ false - $(Perl518Output) + $(PerlOutput) $(HexChatBin) $(HexChatObj)$(ProjectName)\ false - $(Perl518Output) + $(PerlOutput) $(HexChatBin) $(HexChatObj)$(ProjectName)\ @@ -60,7 +60,7 @@ true true WIN32;NDEBUG;_WINDOWS;_USRDLL;PERL518_EXPORTS;$(OwnFlags);%(PreprocessorDefinitions) - $(Perl518Path)\lib\CORE;$(IntDir);..\..\src\common;%(AdditionalIncludeDirectories) + $(PerlPath)\lib\CORE;$(IntDir);..\..\src\common;%(AdditionalIncludeDirectories) true @@ -69,15 +69,15 @@ true true $(OutDir);%(AdditionalLibraryDirectories) - $(Perl518Lib).lib;%(AdditionalDependencies) + $(PerlLib).lib;%(AdditionalDependencies) perl.def - $(Perl518Lib).dll;%(DelayLoadDLLs) + $(PerlLib).dll;%(DelayLoadDLLs) - "$(GendefPath)\gendef" "$(Perl518Path)\bin\$(Perl518Lib).dll" -move $(Perl518Lib).def "$(IntDir)" -lib /nologo /machine:x86 "/def:$(IntDir)$(Perl518Lib).def" "/out:$(OutDir)\$(Perl518Lib).lib" -"$(Perl518Path)\bin\perl.exe" generate_header + "$(GendefPath)\gendef" "$(PerlPath)\bin\$(PerlLib).dll" +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)" @@ -90,7 +90,7 @@ move xchat.pm.h "$(IntDir)" true true WIN32;_WIN64;_AMD64_;NDEBUG;_WINDOWS;_USRDLL;PERL518_EXPORTS;$(OwnFlags);%(PreprocessorDefinitions) - $(Perl518Path)\lib\CORE;$(IntDir);..\..\src\common;%(AdditionalIncludeDirectories) + $(PerlPath)\lib\CORE;$(IntDir);..\..\src\common;%(AdditionalIncludeDirectories) true @@ -99,15 +99,15 @@ move xchat.pm.h "$(IntDir)" true true $(OutDir);%(AdditionalLibraryDirectories) - $(Perl518Lib).lib;%(AdditionalDependencies) + $(PerlLib).lib;%(AdditionalDependencies) perl.def - $(Perl518Lib).dll;%(DelayLoadDLLs) + $(PerlLib).dll;%(DelayLoadDLLs) - "$(GendefPath)\gendef" "$(Perl518Path)\bin\$(Perl518Lib).dll" -move $(Perl518Lib).def "$(IntDir)" -lib /nologo /machine:x64 "/def:$(IntDir)$(Perl518Lib).def" "/out:$(OutDir)\$(Perl518Lib).lib" -"$(Perl518Path)\bin\perl.exe" generate_header + "$(GendefPath)\gendef" "$(PerlPath)\bin\$(PerlLib).dll" +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)" -- cgit 1.4.1