From cc1f2b2d27e5a41f0cbb32b34329e720b8e63f59 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Sat, 13 Apr 2013 02:26:49 +0200 Subject: Fix last filename Left here to make changes trackable --- plugins/perl/perl.vcxproj | 124 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 124 insertions(+) create mode 100644 plugins/perl/perl.vcxproj (limited to 'plugins/perl/perl.vcxproj') diff --git a/plugins/perl/perl.vcxproj b/plugins/perl/perl.vcxproj new file mode 100644 index 00000000..220aa0eb --- /dev/null +++ b/plugins/perl/perl.vcxproj @@ -0,0 +1,124 @@ + + + + + Release + Win32 + + + Release + x64 + + + + {D90BC3E3-1341-4849-9354-5F40489D39D1} + Win32Proj + perl518 + + + + DynamicLibrary + false + true + MultiByte + + + DynamicLibrary + false + true + MultiByte + + + + + + + + + + + + + + + false + $(PerlOutput) + $(HexChatBin) + $(HexChatObj)$(ProjectName)\ + + + false + $(PerlOutput) + $(HexChatBin) + $(HexChatObj)$(ProjectName)\ + + + + + + MaxSpeed + true + true + WIN32;NDEBUG;_WINDOWS;_USRDLL;PERL518_EXPORTS;$(OwnFlags);%(PreprocessorDefinitions) + $(PerlPath)\lib\CORE;$(IntDir);..\..\src\common;%(AdditionalIncludeDirectories) + true + + + Windows + true + true + true + $(OutDir);%(AdditionalLibraryDirectories) + $(PerlLib).lib;%(AdditionalDependencies) + perl.def + $(PerlLib).dll;%(DelayLoadDLLs) + + + "$(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)" + + + + + + + MaxSpeed + true + true + WIN32;_WIN64;_AMD64_;NDEBUG;_WINDOWS;_USRDLL;PERL518_EXPORTS;$(OwnFlags);%(PreprocessorDefinitions) + $(PerlPath)\lib\CORE;$(IntDir);..\..\src\common;%(AdditionalIncludeDirectories) + true + + + Windows + true + true + true + $(OutDir);%(AdditionalLibraryDirectories) + $(PerlLib).lib;%(AdditionalDependencies) + perl.def + $(PerlLib).dll;%(DelayLoadDLLs) + + + "$(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)" + + + + + + + + + + + + \ No newline at end of file -- cgit 1.4.1