diff options
author | Berke Viktor <bviktor@hexchat.org> | 2013-05-04 02:57:03 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2013-05-04 02:57:03 +0200 |
commit | c4e96dd48188a5fc753a187c85ee4c744a1060f6 (patch) | |
tree | afc5e82aaf59dfacb44ab2971fa2a1d39ac4e439 /plugins/python | |
parent | 65e384523ae31dfea74b0885bcdfcdd34780afe2 (diff) |
Fix output name
Diffstat (limited to 'plugins/python')
-rw-r--r-- | plugins/python/python2.vcxproj | 2 |
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> |