From ffa1ea735875442501e4f742cc3090903c5da001 Mon Sep 17 00:00:00 2001 From: TingPing Date: Thu, 2 May 2013 11:20:05 -0400 Subject: Add python3 plugin --- plugins/python/python2.vcxproj | 109 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 109 insertions(+) create mode 100644 plugins/python/python2.vcxproj (limited to 'plugins/python/python2.vcxproj') diff --git a/plugins/python/python2.vcxproj b/plugins/python/python2.vcxproj new file mode 100644 index 00000000..e2153c4a --- /dev/null +++ b/plugins/python/python2.vcxproj @@ -0,0 +1,109 @@ + + + + v110 + + + + Release + Win32 + + + Release + x64 + + + + {19C52A0A-A790-409E-A28A-9745FF990F5C} + Win32Proj + python2 + + + + DynamicLibrary + false + true + MultiByte + + + DynamicLibrary + false + true + MultiByte + + + + + + + + + + + + + + + false + $(PythonOutput) + $(HexChatBin) + $(HexChatObj)$(ProjectName)\ + + + false + $(Python2Output) + $(HexChatBin) + $(HexChatObj)$(ProjectName)\ + + + + + + MaxSpeed + true + true + WIN32;NDEBUG;_WINDOWS;_USRDLL;PYTHON_EXPORTS;$(OwnFlags);%(PreprocessorDefinitions) + $(Glib);$(Python2Path)\include;..\..\src\common;%(AdditionalIncludeDirectories) + true + + + Windows + true + true + true + python.def + "$(Python2Lib).lib";$(DepLibs);%(AdditionalDependencies) + $(DepsRoot)\lib;$(OutDir);$(Python2Path)\libs;%(AdditionalLibraryDirectories) + + + + + + + MaxSpeed + true + true + WIN32;_WIN64;_AMD64_;NDEBUG;_WINDOWS;_USRDLL;PYTHON_EXPORTS;$(OwnFlags);%(PreprocessorDefinitions) + $(Glib);$(Python2Path)\include;..\..\src\common;%(AdditionalIncludeDirectories) + true + + + Windows + true + true + true + python.def + "$(Python2Lib).lib";$(DepLibs);%(AdditionalDependencies) + $(DepsRoot)\lib;$(OutDir);$(Python2Path)\libs;%(AdditionalLibraryDirectories) + + + + + + + + + + + + \ No newline at end of file -- cgit 1.4.1