summary refs log tree commit diff stats
path: root/plugins/python/python2.vcxproj
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2013-05-04 02:57:03 +0200
committerBerke Viktor <bviktor@hexchat.org>2013-05-04 02:57:03 +0200
commitc4e96dd48188a5fc753a187c85ee4c744a1060f6 (patch)
treeafc5e82aaf59dfacb44ab2971fa2a1d39ac4e439 /plugins/python/python2.vcxproj
parent65e384523ae31dfea74b0885bcdfcdd34780afe2 (diff)
Fix output name
Diffstat (limited to 'plugins/python/python2.vcxproj')
-rw-r--r--plugins/python/python2.vcxproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/python/python2.vcxproj b/plugins/python/python2.vcxproj
index e2153c4a..1f524134 100644
--- a/plugins/python/python2.vcxproj
+++ b/plugins/python/python2.vcxproj
@@ -45,7 +45,7 @@
   <PropertyGroup Label="UserMacros" />

   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">

     <LinkIncremental>false</LinkIncremental>

-    <TargetName>$(PythonOutput)</TargetName>

+    <TargetName>$(Python2Output)</TargetName>

     <OutDir>$(HexChatBin)</OutDir>

     <IntDir>$(HexChatObj)$(ProjectName)\</IntDir>

   </PropertyGroup>