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-516.vcxproj | 124 ---------------------------------- plugins/perl/perl-516.vcxproj.filters | 23 ------- plugins/perl/perl-518.vcxproj | 32 ++++----- plugins/perl/perl-518.vcxproj.filters | 23 ------- plugins/perl/perl.vcxproj.filters | 23 +++++++ 5 files changed, 39 insertions(+), 186 deletions(-) delete mode 100644 plugins/perl/perl-516.vcxproj delete mode 100644 plugins/perl/perl-516.vcxproj.filters delete mode 100644 plugins/perl/perl-518.vcxproj.filters create mode 100644 plugins/perl/perl.vcxproj.filters (limited to 'plugins') diff --git a/plugins/perl/perl-516.vcxproj b/plugins/perl/perl-516.vcxproj deleted file mode 100644 index 4345eb0a..00000000 --- a/plugins/perl/perl-516.vcxproj +++ /dev/null @@ -1,124 +0,0 @@ - - - - - Release - Win32 - - - Release - x64 - - - - {58654438-F674-42F7-88FA-73EF90AD80B1} - Win32Proj - perl516 - - - - DynamicLibrary - false - true - MultiByte - - - DynamicLibrary - false - true - MultiByte - - - - - - - - - - - - - - - false - $(Perl516Output) - $(HexChatBin) - $(HexChatObj)$(ProjectName)\ - - - false - $(Perl516Output) - $(HexChatBin) - $(HexChatObj)$(ProjectName)\ - - - - - - MaxSpeed - true - true - WIN32;NDEBUG;_WINDOWS;_USRDLL;PERL516_EXPORTS;$(OwnFlags);%(PreprocessorDefinitions) - $(Perl516Path)\lib\CORE;$(IntDir);..\..\src\common;%(AdditionalIncludeDirectories) - true - - - Windows - true - true - true - $(OutDir);%(AdditionalLibraryDirectories) - $(Perl516Lib).lib;%(AdditionalDependencies) - perl.def - $(Perl516Lib).dll;%(DelayLoadDLLs) - - - "$(GendefPath)\gendef" "$(Perl516Path)\bin\$(Perl516Lib).dll" -move $(Perl516Lib).def "$(IntDir)" -lib /nologo /machine:x86 "/def:$(IntDir)$(Perl516Lib).def" "/out:$(OutDir)\$(Perl516Lib).lib" -"$(Perl516Path)\bin\perl.exe" generate_header -move irc.pm.h "$(IntDir)" -move xchat.pm.h "$(IntDir)" - - - - - - - MaxSpeed - true - true - WIN32;_WIN64;_AMD64_;NDEBUG;_WINDOWS;_USRDLL;PERL516_EXPORTS;$(OwnFlags);%(PreprocessorDefinitions) - $(Perl516Path)\lib\CORE;$(IntDir);..\..\src\common;%(AdditionalIncludeDirectories) - true - - - Windows - true - true - true - $(OutDir);%(AdditionalLibraryDirectories) - $(Perl516Lib).lib;%(AdditionalDependencies) - perl.def - $(Perl516Lib).dll;%(DelayLoadDLLs) - - - "$(GendefPath)\gendef" "$(Perl516Path)\bin\$(Perl516Lib).dll" -move $(Perl516Lib).def "$(IntDir)" -lib /nologo /machine:x64 "/def:$(IntDir)$(Perl516Lib).def" "/out:$(OutDir)\$(Perl516Lib).lib" -"$(Perl516Path)\bin\perl.exe" generate_header -move irc.pm.h "$(IntDir)" -move xchat.pm.h "$(IntDir)" - - - - - - - - - - - - \ No newline at end of file diff --git a/plugins/perl/perl-516.vcxproj.filters b/plugins/perl/perl-516.vcxproj.filters deleted file mode 100644 index f6d00b5c..00000000 --- a/plugins/perl/perl-516.vcxproj.filters +++ /dev/null @@ -1,23 +0,0 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms - - - - - Resource Files - - - - - Source Files - - - \ No newline at end of file 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)" diff --git a/plugins/perl/perl-518.vcxproj.filters b/plugins/perl/perl-518.vcxproj.filters deleted file mode 100644 index f6d00b5c..00000000 --- a/plugins/perl/perl-518.vcxproj.filters +++ /dev/null @@ -1,23 +0,0 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms - - - - - Resource Files - - - - - Source Files - - - \ No newline at end of file diff --git a/plugins/perl/perl.vcxproj.filters b/plugins/perl/perl.vcxproj.filters new file mode 100644 index 00000000..f6d00b5c --- /dev/null +++ b/plugins/perl/perl.vcxproj.filters @@ -0,0 +1,23 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + + + Resource Files + + + + + Source Files + + + \ No newline at end of file -- cgit 1.4.1